This commit is contained in:
2025-03-04 14:59:00 -05:00
parent 1b9c1eeda7
commit ee70413bcf
2 changed files with 5 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ pub struct FutureMoveConfig {
#[derive(Debug, Clone, Copy)]
pub enum ChildrenEvalMethod {
/// Best (by far) strat compared to Max or Min
Average,
Max,
Min,