disable prune_bad_children

This commit is contained in:
Simon Gardling 2025-02-24 13:28:58 -05:00
parent dd236118fe
commit 17ea2e8e98
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -305,7 +305,7 @@ impl FutureMoves {
fn set_root_idx_raw(&mut self, idx: usize) { fn set_root_idx_raw(&mut self, idx: usize) {
self.update_root_idx_raw(idx); self.update_root_idx_raw(idx);
self.prune_bad_children(); // self.prune_bad_children();
self.refocus_tree(); self.refocus_tree();
self.extend_layers(); self.extend_layers();
self.compute_values(0..self.arena.len()); self.compute_values(0..self.arena.len());