Remove tt cutoffs, fix capture move sorting, refactor

This commit is contained in:
stefiosif
2024-11-30 00:04:53 +02:00
parent f5b7056347
commit 316f40e6e5
7 changed files with 74 additions and 99 deletions

View File

@@ -65,8 +65,8 @@ impl TTEntry {
#[derive(Clone)]
pub enum Bound {
Exact,
Lower,
Upper,
Alpha,
Beta,
}
#[cfg(test)]