]> git.sesse.net Git - stockfish/commit
Add / remove leaves from search tree ttPv
authorMJZ1977 <37274752+MJZ1977@users.noreply.github.com>
Fri, 28 Aug 2020 10:06:36 +0000 (12:06 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 30 Aug 2020 12:13:16 +0000 (14:13 +0200)
commitc02b3a4c7a339d212d5c6f75b3b89c926d33a800
tree2d2130db0622298bfc21ab631dfeb623da6d9bb7
parentd90d893b5eeea020b2d59d1372f5aa0a20b45412
Add / remove leaves from search tree ttPv

add if previous leaf is in search tree and we didn't find a counter move
else remove the position if the leaf is the last one in search tree.

STC : https://tests.stockfishchess.org/tests/view/5f49203c3def640786115314
LLR: 2.95 (-2.94,2.94) {-0.25,1.25}
Total: 29968 W: 3381 L: 3195 D: 23392
Ptnml(0-2): 146, 2432, 9671, 2560, 175

LTC : https://tests.stockfishchess.org/tests/view/5f494bea3def640786115336
LLR: 2.96 (-2.94,2.94) {0.25,1.25}
Total: 84952 W: 4619 L: 4333 D: 76000
Ptnml(0-2): 86, 3765, 34481, 4065, 79

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

Bench 3527337
src/search.cpp
src/search.h