|
Xiangiqgame
AI engine for Xiangqi
|
A gameboard::Move, and an associated score calculated by a MoveEvaluator. More...
#include <evaluator_data_structs.hpp>

Public Attributes | |
| Move | move |
| Points_t | score |
A gameboard::Move, and an associated score calculated by a MoveEvaluator.
Definition at line 31 of file evaluator_data_structs.hpp.
| Move moveselection::ScoredMove::move |
Definition at line 32 of file evaluator_data_structs.hpp.
| Points_t moveselection::ScoredMove::score |
Definition at line 33 of file evaluator_data_structs.hpp.