#include <GoAutoBook.h>
Public Member Functions | |
GoAutoBookParam () | |
Public Attributes | |
std::size_t | m_usageCountThreshold |
Requires 'count' before it can be used by the player when generating moves. | |
GoAutoBookMoveSelectType | m_selectType |
Move selection type. |
Definition at line 72 of file GoAutoBook.h.
GoAutoBookParam::GoAutoBookParam | ( | ) |
Definition at line 70 of file GoAutoBook.cpp.
Move selection type.
Definition at line 79 of file GoAutoBook.h.
Referenced by GoAutoBook::FindBestChild().
std::size_t GoAutoBookParam::m_usageCountThreshold |
Requires 'count' before it can be used by the player when generating moves.
Definition at line 76 of file GoAutoBook.h.
Referenced by GoAutoBook::FindBestChild().