future_move: fix limiting arena size w/ multithreading

This commit is contained in:
2025-04-08 15:48:44 -04:00
parent 7e6c057127
commit ec3fc382d4
2 changed files with 16 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ fn main() {
min_arena_depth: 14,
top_k_children: 2,
up_to_minus: 10,
max_arena_size: 400_000_000,
max_arena_size: 200_000_000,
do_prune: true,
print: true,
children_eval_method: Default::default(),