Skip to main content

solve_position

Function solve_position 

Source
pub fn solve_position(bb: &Bitboard, budget_s: f64) -> Option<Value>
Expand description

Return an exact reference for bb, or None on budget cutoff.

The reference is exact because Quantik never exceeds 16 plies: a completed iterative-deepening depth at least equal to a child’s remaining plies proves the child was solved to true terminals.