This commit is contained in:
2025-02-26 19:50:40 -05:00
parent cd0ac5f538
commit bbeb1b8b37
5 changed files with 12 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ pub struct ComplexAgent {
impl ComplexAgent {
pub const fn new(color: Piece) -> Self {
const CONFIG: FutureMoveConfig = FutureMoveConfig {
max_depth: 9,
max_depth: 10,
start_pruning_at_minus: 4,
top_k_children: 2,
up_to_mod: 4,