]> git.sesse.net Git - stockfish/commit
Small simplification for probcut in check
authorMichael Chaly <Vizvezdenec@gmail.com>
Wed, 31 May 2023 06:22:26 +0000 (09:22 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 31 May 2023 07:06:30 +0000 (09:06 +0200)
commitd99942f25449789de78c9d36e3dcb67d4eb04e98
tree12cee304425308aad08a3a70a7943a7af0332195
parent07bd8adcbce41f076c36f4b65c7f9a786de0b02d
Small simplification for probcut in check

Remove depth condition from there as not longer needed.

Passed STC:
https://tests.stockfishchess.org/tests/view/647367cad29264e4cfa753e6
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 254336 W: 67830 L: 67847 D: 118659
Ptnml(0-2): 580, 28181, 69697, 28096, 614

Passed LTC:
https://tests.stockfishchess.org/tests/view/647576184a36543c4c9f3af7
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 80706 W: 22048 L: 21898 D: 36760
Ptnml(0-2): 28, 7721, 24712, 7857, 35

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

bench 2381945
src/search.cpp