elo: edit settings
This commit is contained in:
parent
6b9516a510
commit
c50892d79a
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user