elo for board eval
This commit is contained in:
parent
517e54dade
commit
83b56101d9
14
src/elo.rs
14
src/elo.rs
@ -71,15 +71,11 @@ pub fn run() {
|
||||
.to_vec()
|
||||
})
|
||||
.flat_map(move |prev_c| {
|
||||
[
|
||||
ChildrenEvalMethod::Average,
|
||||
ChildrenEvalMethod::AverageDivDepth,
|
||||
ChildrenEvalMethod::MinAvgDivDepth,
|
||||
ChildrenEvalMethod::MinMax,
|
||||
]
|
||||
.map(move |method| FutureMoveConfig {
|
||||
children_eval_method: method,
|
||||
..prev_c
|
||||
[ChildrenEvalMethod::MinMax, ChildrenEvalMethod::MinMaxFlat].map(move |method| {
|
||||
FutureMoveConfig {
|
||||
children_eval_method: method,
|
||||
..prev_c
|
||||
}
|
||||
})
|
||||
})
|
||||
.flat_map(move |prev_c| {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user