add back pruning

This commit is contained in:
2025-02-27 21:08:42 -05:00
parent a2f5e79aba
commit d50d98d483
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ impl FutureMoves {
}
});
// self.prune_bad_children();
self.prune_bad_children();
self.current_depth += 1;
if cf.is_break() {
println!("extend_layers: early break");