place weighting
This commit is contained in:
@@ -15,7 +15,7 @@ impl ComplexAgent {
|
||||
const MAX_DEPTH: usize = 12;
|
||||
Self {
|
||||
color,
|
||||
future_moves: FutureMoves::new(color, MAX_DEPTH, 4),
|
||||
future_moves: FutureMoves::new(color, MAX_DEPTH, 6),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user