Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

HexUctPolicy.hpp File Reference

#include "SgSystem.h"
#include "SgRandom.h"
#include "HexUctSearch.hpp"

Go to the source code of this file.

Classes

struct  HexUctPolicyConfig
 Configuration options for policies. More...
struct  HexUctPolicyStatistics
 Statistics over all threads. More...
class  HexUctSharedPolicy
 Policy information shared amoung all threads. More...
class  HexUctPolicy
 Generates moves during the random playout phase of UCT search. More...

Defines

#define COLLECT_PATTERN_STATISTICS   0
 Whether statistics on patterns should be collected or not.

Detailed Description

Definition in file HexUctPolicy.hpp.


Define Documentation

#define COLLECT_PATTERN_STATISTICS   0

Whether statistics on patterns should be collected or not.

This information is pretty much useless and slows down the search.

Definition at line 20 of file HexUctPolicy.hpp.


6 Jan 2011 Doxygen 1.6.3