Xiangiqgame
AI engine for Xiangqi
|
#include <boardstate/zobrist_factories.hpp>
#include <boardstate/zobrist_for_concepts.hpp>
#include <gameboard/game_board_for_concepts.hpp>
#include <interfaces/base_evaluator_factory.hpp>
#include <memory>
#include <moveselection/move_evaluator_minimax_for_concepts.hpp>
#include <piecepoints/piece_position_points_for_concepts.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | moveselection::MinimaxMoveEvaluatorFactory< KeyType, NumConfKeys > |
Namespaces | |
namespace | moveselection |
Selecting a move to execute. | |