Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions | Public Attributes

GoUctPlayoutPolicyParam Class Reference

Parameters for GoUctPlayoutPolicy. More...

#include <GoUctPlayoutPolicy.h>

List of all members.

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.

Detailed Description

Parameters for GoUctPlayoutPolicy.

Definition at line 18 of file GoUctPlayoutPolicy.h.


Constructor & Destructor Documentation

GoUctPlayoutPolicyParam::GoUctPlayoutPolicyParam (  ) 

Definition at line 16 of file GoUctPlayoutPolicy.cpp.


Member Data Documentation

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().


The documentation for this class was generated from the following files:


Sun Mar 13 2011 Doxygen 1.7.1