always use weighted board values
This commit is contained in:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user