Definition in file GoUctSearch.h.
#include <iosfwd>
#include "GoBoard.h"
#include "GoBoardHistory.h"
#include "GoBoardSynchronizer.h"
#include "GoUctBoard.h"
#include "SgUctSearch.h"
#include "SgBlackWhite.h"
#include "SgStatistics.h"
Go to the source code of this file.
Namespaces | |
| namespace | GoUctSearchUtil |
Classes | |
| class | GoUctState |
| Thread state for GoUctSearch. More... | |
| class | GoUctState::AssertionHandler |
| Assertion handler to dump the state of a GoUctState. More... | |
| class | GoUctSearch |
| Base class for UCT searches in Go. More... | |
Enumerations | |
| enum | GoUctLiveGfx { GOUCT_LIVEGFX_NONE, GOUCT_LIVEGFX_COUNTS, GOUCT_LIVEGFX_SEQUENCE } |
| Live-gfx mode used in GoUctSearch. More... | |
Functions | |
| SgPoint | GoUctSearchUtil::TrompTaylorPassCheck (SgPoint move, const GoUctSearch &search) |
| Checks if move is a bad pass move, if Tromp-Taylor rules are used, and tries to fix it. | |
| enum GoUctLiveGfx |
Live-gfx mode used in GoUctSearch.
Definition at line 134 of file GoUctSearch.h.