#include "SgBlackWhite.h"
#include "SgPoint.h"
#include "SgUctSearch.h"
#include "HashMap.hpp"
#include "HexBoard.hpp"
#include "HexUctKnowledge.hpp"
#include "Move.hpp"
#include "VC.hpp"
#include <boost/scoped_ptr.hpp>
Go to the source code of this file.
Classes | |
struct | HexUctStoneData |
Black and white stones. More... | |
struct | HexUctSharedData |
Data shared among all threads. More... | |
class | HexUctSearchPolicy |
Interface for policies controlling move generation in the random play-out phase of HexUctSearch. More... | |
class | HexUctState |
Thread state for HexUctSearch. More... | |
class | HexUctState::AssertionHandler |
Assertion handler to dump the state of a HexUctState. More... |
Definition in file HexUctState.hpp.