]> git.sesse.net Git - stockfish/commit
Thread based reduction tweak.
authorStefan Geschwentner <stgeschwentner@gmail.com>
Sun, 25 Apr 2021 05:09:35 +0000 (07:09 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 25 Apr 2021 11:21:57 +0000 (13:21 +0200)
commitc0ff241464338f7e5bb815b4f72c2a95d12244a0
tree9a70089bbc4de0208703ffa49361300015d7895e
parentb748b46714d5f8e0acca0a042ede1fc95e4f5190
Thread based reduction tweak.

For PV nodes at the first two plies no reductions are done for each fourth thread.

STC (8 threads):
LLR: 2.94 (-2.94,2.94) <-0.50,2.50>
Total: 53992 W: 3334 L: 3167 D: 47491
Ptnml(0-2): 64, 2713, 21285, 2860, 74
https://tests.stockfishchess.org/tests/view/6083b2d695e7f1852abd277a

LTC (8 threads):
LLR: 2.93 (-2.94,2.94) <0.50,3.50>
Total: 64888 W: 1888 L: 1725 D: 61275
Ptnml(0-2): 14, 1556, 29146, 1709, 19
https://tests.stockfishchess.org/tests/view/6084249595e7f1852abd2795

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

No functional change (for one thread)
src/search.cpp
src/thread.h