#include "SgBlackWhite.h"
#include "SgPoint.h"
#include "SgUctSearch.h"
#include "StoneBoard.hpp"
Go to the source code of this file.
Namespaces | |
namespace | HexUctUtil |
General utility functions used in GoUct. | |
Functions | |
void | HexUctUtil::GoGuiGfx (const SgUctSearch &search, SgBlackWhite toPlay, std::ostream &out) |
Print information about search as Gfx commands for GoGui. | |
int | HexUctUtil::ComputeMaxNumMoves () |
RAVE is more efficient if we know the max number of moves we can have. | |
std::string | HexUctUtil::MoveString (SgMove move) |
Method used to print SgMoves during UCT. | |
SgBlackWhite | HexUctUtil::ToSgBlackWhite (HexColor c) |
Converts a HexColor to SgBlackWhite (Note: cannot be EMPTY). | |
void | HexUctUtil::SaveTree (const SgUctTree &tree, const StoneBoard &brd, HexColor toPlay, std::ostream &out, int maxDepth) |
Saves the uct tree to an sgf. |
Definition in file HexUctUtil.hpp.