#include <GoUctPlayoutPolicy.h>
Definition at line 19 of file 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. |
GoUctPlayoutPolicyParam::GoUctPlayoutPolicyParam | ( | ) |
Definition at line 17 of file GoUctPlayoutPolicy.cpp.
See GoUctPureRandomGenerator::GenerateFillboardMove.
Default is 0
Definition at line 38 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 25 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 33 of file GoUctPlayoutPolicy.h.
Referenced by GoUctCommands::CmdParamPolicy(), and GoUctPlayoutPolicy< BOARD >::GenerateMove().