Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
moveselection::ScoredMove Struct Reference

A gameboard::Move, and an associated score calculated by a MoveEvaluator. More...

#include <evaluator_data_structs.hpp>

Collaboration diagram for moveselection::ScoredMove:
Collaboration graph

Public Attributes

Move move
 
Points_t score
 

Detailed Description

A gameboard::Move, and an associated score calculated by a MoveEvaluator.

Definition at line 31 of file evaluator_data_structs.hpp.

Member Data Documentation

◆ move

Move moveselection::ScoredMove::move

Definition at line 32 of file evaluator_data_structs.hpp.

◆ score

Points_t moveselection::ScoredMove::score

Definition at line 33 of file evaluator_data_structs.hpp.


The documentation for this struct was generated from the following file: