Xiangiqgame
AI engine for Xiangqi
|
Definition of MoveEvaluator interface. More...
#include <gameboard/move_data_structs.hpp>
Go to the source code of this file.
Classes | |
class | MoveEvaluator< ConcreteMoveEvaluator > |
CRTP interface with a method for selecting a gameboard::Move (concrete examples = moveselection::MinimaxMoveEvaluator, moveselection::RandomMoveEvaluator). More... | |
Definition of MoveEvaluator interface.
Definition in file move_evaluator_interface.hpp.