Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoUctPlayoutPolicyParam Class Reference

#include <GoUctPlayoutPolicy.h>

List of all members.


Detailed Description

Parameters for GoUctPlayoutPolicy.

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.


Constructor & Destructor Documentation

GoUctPlayoutPolicyParam::GoUctPlayoutPolicyParam (  ) 

Definition at line 17 of file GoUctPlayoutPolicy.cpp.


Member Data Documentation

int GoUctPlayoutPolicyParam::m_fillboardTries

See GoUctPureRandomGenerator::GenerateFillboardMove.

Default is 0

Definition at line 38 of file GoUctPlayoutPolicy.h.

Referenced by GoUctCommands::CmdParamPolicy(), and GoUctPlayoutPolicy< BOARD >::GenerateMove().

bool GoUctPlayoutPolicyParam::m_statisticsEnabled

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

bool GoUctPlayoutPolicyParam::m_useNakadeHeuristic

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


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


17 Jun 2010 Doxygen 1.4.7