]> git.sesse.net Git - stockfish/commit
Fallback to NNUE
authormstembera <MissingEmail@email>
Sun, 16 Aug 2020 22:23:50 +0000 (15:23 -0700)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 18 Aug 2020 06:36:57 +0000 (08:36 +0200)
commit1bcc981a5a70e3065b4ff588644f270136fd7e3c
treecbf0aa0823ecab982646ed1dca6336e4374add34
parent581b92e4a70b99fa5a22f7a1a38f2c8d2099769f
Fallback to NNUE

If the classical eval ends up much smaller than estimated fall back to NNUE.
Also use multiply instead of divide for the threshold comparison for smoother transitions without rounding.

STC https://tests.stockfishchess.org/tests/view/5f3a5011b38d442594aabdfe
LLR: 2.96 (-2.94,2.94) {-0.50,1.50}
Total: 57352 W: 6325 L: 6135 D: 44892
Ptnml(0-2): 277, 4748, 18482, 4846, 323

LTC https://tests.stockfishchess.org/tests/view/5f3aee9db38d442594aabe82
LLR: 2.95 (-2.94,2.94) {0.25,1.75}
Total: 16232 W: 897 L: 781 D: 14554
Ptnml(0-2): 19, 679, 6616, 771, 31

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

bench: 4026216

-----

Recommended net: https://tests.stockfishchess.org/api/nn/nn-82215d0fd0df.nnue
src/evaluate.cpp