This commit is contained in:
Simon Gardling 2025-04-28 01:17:28 -04:00
parent c3c07fcb28
commit c54f3a7493
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -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))),