]> git.sesse.net Git - stockfish/commit
Simplify NNUE / classical evaluation selection
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 29 May 2021 13:44:57 +0000 (15:44 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 30 May 2021 19:30:15 +0000 (21:30 +0200)
commit4c0299832555c3e35eb1f8779bedf7d1d2819cf1
tree85f7a1431514863fb1872e02df286837d1f36e21
parent6174a37a3742e318654cdbc5e8852fa37e797c92
Simplify NNUE / classical evaluation selection

for the new network architecture these rules can be simplified,
closer to the original PSQT difference based again.

passed STC
LLR: 2.94 (-2.94,2.94) <-2.50,0.50>
Total: 22656 W: 1979 L: 1868 D: 18809
Ptnml(0-2): 70, 1496, 8087, 1603, 72
https://tests.stockfishchess.org/tests/view/60b24579db3c4776cb89d122

passed LTC
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 30224 W: 1015 L: 953 D: 28256
Ptnml(0-2): 4, 860, 13330, 906, 12
https://tests.stockfishchess.org/tests/view/60b27613db3c4776cb89d145

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

Bench: 3937626
src/evaluate.cpp