Function inanis::interface::terminal::handle_dperft
source · fn handle_dperft(input: Vec<&str>)
Expand description
Handles dperft [depth]
, dperft [depth] fen [fen]
and dperft [depth] moves [moves]
commands by running a divided perft test to the depth specified
by depth
parameter. The initial position can be specified by FEN, a list of moves, or just omitted (so the default start position will be taken).