]> git.sesse.net Git - stockfish/commit
Futile pruning simplification
authorVoyagerOne <excelgeek@gmail.com>
Mon, 2 Aug 2021 17:52:48 +0000 (13:52 -0400)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 5 Aug 2021 06:44:38 +0000 (08:44 +0200)
commit31ebd918ea54b8c9fccbc1e1fa269772ed0949df
tree9cde21e12d825f20e5cbbef3c564595a34bd338c
parenta0fca67da4c5ae21bcc783acc03f3da2a6fbcd80
Futile pruning simplification

Remove CMH conditions in futile pruning.

STC:
LLR: 2.94 (-2.94,2.94) <-2.50,0.50>
Total: 93520 W: 7165 L: 7138 D: 79217
Ptnml(0-2): 222, 5923, 34427, 5982, 206
https://tests.stockfishchess.org/tests/view/61083104e50a153c346ef8df

LTC:
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 59072 W: 1746 L: 1706 D: 55620
Ptnml(0-2): 13, 1562, 26353, 1588, 20
https://tests.stockfishchess.org/tests/view/610894f2e50a153c346ef913

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

Bench: 5229673
src/search.cpp