Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoUctGlobalSearch.h File Reference


Detailed Description

Definition in file GoUctGlobalSearch.h.

#include <boost/scoped_ptr.hpp>
#include "GoBoard.h"
#include "GoBoardUtil.h"
#include "GoEyeUtil.h"
#include "GoRegionBoard.h"
#include "GoSafetySolver.h"
#include "GoUctDefaultPriorKnowledge.h"
#include "GoUctSearch.h"
#include "GoUctUtil.h"

Go to the source code of this file.

Classes

struct  GoUctGlobalSearchStateParam
 Parameters for GoUctGlobalSearchState. More...
class  GoUctGlobalSearchState< POLICY >
 Global UCT-Search for Go. More...
class  GoUctGlobalSearchStateFactory< POLICY, FACTORY >
 Factory for creating a GoUctGlobalSearchState. More...
class  GoUctGlobalSearch< POLICY, FACTORY >
 Full board Monte-Carlo tree search. More...

Variables

const bool GOUCT_USE_SAFETY_SOLVER = false
 Enable the usage of the safety solver (currently not functional).


Variable Documentation

const bool GOUCT_USE_SAFETY_SOLVER = false

Enable the usage of the safety solver (currently not functional).

Compile-time constant to enable the usage of the safety solver. This cost some performance and there are no experiments yet showing that it improves the playing strength. It is also currently not functional, since it has not been updated after code changes.

Definition at line 27 of file GoUctGlobalSearch.h.

Referenced by GoUctGlobalSearch< POLICY, FACTORY >::OnStartSearch().


17 Jun 2010 Doxygen 1.4.7