#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.
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... | |
Namespaces | |
namespace | GoUctSearchUtil |
Utility functions for users of GoUctSearch. | |
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. |
Definition in file GoUctSearch.h.
enum GoUctLiveGfx |
Live-gfx mode used in GoUctSearch.
Definition at line 130 of file GoUctSearch.h.