elo test
This commit is contained in:
parent
c3c07fcb28
commit
c54f3a7493
@ -29,7 +29,7 @@ pub fn run() {
|
|||||||
children_eval_method: Default::default(),
|
children_eval_method: Default::default(),
|
||||||
};
|
};
|
||||||
|
|
||||||
let configs = [6]
|
let configs = [4, 5, 6]
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(move |d| FutureMoveConfig {
|
.map(move |d| FutureMoveConfig {
|
||||||
max_depth: d,
|
max_depth: d,
|
||||||
@ -120,7 +120,7 @@ pub fn run() {
|
|||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
if false {
|
if true {
|
||||||
vec.push((
|
vec.push((
|
||||||
"RandomAgent".to_string(),
|
"RandomAgent".to_string(),
|
||||||
Box::new(move |piece| Box::new(RandomAgent::new(piece))),
|
Box::new(move |piece| Box::new(RandomAgent::new(piece))),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user