From 9749a712e8ef55a7fe4d415cb01d9be453b010c4 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 27 Feb 2025 21:11:09 -0500 Subject: [PATCH] increase max_arena_size --- src/complexagent.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/complexagent.rs b/src/complexagent.rs index b27dcab..cf51d9d 100644 --- a/src/complexagent.rs +++ b/src/complexagent.rs @@ -17,7 +17,7 @@ impl ComplexAgent { min_arena_depth_sub: 3, top_k_children: 2, up_to_minus: usize::MAX, // disable pruning - max_arena_size: 10_000_000, + max_arena_size: 50_000_000, }; Self { color,