Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Classes | Enumerations

GoUctPlayer.h File Reference

Class GoUctPlayer. More...

#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 "SgArrayList.h"
#include "SgDebug.h"
#include "SgNbIterator.h"
#include "SgNode.h"
#include "SgPointArray.h"
#include "SgRestorer.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...

Detailed Description

Class GoUctPlayer.

Definition in file GoUctPlayer.h.


Enumeration Type Documentation

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 37 of file GoUctPlayer.h.


Sun Mar 13 2011 Doxygen 1.7.1