always use weighted board values

This commit is contained in:
2025-04-23 10:18:42 -04:00
parent 1ebfeb9f65
commit c9fda80c81
4 changed files with 13 additions and 39 deletions

View File

@@ -71,11 +71,9 @@ pub fn run() {
.to_vec()
})
.flat_map(move |prev_c| {
[ChildrenEvalMethod::MinMax, ChildrenEvalMethod::MinMaxFlat].map(move |method| {
FutureMoveConfig {
children_eval_method: method,
..prev_c
}
[ChildrenEvalMethod::MinMax].map(move |method| FutureMoveConfig {
children_eval_method: method,
..prev_c
})
})
.flat_map(move |prev_c| {