]> git.sesse.net Git - stockfish/commit
Simplify Null Move Search condition
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 8 Nov 2017 12:44:24 +0000 (13:44 +0100)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Wed, 8 Nov 2017 12:44:24 +0000 (13:44 +0100)
commit0a74c16ffe5474f126cfac71e3f85394771ebbbd
tree5408407c75dcf9ee12518e29cb6211b0fd5ecbbd
parent652199d8403bec5e534581715b58b0d11de915a2
Simplify Null Move Search condition

Removes depth condition, adjust parameters.

passed STC:
http://tests.stockfishchess.org/tests/view/5a008cbc0ebc590ccbb8a512
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 29282 W: 5317 L: 5210 D: 18755

passed LTC:
http://tests.stockfishchess.org/tests/view/5a00d8530ebc590ccbb8a541
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 26893 W: 3458 L: 3345 D: 20090

Bench: 5015773
src/search.cpp