Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoUctPlayer.h File Reference


Detailed Description

Class GoUctPlayer.

Definition in file GoUctPlayer.h.

#include <boost/scoped_ptr.hpp>
#include <vector>
#include "GoBoard.h"
#include "GoBoardRestorer.h"
#include "GoPlayer.h"
#include "GoTimeControl.h"
#include "GoUctDefaultRootFilter.h"
#include "GoUctGlobalSearch.h"
#include "GoUctObjectWithSearch.h"
#include "GoUctPlayoutPolicy.h"
#include "GoUctRootFilter.h"
#include "SgDebug.h"
#include "SgNbIterator.h"
#include "SgNode.h"
#include "SgPointArray.h"
#include "SgRestorer.h"
#include "SgSList.h"
#include "SgMpiSynchronizer.h"
#include "SgTime.h"
#include "SgTimer.h"
#include "SgUctTreeUtil.h"
#include "SgWrite.h"

Go to the source code of this file.

Classes

class  GoUctPlayer< SEARCH, THREAD >
 Player using UCT. More...
struct  GoUctPlayer< SEARCH, THREAD >::Statistics
 Statistics collected by GoUctPlayer. More...

Enumerations

enum  GoUctGlobalSearchMode { GOUCT_SEARCHMODE_PLAYOUTPOLICY, GOUCT_SEARCHMODE_UCT, GOUCT_SEARCHMODE_ONEPLY }
 What search mode to use in GoUctPlayer to select a move. More...


Enumeration Type Documentation

enum GoUctGlobalSearchMode

What search mode to use in GoUctPlayer to select a move.

Enumerator:
GOUCT_SEARCHMODE_PLAYOUTPOLICY  No search, use playout policy to select a move.
GOUCT_SEARCHMODE_UCT  Use UCT search.
GOUCT_SEARCHMODE_ONEPLY  Do a 1-ply MC search.

Definition at line 38 of file GoUctPlayer.h.


17 Jun 2010 Doxygen 1.4.7