]> git.sesse.net Git - stockfish/commit
Do more TT cutoffs in case of exact bound
authorMichael Chaly <Vizvezdenec@gmail.com>
Sat, 30 Jul 2022 23:04:23 +0000 (02:04 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 31 Jul 2022 09:03:28 +0000 (11:03 +0200)
commit582c88ee94c24b4352477ffacf8de2afc521bcce
tree5bc89338fd166740daf403475bdf69cfd20f7593
parent18389e269d43af69c96521f3fe9d85e6b7ed073c
Do more TT cutoffs in case of exact bound

The idea is that these TT entries are considered move valuable in TT replacement scheme - they are always overwriting other entries. So it makes sence for them to produce more aggressive cutoffs.

passed STC
https://tests.stockfishchess.org/tests/view/62e4d407b383a712b1385410
LLR: 2.95 (-2.94,2.94) <0.00,2.50>
Total: 96632 W: 26045 L: 25659 D: 44928
Ptnml(0-2): 434, 10635, 25770, 11065, 412

passed LTC
https://tests.stockfishchess.org/tests/view/62e523e2b383a712b1386193
LLR: 2.94 (-2.94,2.94) <0.50,3.00>
Total: 77960 W: 21363 L: 20989 D: 35608
Ptnml(0-2): 190, 7591, 23009, 8035, 155

closes https://github.com/official-stockfish/Stockfish/pull/4114

bench 5820568
src/search.cpp