Type Definition minimax::interface::Evaluation[][src]

type Evaluation = i32;

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.