1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00
BadFish/src/nnue
Stéphane Nicolet 74776dbcd5 Simplification in evaluate_nnue.cpp
Removes the test on non-pawn-material before applying the positional/materialistic bonus.

Passed STC:
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 46904 W: 12197 L: 12059 D: 22648
Ptnml(0-2): 170, 5243, 12479, 5399, 161
https://tests.stockfishchess.org/tests/view/61be57cf57a0d0f327c3999d

Passed LTC:
LLR: 2.95 (-2.94,2.94) <-2.25,0.25>
Total: 18760 W: 4958 L: 4790 D: 9012
Ptnml(0-2): 14, 1942, 5301, 2108, 15
https://tests.stockfishchess.org/tests/view/61bed1fb57a0d0f327c3afa9

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

Bench: 4826206
2021-12-19 15:44:01 +01:00
..
features Simplify away ValueListInserter 2021-10-23 12:21:17 +02:00
layers Optimize FT activation and affine transform for NEON. 2021-12-07 18:08:54 +01:00
evaluate_nnue.cpp Simplification in evaluate_nnue.cpp 2021-12-19 15:44:01 +01: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 Fix typos in comments, adjust readme 2021-12-01 18:07:30 +01:00
nnue_feature_transformer.h Optimize FT activation and affine transform for NEON. 2021-12-07 18:08:54 +01:00