]> git.sesse.net Git - stockfish/commitdiff
Update default net to nn-56a5f1c4173a.nnue
authorSFisGOD <jonathandumale@gmail.com>
Tue, 27 Jul 2021 16:43:58 +0000 (00:43 +0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 29 Jul 2021 05:35:13 +0000 (07:35 +0200)
SPSA 1: https://tests.stockfishchess.org/tests/view/60fd24efd8a6b65b2f3a796e
Parameters: A total of 256 net biases were tuned (hidden layer 2)
New best values: Half of the changes from the tuning run
New net: nn-5992d3ba79f3.nnue

SPSA 2: https://tests.stockfishchess.org/tests/view/60fec7d6d8a6b65b2f3a7aa2
Parameters: A total of 128 net biases were tuned (hidden layer 1)
New best values: Half of the changes from the tuning run
New net: nn-56a5f1c4173a.nnue

STC:
LLR: 2.94 (-2.94,2.94) <-0.50,2.50>
Total: 140392 W: 10863 L: 10578 D: 118951
Ptnml(0-2): 347, 8754, 51718, 9021, 356
https://tests.stockfishchess.org/tests/view/610037e396b86d98abf6a79e

LTC:
LLR: 2.95 (-2.94,2.94) <0.50,3.50>
Total: 14216 W: 454 L: 355 D: 13407
Ptnml(0-2): 4, 323, 6356, 420, 5
https://tests.stockfishchess.org/tests/view/61019995afad2da4f4ae3a3c

Closes #3633

Bench: 4801359

src/evaluate.h

index aa5c6260209e2a0e6dcc6da2edd983788820d55b..e3730c8a44d340a3081d8c0e315a82485076038f 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-26abeed38351.nnue"
+  #define EvalFileDefaultName   "nn-56a5f1c4173a.nnue"
 
   namespace NNUE {