Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgUctTreeUtil.cpp File Reference


Detailed Description

Definition in file SgUctTreeUtil.cpp.

#include "SgSystem.h"
#include "SgUctTreeUtil.h"
#include <iomanip>
#include "SgUctSearch.h"
#include "SgWrite.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (ostream &out, const SgUctTreeStatistics &stat)
 Write a SgUctTreeStatistics.
void SgUctTreeUtil::ExtractSubtree (const SgUctTree &tree, SgUctTree &target, const std::vector< SgMove > &sequence, bool warnTruncate, double maxTime=std::numeric_limits< double >::max())
 Extract the subtree from the node after a sequence of moves.
const SgUctNodeSgUctTreeUtil::FindChildWithMove (const SgUctTree &tree, const SgUctNode &node, SgMove move)
 Find move node with a given move.


Function Documentation

std::ostream & operator<< ( std::ostream &  out,
const SgUctTreeStatistics stat 
)

Write a SgUctTreeStatistics.

Definition at line 71 of file SgUctTreeUtil.cpp.


17 Jun 2010 Doxygen 1.4.7