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

@@ -7,7 +7,7 @@ use othello::{
fn extend_layers_no_pruning(depth: usize, arena_size: usize) -> usize {
let config = FutureMoveConfig {
max_depth: depth,
min_arena_depth_sub: 0,
min_arena_depth: 0,
top_k_children: 5,
up_to_minus: 4,
max_arena_size: arena_size,