Xiangiqgame
AI engine for Xiangqi
|
Holds a gameboard::MoveCollection in which all gameboard::Move have the same value (as perceived by a MoveEvaluator), and the value of the shared score. More...
#include <evaluator_data_structs.hpp>
Public Member Functions | |
MoveCollection | move_collection () |
Public Attributes | |
Points_t | shared_score |
MoveCollection | move_collection_ |
Holds a gameboard::MoveCollection in which all gameboard::Move have the same value (as perceived by a MoveEvaluator), and the value of the shared score.
Definition at line 22 of file evaluator_data_structs.hpp.
|
inline |
Definition at line 27 of file evaluator_data_structs.hpp.
MoveCollection moveselection::EqualScoreMoves::move_collection_ |
Definition at line 25 of file evaluator_data_structs.hpp.
Points_t moveselection::EqualScoreMoves::shared_score |
Definition at line 24 of file evaluator_data_structs.hpp.