Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

HexUctUtil.hpp File Reference

#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.

Detailed Description

Definition in file HexUctUtil.hpp.


6 Jan 2011 Doxygen 1.6.3