]> git.sesse.net Git - stockfish/commit - src/search.cpp
Less futility pruning.
authorStefan Geschwentner <stgeschwentner@gmail.com>
Tue, 23 Nov 2021 19:40:32 +0000 (20:40 +0100)
committerStéphane Nicolet <cassio@free.fr>
Tue, 23 Nov 2021 20:23:28 +0000 (21:23 +0100)
commit092b27a6d0174f619fff9a53099ac9fdc5c2cb4e
tree15efae5b01acc4b0b0a25bc500689710c951f226
parent7218ec4df9fef1146a451b71f0ed3bfd8123c9f9
Less futility pruning.

Disable futility pruning at former PV nodes stored in the transposition table.

STC:
LLR: 2.96 (-2.94,2.94) <0.00,2.50>
Total: 102256 W: 25708 L: 25318 D: 51230
Ptnml(0-2): 276, 11511, 27168, 11893, 280
https://tests.stockfishchess.org/tests/view/61990b3135c7c6348cb602db

LTC:
LLR: 2.96 (-2.94,2.94) <0.50,3.00>
Total: 183304 W: 46027 L: 45408 D: 91869
Ptnml(0-2): 96, 19029, 52778, 19658, 91
https://tests.stockfishchess.org/tests/view/619a0d1b35c7c6348cb603bc

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

Bench: 7334766
src/search.cpp