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... | |
Class GoUctPlayer.
Definition in file GoUctPlayer.h.
What search mode to use in GoUctPlayer to select a move.
| 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.