]> git.sesse.net Git - stockfish/commit
Remove old line in "Futility pruning for captures"
authorGiacomo Lorenzetti <g.lorenz9@protonmail.com>
Wed, 5 Oct 2022 11:08:00 +0000 (13:08 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 8 Oct 2022 16:07:30 +0000 (18:07 +0200)
commitd5271af0ee28cb52e1033f183f3b34754aa5efa0
tree565180fa39dd138c371c5a07e3b438847b18f5ff
parentda937e219ee7981966ac29fc11c43470a505ff18
Remove old line in "Futility pruning for captures"

The line is no longer needed after https://github.com/official-stockfish/Stockfish/commit/910cf8b21839eb9f1991934a5436eea112021723.
This patch incidentally applies "Futility Pruning for Captures" also in case of en-passant, changing the bench signature.

Passed STC:
https://tests.stockfishchess.org/tests/view/6332c1f1208c26088697b731
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 68760 W: 18440 L: 18256 D: 32064
Ptnml(0-2): 267, 7530, 18595, 7728, 260

Passed LTC:
https://tests.stockfishchess.org/tests/view/633312e9208c26088697c59b
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 455552 W: 121910 L: 122123 D: 211519
Ptnml(0-2): 253, 45439, 136600, 45236, 248

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

Bench: 4374521
src/search.cpp