Copyable worker. More...
| 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 | 
Copyable worker.
Definition at line 115 of file GoUctBookBuilder.h.
| GoUctBookBuilder< PLAYER >::Worker::Worker | ( | std::size_t | id, | |
| PLAYER & | player | |||
| ) | 
Definition at line 288 of file GoUctBookBuilder.h.
| float GoUctBookBuilder< PLAYER >::Worker::operator() | ( | const SgMove & | move | ) | 
Definition at line 296 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()().