Search statistics. More...
Public Member Functions | |
Statistics () | |
std::string | Dump () const |
Prints statistics in human readable format. | |
Public Attributes | |
int | numstates |
int | numleafs |
int | numterminal |
int | numinternal |
int | mustplay_branches |
int | total_branches |
int | visited_branches |
int | cuts |
int | tt_hits |
int | tt_cuts |
double | elapsed_time |
HexEval | value |
std::vector< HexPoint > | pv |
Search statistics.
Definition at line 152 of file HexAbSearch.hpp.
HexAbSearch::Statistics::Statistics | ( | ) | [inline] |
Definition at line 168 of file HexAbSearch.hpp.
std::string HexAbSearch::Statistics::Dump | ( | ) | const |
Prints statistics in human readable format.
Definition at line 403 of file HexAbSearch.cpp.
References elapsed_time, mustplay_branches, numinternal, numleafs, numstates, numterminal, total_branches, tt_cuts, tt_hits, and visited_branches.
Referenced by HexAbSearch::DumpStats().
Definition at line 161 of file HexAbSearch.hpp.
Referenced by HexAbSearch::SearchState().
Definition at line 164 of file HexAbSearch.hpp.
Referenced by Dump(), and HexAbSearch::Search().
Definition at line 158 of file HexAbSearch.hpp.
Referenced by Dump(), and HexAbSearch::SearchState().
Definition at line 157 of file HexAbSearch.hpp.
Referenced by Dump(), and HexAbSearch::SearchState().
Definition at line 155 of file HexAbSearch.hpp.
Referenced by Dump(), and HexAbSearch::SearchState().
Definition at line 154 of file HexAbSearch.hpp.
Referenced by Dump(), and HexAbSearch::SearchState().
Definition at line 156 of file HexAbSearch.hpp.
Referenced by Dump(), and HexAbSearch::SearchState().
std::vector<HexPoint> HexAbSearch::Statistics::pv |
Definition at line 166 of file HexAbSearch.hpp.
Referenced by HexAbSearch::Search().
Definition at line 159 of file HexAbSearch.hpp.
Referenced by Dump(), and HexAbSearch::SearchState().
Definition at line 163 of file HexAbSearch.hpp.
Referenced by Dump(), and HexAbSearch::SearchState().
Definition at line 162 of file HexAbSearch.hpp.
Referenced by Dump(), and HexAbSearch::SearchState().
Definition at line 165 of file HexAbSearch.hpp.
Referenced by HexAbSearch::Search().
Definition at line 160 of file HexAbSearch.hpp.
Referenced by Dump(), and HexAbSearch::SearchState().