depth 15 -> 12
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user