]> git.sesse.net Git - stockfish/commit - src/nnue/nnue_architecture.h
Cleanup comments and some code reorg.
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 23 Oct 2023 20:49:37 +0000 (22:49 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 24 Oct 2023 15:43:05 +0000 (17:43 +0200)
commitec02714b6262e26d6f96c45c4e2527f3d382a9f8
tree90bde9ca96aeae2cda4acff57def18a2d3583845
parentd6a5c2b0852e0fe7efff1ef7e8bd6d94f962bf8e
Cleanup comments and some code reorg.

passed STC:
https://tests.stockfishchess.org/tests/view/6536dc7dcc309ae83955b04d
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 58048 W: 14693 L: 14501 D: 28854
Ptnml(0-2): 200, 6399, 15595, 6669, 161

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

No functional change
src/evaluate.cpp
src/movepick.cpp
src/nnue/evaluate_nnue.cpp
src/nnue/layers/affine_transform.h
src/nnue/nnue_architecture.h
src/nnue/nnue_feature_transformer.h
src/search.cpp
src/uci.cpp