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