]> git.sesse.net Git - stockfish/commitdiff
Update default net to nn-d93927199b3d.nnue
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 12 Dec 2021 16:09:21 +0000 (17:09 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 13 Dec 2021 06:17:25 +0000 (07:17 +0100)
Using the same dataset as before but slightly reduced initial LR as in
https://github.com/vondele/nnue-pytorch/tree/tweakLR1

passed STC:
LLR: 2.94 (-2.94,2.94) <0.00,2.50>
Total: 51368 W: 13492 L: 13191 D: 24685
Ptnml(0-2): 168, 5767, 13526, 6042, 181
https://tests.stockfishchess.org/tests/view/61b61f43dffbe89a3580b529

passed LTC:
LLR: 2.94 (-2.94,2.94) <0.50,3.00>
Total: 45128 W: 11763 L: 11469 D: 21896
Ptnml(0-2): 24, 4583, 13063, 4863, 31
https://tests.stockfishchess.org/tests/view/61b6612edffbe89a3580c447

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

Bench: 5121336

src/evaluate.h

index 87cb65f36dbd01a127e4cbf203b010fd930ed5b1..5a9260fbbc71c5159954cadb8af6d8d5b1a7f097 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-63376713ba63.nnue"
+  #define EvalFileDefaultName   "nn-d93927199b3d.nnue"
 
   namespace NNUE {