-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update stockfish with finny tables fixes
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Stockfish
updated
11 files
+1 −0 | AUTHORS | |
+10 −2 | src/engine.cpp | |
+7 −4 | src/engine.h | |
+12 −11 | src/evaluate.cpp | |
+7 −3 | src/nnue/network.cpp | |
+1 −1 | src/nnue/network.h | |
+21 −18 | src/nnue/nnue_accumulator.h | |
+138 −236 | src/nnue/nnue_feature_transformer.h | |
+2 −1 | src/nnue/nnue_misc.cpp | |
+24 −14 | src/search.cpp | |
+5 −6 | src/search.h |