]> git.sesse.net Git - stockfish/commit
Simplify check extension
authorUnai Corzo <corzounai@gmail.com>
Sat, 1 May 2021 08:18:57 +0000 (10:18 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 2 May 2021 15:48:57 +0000 (17:48 +0200)
commitb1c8840f104d4d36b3f9a420b8b26a5e94c6dc18
tree293e272c6f071cc1949c5c4782e5ea0179a59686
parent33fadb5118a0ec3917ec3bbc255fafdf148627ec
Simplify check extension

Simplify check extension, as it seems not to bring any strength and thus is no longer needed.

STC https://tests.stockfishchess.org/tests/view/608c18e995e7f1852abd2b81
LLR: 2.94 (-2.94,2.94) <-2.50,0.50>
Total: 54544 W: 4891 L: 4815 D: 44838
Ptnml(0-2): 186, 3889, 19081, 3895, 221

LTC https://tests.stockfishchess.org/tests/view/608c6ab195e7f1852abd2bc6
LLR: 2.95 (-2.94,2.94) <-2.50,0.50>
Total: 51008 W: 1845 L: 1794 D: 47369
Ptnml(0-2): 31, 1591, 22206, 1648, 28

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

bench: 3993071
src/position.h
src/search.cpp