Function inanis::perft::divided::run

source ·
pub fn run(depth: i32, board: &mut Board) -> Vec<(String, u64)>
Expand description

Entry point of the fixed-depth divided perft, which performs a separate perfts for every possible move in the position specified by board. Returns a map with the long notation moves as the key, and calculated nodes count as the associated value.