elo: 6 depth
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user