Type Alias minimax::interface::Evaluation

source ·
pub type Evaluation = i16;
Expand description

An assessment of a game state from the perspective of the player whose turn it is to play. Higher values mean a more favorable state. A draw is defined as a score of zero.