]> git.sesse.net Git - stockfish/commit
Remove delta, adjusted, complexity from nnue code
authorDubslow <bunslow@gmail.com>
Sun, 2 Jun 2024 21:55:10 +0000 (16:55 -0500)
committerDisservin <disservin.social@gmail.com>
Mon, 3 Jun 2024 21:27:58 +0000 (23:27 +0200)
commit86b564055d753c49dede0b8549363f3ee11c572e
treed1fc6ce8e2162f3d226a0f3c4dc5c7f4239bcb83
parent397f47a7a1b7abe490d7bcb7a526d01555aed2be
Remove delta, adjusted, complexity from nnue code

...rather they're the consumer's concern whether to tweak the result or not.

Passed STC:
https://tests.stockfishchess.org/tests/view/665cea9ffd45fb0f907c53bd
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 69696 W: 18101 L: 17918 D: 33677
Ptnml(0-2): 195, 8171, 17929, 8362, 191

Passed LTC:
https://tests.stockfishchess.org/tests/view/665cf761fd45fb0f907c5406
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 63720 W: 16344 L: 16165 D: 31211
Ptnml(0-2): 32, 6990, 17625, 7193, 20

Non functional except for rounding issues of OutputScale changing bench.

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

Bench: 1378596
src/evaluate.cpp
src/nnue/network.cpp
src/nnue/network.h
src/nnue/nnue_misc.cpp