Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
move_evaluators.cpp File Reference

Linkage point for .hpp and .tpp files where template-heavy concrete MoveEvaluators are implemented. More...

Include dependency graph for move_evaluators.cpp:

Go to the source code of this file.

Namespaces

namespace  moveselection
 Selecting a move to execute.
 
namespace  moveselection::minimaxutils
 Free functions used by moveselection::MinimaxMoveEvaluator.
 

Functions

bool moveselection::minimaxutils::ValidateMove (SearchSummary &search_summary, const MoveCollection &allowed_moves)
 

Detailed Description

Linkage point for .hpp and .tpp files where template-heavy concrete MoveEvaluators are implemented.

Definition in file move_evaluators.cpp.