1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src/nnue
Joost VandeVondele 8192945870 Improve testing coverage, remove unused code
a) Add further tests to CI to cover most features. This uncovered a potential race
in case setoption was sent between two searches. As the UCI protocol requires
this sent to be went the engine is not searching, setoption now ensures that
this is the case.

b) Remove some unused code

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

No functional change
2023-08-11 19:27:46 +02:00
..
features Update copyright years 2023-01-02 19:07:38 +01:00
layers Improve testing coverage, remove unused code 2023-08-11 19:27:46 +02:00
evaluate_nnue.cpp Improve some comments 2023-07-28 23:38:49 +02:00
evaluate_nnue.h NNUE namespace cleanup 2023-03-19 11:27:15 +01:00
nnue_accumulator.h Update copyright years 2023-01-02 19:07:38 +01:00
nnue_architecture.h Update NNUE architecture to SFNNv7 with larger L1 size of 2048 2023-07-01 13:34:30 +02:00
nnue_common.h Document the LEB128 patch 2023-07-01 13:01:28 +02:00
nnue_feature_transformer.h Compressed network parameters 2023-06-19 21:37:23 +02:00