increase max_arena_size

This commit is contained in:
Simon Gardling 2025-02-27 21:11:09 -05:00
parent d50d98d483
commit 9749a712e8
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -17,7 +17,7 @@ impl ComplexAgent {
min_arena_depth_sub: 3, min_arena_depth_sub: 3,
top_k_children: 2, top_k_children: 2,
up_to_minus: usize::MAX, // disable pruning up_to_minus: usize::MAX, // disable pruning
max_arena_size: 10_000_000, max_arena_size: 50_000_000,
}; };
Self { Self {
color, color,