]> git.sesse.net Git - stockfish/commit
Remove capping in reduction (#2110)
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 19 Apr 2019 15:33:26 +0000 (17:33 +0200)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Fri, 19 Apr 2019 15:33:26 +0000 (17:33 +0200)
commitbdeb01dec09fd6e5ea77a1cb6f6f7fe51a81b7dd
tree991c242b65eddf2a38a730c3a2f8c356f6874f8e
parentf21b50398231b4846c364e23bfeeab314c7731ea
Remove capping in reduction (#2110)

Saves two std::min.

Bench is unchanged to high depth, but in principle this is a functional change so tested both STC and LTC.

passed STC:
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 78193 W: 17220 L: 17210 D: 43763
http://tests.stockfishchess.org/tests/view/5cb789540ebc5925cf01b90b

passed LTC:
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 93846 W: 15964 L: 15962 D: 61920
http://tests.stockfishchess.org/tests/view/5cb8066d0ebc5925cf01c72b

Bench: 3402947
src/search.cpp