Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Classes | Namespaces | Functions

SgUctTreeUtil.h File Reference

Utility functions for users of SgUctSearch.h. More...

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

Go to the source code of this file.

Classes

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

Namespaces

namespace  SgUctTreeUtil
 

Utility functions for users of SgUctTree.


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(), SgUctValue minCount=0)
 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.

Detailed Description

Utility functions for users of SgUctSearch.h.

Definition in file SgUctTreeUtil.h.


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().


Sun Mar 13 2011 Doxygen 1.7.1