diff --git a/src/complexagent.rs b/src/complexagent.rs index def2453..92c56a1 100644 --- a/src/complexagent.rs +++ b/src/complexagent.rs @@ -8,7 +8,7 @@ pub struct ComplexAgent { #[allow(dead_code)] impl ComplexAgent { pub const fn new(color: Piece) -> Self { - const MAX_DEPTH: usize = 15; + const MAX_DEPTH: usize = 12; Self { color, future_moves: FutureMoves::new(color, MAX_DEPTH, 4),