1
0
Fork 0
stockfish/src/nnue
Stefano Cardanobile 2214fcecf7 Rewrite NNUE evaluation adjustments
Make the eval code in the evaluate_nnue.cpp more similar to the rest of the codebase:

* remove multiple variable assignment
* make if conditions explicit and indent on multiple lines

passed STC
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 59032 W: 14834 L: 14751 D: 29447
Ptnml(0-2): 176, 6310, 16459, 6397, 174
https://tests.stockfishchess.org/tests/view/616f250540f619782fd4f76d

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

No functional change
2021-10-23 12:22:02 +02:00
..
features Simplify away ValueListInserter 2021-10-23 12:21:17 +02:00
layers Optimize and tidy up affine transform code. 2021-08-20 08:50:25 +02:00
evaluate_nnue.cpp Rewrite NNUE evaluation adjustments 2021-10-23 12:22:02 +02:00
evaluate_nnue.h Unify naming convention of the NNUE code 2021-04-24 12:49:29 +02:00
nnue_accumulator.h Reduce the number of accumulator states 2021-06-14 11:22:08 +02:00
nnue_architecture.h New NNUE architecture and net 2021-08-15 12:05:43 +02:00
nnue_common.h Clarify use of UCI options 2021-06-13 10:02:43 +02:00
nnue_feature_transformer.h Simplify away ValueListInserter 2021-10-23 12:21:17 +02:00