improve binary operation

This commit is contained in:
2025-02-25 15:34:36 -05:00
parent ec586ce598
commit 155a8d0548
2 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ pub struct ComplexAgent {
#[allow(dead_code)]
impl ComplexAgent {
pub const fn new(color: Piece) -> Self {
const MAX_DEPTH: usize = 5;
const MAX_DEPTH: usize = 10;
const NON_LAZY_DEPTH: usize = 3;
Self {
color,