Definition at line 115 of file GoUctBookBuilder.h.
Public Member Functions | |
| Worker (std::size_t id, PLAYER &player) | |
| float | operator() (const SgMove &move) |
Private Attributes | |
| std::size_t | m_id |
| PLAYER * | m_player |
| GoUctBookBuilder< PLAYER >::Worker::Worker | ( | std::size_t | id, | |
| PLAYER & | player | |||
| ) |
Definition at line 287 of file GoUctBookBuilder.h.
| float GoUctBookBuilder< PLAYER >::Worker::operator() | ( | const SgMove & | move | ) |
Definition at line 295 of file GoUctBookBuilder.h.
References GoUctBookBuilder< PLAYER >::Worker::m_player, SgUctNode::Mean(), SgUctTree::Root(), and SgUctSearch::Tree().
std::size_t GoUctBookBuilder< PLAYER >::Worker::m_id [private] |
Definition at line 123 of file GoUctBookBuilder.h.
PLAYER* GoUctBookBuilder< PLAYER >::Worker::m_player [private] |
Definition at line 125 of file GoUctBookBuilder.h.
Referenced by GoUctBookBuilder< PLAYER >::Worker::operator()().