elo: 6 depth
This commit is contained in:
parent
7c74f6b5da
commit
222afb29c1
@ -25,7 +25,7 @@ pub fn run() {
|
||||
children_eval_method: ChildrenEvalMethod::Average,
|
||||
};
|
||||
|
||||
let configs = (4..=6)
|
||||
let configs = (6..=6)
|
||||
.map(move |d| FutureMoveConfig {
|
||||
max_depth: d,
|
||||
..FMV_BASE
|
||||
@ -84,7 +84,7 @@ pub fn run() {
|
||||
|
||||
let mut arena = PlayerArena::new(vec);
|
||||
|
||||
arena.prop_arena(1);
|
||||
arena.prop_arena(5);
|
||||
|
||||
println!("{}", arena);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user