elo: edit settings

This commit is contained in:
2025-04-28 19:02:40 -04:00
parent 6b9516a510
commit c50892d79a

View File

@@ -36,7 +36,7 @@ pub fn run() {
children_eval_method: Default::default(),
};
let configs = [20]
let configs = [4, 5, 6]
.into_iter()
.map(move |d| FutureMoveConfig {
max_depth: d,
@@ -285,8 +285,7 @@ impl PlayerArena {
player_1,
player_2,
false,
// Board::random(rand::random_range(20..=30)),
Board::STARTING_POSITION,
Board::random(rand::random_range(4..=15)),
)
.expect("unable to create game")
.loop_until_result();