Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgUctTreeUtil.h File Reference


Detailed Description

Utility functions for users of SgUctSearch.h.

Definition in file SgUctTreeUtil.h.

#include <cstddef>
#include <iosfwd>
#include "SgStatistics.h"

Go to the source code of this file.

Namespaces

namespace  SgUctTreeUtil

Classes

class  SgUctTreeStatistics
 Statistical properties of a SgUctTree. More...

Functions

std::ostream & operator<< (std::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.

References SgUctTreeStatistics::Write().


17 Jun 2010 Doxygen 1.4.7