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