ChildrenEvalMethod: add and switch to AverageDivDepth

This commit is contained in:
2025-03-12 16:53:07 -04:00
parent e14391d129
commit 31e88e3313
4 changed files with 24 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ fn extend_layers_no_pruning(depth: usize) -> usize {
max_arena_size: usize::MAX,
do_prune: false,
print: false,
children_eval_method: ChildrenEvalMethod::Average,
children_eval_method: ChildrenEvalMethod::AverageDivDepth,
};
let mut fut = FutureMoves::new(Piece::Black, config);
fut.update_from_board(&Board::new().starting_pos());