Parameters for GoUctPlayoutPolicy. More...
#include <GoUctPlayoutPolicy.h>
Public Member Functions | |
GoUctPlayoutPolicyParam () | |
Public Attributes | |
bool | m_statisticsEnabled |
Enable collection of statistics. | |
bool | m_useNakadeHeuristic |
Use Nakade heuristic. | |
int | m_fillboardTries |
See GoUctPureRandomGenerator::GenerateFillboardMove. |
Parameters for GoUctPlayoutPolicy.
Definition at line 18 of file GoUctPlayoutPolicy.h.
GoUctPlayoutPolicyParam::GoUctPlayoutPolicyParam | ( | ) |
Definition at line 16 of file GoUctPlayoutPolicy.cpp.
See GoUctPureRandomGenerator::GenerateFillboardMove.
Default is 0
Definition at line 34 of file GoUctPlayoutPolicy.h.
Referenced by GoUctCommands::CmdParamPolicy(), and GoUctPlayoutPolicy< BOARD >::GenerateMove().
Enable collection of statistics.
Has a negative impact on performance. Default is false.
Definition at line 23 of file GoUctPlayoutPolicy.h.
Referenced by GoUctCommands::CmdParamPolicy(), and GoUctPlayoutPolicy< BOARD >::GenerateMove().
Use Nakade heuristic.
See section 6.2 of: Chatriot, Gelly, Hoock, Perez, Rimmel, Teytaud: Combining expert, offline, transient and online learning in Monte-Carlo exploration
Definition at line 30 of file GoUctPlayoutPolicy.h.
Referenced by GoUctCommands::CmdParamPolicy(), and GoUctPlayoutPolicy< BOARD >::GenerateMove().