]> git.sesse.net Git - stockfish/commit
Less pruning in qsearch
authorUnai Corzo <corzounai@gmail.com>
Wed, 2 Sep 2020 14:45:49 +0000 (16:45 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 4 Sep 2020 05:55:41 +0000 (07:55 +0200)
commit0e1f734b05ee5c67e9a17ae0e2045a64209dee05
treefefa7c65cc6585881592461296e254b2b178b4fd
parent571c2d6d8daf70de884c493b40cf0279e9b48c61
Less pruning in qsearch

do not prune moves that give discovery checks, even if with negative SSE.

STC https://tests.stockfishchess.org/tests/view/5f4cb5e8ba100690c5cc5d25
LLR: 2.96 (-2.94,2.94) {-0.25,1.25}
Total: 91328 W: 9940 L: 9667 D: 71721
Ptnml(0-2): 491, 7345, 29693, 7670, 465

LTC https://tests.stockfishchess.org/tests/view/5f4dbc2eba100690c5cc5dac
LLR: 2.97 (-2.94,2.94) {0.25,1.25}
Total: 52448 W: 2799 L: 2586 D: 47063
Ptnml(0-2): 53, 2220, 21459, 2445, 47

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

bench: 4031192
src/search.cpp