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