Data structure that holds a moveselection::EqualScoreMoves and other search-related info obtained from a call to moveselection::MinimaxMoveEvaluator.MinimaxRecursive.
More...
#include <evaluator_data_structs.hpp>
Data structure that holds a moveselection::EqualScoreMoves and other search-related info obtained from a call to moveselection::MinimaxMoveEvaluator.MinimaxRecursive.
Definition at line 53 of file evaluator_data_structs.hpp.
◆ MinimaxCalcResult() [1/2]
moveselection::MinimaxCalcResult::MinimaxCalcResult |
( |
| ) |
|
|
inline |
◆ MinimaxCalcResult() [2/2]
◆ equal_score_moves()
◆ moves()
◆ remaining_search_depth()
DepthType moveselection::MinimaxCalcResult::remaining_search_depth |
( |
| ) |
|
|
inline |
◆ result_type()
◆ Score()
Points_t moveselection::MinimaxCalcResult::Score |
( |
| ) |
|
|
inline |
◆ equal_score_moves_
◆ remaining_search_depth_
DepthType moveselection::MinimaxCalcResult::remaining_search_depth_ |
|
private |
◆ result_type_
The documentation for this class was generated from the following file: