Statistics collected by GoUctPlayer. More...
#include <GoUctPlayer.h>
Public Member Functions | |
Statistics () | |
void | Clear () |
void | Write (std::ostream &out) const |
Write in human readable format. | |
Public Attributes | |
std::size_t | m_nuGenMove |
SgStatisticsExt< float, std::size_t > | m_reuse |
SgStatisticsExt< double, std::size_t > | m_gamesPerSecond |
Statistics collected by GoUctPlayer.
Definition at line 60 of file GoUctPlayer.h.
GoUctPlayer< SEARCH, THREAD >::Statistics::Statistics | ( | ) |
Definition at line 502 of file GoUctPlayer.h.
References GoUctPlayer< SEARCH, THREAD >::Statistics::Clear().
void GoUctPlayer< SEARCH, THREAD >::Statistics::Clear | ( | ) |
Definition at line 508 of file GoUctPlayer.h.
References SgStatisticsExt< VALUE, COUNT >::Clear(), GoUctPlayer< SEARCH, THREAD >::Statistics::m_gamesPerSecond, GoUctPlayer< SEARCH, THREAD >::Statistics::m_nuGenMove, and GoUctPlayer< SEARCH, THREAD >::Statistics::m_reuse.
Referenced by GoUctPlayer< SEARCH, THREAD >::ClearStatistics(), and GoUctPlayer< SEARCH, THREAD >::Statistics::Statistics().
void GoUctPlayer< SEARCH, THREAD >::Statistics::Write | ( | std::ostream & | out | ) | const |
Write in human readable format.
Definition at line 528 of file GoUctPlayer.h.
References GoUctPlayer< SEARCH, THREAD >::Statistics::m_gamesPerSecond, GoUctPlayer< SEARCH, THREAD >::Statistics::m_nuGenMove, GoUctPlayer< SEARCH, THREAD >::Statistics::m_reuse, and SgStatisticsExt< VALUE, COUNT >::Write().
SgStatisticsExt<double,std::size_t> GoUctPlayer< SEARCH, THREAD >::Statistics::m_gamesPerSecond |
Definition at line 66 of file GoUctPlayer.h.
Referenced by GoUctPlayer< SEARCH, THREAD >::Statistics::Clear(), GoUctPlayer< SEARCH, THREAD >::GenMove(), and GoUctPlayer< SEARCH, THREAD >::Statistics::Write().
std::size_t GoUctPlayer< SEARCH, THREAD >::Statistics::m_nuGenMove |
Definition at line 62 of file GoUctPlayer.h.
Referenced by GoUctPlayer< SEARCH, THREAD >::Statistics::Clear(), GoUctPlayer< SEARCH, THREAD >::GenMove(), and GoUctPlayer< SEARCH, THREAD >::Statistics::Write().
SgStatisticsExt<float,std::size_t> GoUctPlayer< SEARCH, THREAD >::Statistics::m_reuse |
Definition at line 64 of file GoUctPlayer.h.
Referenced by GoUctPlayer< SEARCH, THREAD >::Statistics::Clear(), GoUctPlayer< SEARCH, THREAD >::FindInitTree(), and GoUctPlayer< SEARCH, THREAD >::Statistics::Write().