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