fully fix future_moves
This commit is contained in:
@@ -16,7 +16,7 @@ fn extend_layers_no_pruning(depth: usize, arena_size: usize) -> usize {
|
||||
children_eval_method: ChildrenEvalMethod::Max,
|
||||
};
|
||||
let mut fut = FutureMoves::new(Piece::Black, config);
|
||||
fut.set_root_from_board(Board::new().starting_pos());
|
||||
fut.update_from_board(&Board::new().starting_pos());
|
||||
fut.extend_layers();
|
||||
fut.arena_len()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user