]> git.sesse.net Git - stockfish/commitdiff
Update default net to nn-33495fe25081.nnue
authorSFisGOD <jonathandumale@gmail.com>
Thu, 26 Aug 2021 10:07:41 +0000 (18:07 +0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 27 Aug 2021 05:51:26 +0000 (07:51 +0200)
STC:
LLR: 2.95 (-2.94,2.94) <-0.50,2.50>
Total: 37368 W: 9621 L: 9391 D: 18356
Ptnml(0-2): 117, 4287, 9664, 4481, 135
https://tests.stockfishchess.org/tests/view/612768165318138ee1204977

LTC:
LLR: 2.94 (-2.94,2.94) <0.50,3.50>
Total: 13328 W: 3446 L: 3246 D: 6636
Ptnml(0-2): 11, 1383, 3682, 1571, 17
https://tests.stockfishchess.org/tests/view/6127dc8d62d20cf82b5ad196

Closes https://github.com/official-stockfish/Stockfish/pull/3679

Bench: 5179347

src/evaluate.h

index b85038779e252945617af7e76d8ae51ec07d0225..f73fc37ffcce430963756253924506fa6c3a970d 100644 (file)
@@ -39,7 +39,7 @@ namespace Eval {
   // The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
   // for the build process (profile-build and fishtest) to work. Do not change the
   // name of the macro, as it is used in the Makefile.
-  #define EvalFileDefaultName   "nn-517c4f68b5df.nnue"
+  #define EvalFileDefaultName   "nn-33495fe25081.nnue"
 
   namespace NNUE {