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 SgUctNode * | SgUctTreeUtil::FindChildWithMove (const SgUctTree &tree, const SgUctNode &node, SgMove move) |
| Find move node with a given move. | |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const SgUctTreeStatistics & | stat | |||
| ) |
Write a SgUctTreeStatistics.
Definition at line 71 of file SgUctTreeUtil.cpp.
References SgUctTreeStatistics::Write().