min_arena_depth_sub -> min_arena_depth

This commit is contained in:
2025-03-02 10:52:44 -05:00
parent 19b5b856db
commit ed739c7f64
3 changed files with 6 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ fn main() {
Piece::Black,
FutureMoveConfig {
max_depth: 20,
min_arena_depth_sub: 14,
min_arena_depth: 14,
top_k_children: 2,
up_to_minus: 10,
max_arena_size: 50_000_000,