Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Adjust return bonus from tt cutoffs at fail highs"
This reverts commit 783dfc2. could lead to a division by zero for: ttValue = (ttValue * tte->depth() + beta) / (tte->depth() + 1) as other threads can overwrite the tte with a QS depth of -1. closes official-stockfish#5338 Bench: 1280020
- Loading branch information