Struct alcibiades::Variation [] [src]

pub struct Variation {
    pub moves: Vec<Move>,
    pub value: Value,
    pub bound: BoundType,
}

A sequence of moves from some starting position, together with the value assigned to the final position.

Fields

A sequence of moves from some starting position.

The value assigned to the final position.

The value is from the point of view of player that has the move in the starting position.

The accuracy of the assigned value.