initial elo rating stuff
This commit is contained in:
@@ -23,8 +23,6 @@ impl Agent for ComplexAgent {
|
||||
fn next_move(&mut self, board: &Board) -> Option<CoordPair> {
|
||||
self.future_moves.update_from_board(board);
|
||||
|
||||
println!("# of moves stored: {}", self.future_moves.arena_len());
|
||||
|
||||
self.future_moves
|
||||
.best_move()
|
||||
.expect("FutureMoves has no move?")
|
||||
|
||||
Reference in New Issue
Block a user