nits
This commit is contained in:
@@ -23,7 +23,7 @@ impl ComplexAgent {
|
||||
|
||||
impl Agent for ComplexAgent {
|
||||
fn next_move(&mut self, board: &Board) -> Option<(usize, usize)> {
|
||||
self.future_moves.update(board);
|
||||
self.future_moves.update_from_board(board);
|
||||
|
||||
println!("# of moves stored: {}", self.future_moves.arena_len());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user