add early_break for extend_layers

This commit is contained in:
2025-02-26 14:37:25 -05:00
parent 9fd3b45c0e
commit cd0ac5f538
3 changed files with 12 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ fn extend_layers_test(depth: usize) {
start_pruning_at_minus: 4,
top_k_children: 2,
up_to_mod: 4,
max_arena_size: 10_000_000,
};
let mut fut = FutureMoves::new(Piece::Black, config);
fut.set_root_from_board(Board::new().starting_pos());