]> git.sesse.net Git - stockfish/commit
Simplify evaluate condition on search
authorbmc4 <bmc4@cin.ufpe.br>
Tue, 19 Oct 2021 12:23:30 +0000 (09:23 -0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 19 Oct 2021 20:09:47 +0000 (22:09 +0200)
commitb37054c310876850f6ff65b19f6cdb5f941c57dc
treee3ca70f1ae92f91660bc0b901d141685ac736d45
parent67d06164833857d3497010e952fd0d2c5f00c095
Simplify evaluate condition on search

Remove condition for MOVE_NULL on search.

STC:
LLR: 2.94 (-2.94,2.94) <-2.50,0.50>
Total: 47544 W: 11968 L: 11864 D: 23712
Ptnml(0-2): 150, 5535, 12318, 5599, 170
https://tests.stockfishchess.org/tests/view/616e37143799eb91f1f071ee

LTC:
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 67472 W: 16938 L: 16870 D: 33664
Ptnml(0-2): 49, 7119, 19331, 7189, 48
https://tests.stockfishchess.org/tests/view/616e3fab3799eb91f1f071f1

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

bench: 5255771
src/search.cpp