]> git.sesse.net Git - stockfish/commitdiff
Update default net to nn-aa9d7eeb397e.nnue
authorSFisGOD <jonathandumale@gmail.com>
Fri, 18 Jun 2021 19:09:20 +0000 (03:09 +0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 18 Jun 2021 19:29:14 +0000 (21:29 +0200)
Optimization of vondele's nn-33c9d39e5eb6.nnue using SPSA
https://tests.stockfishchess.org/tests/view/60ca68be457376eb8bcab28b
Setting: ck values are default based on how large the parameters are
The new values for this net are the raw values at the end of the tuning (80k games)

The significant changes are in buckets 1 and 2 (5-12 pieces) so the main difference is in playing endgames if we compare it to nn-33c9. There is also change in bucket 7 (29-32 pieces) but not as substantial as the changes in buckets 1 and 2. If we interpret the changes based on an experiment a few months ago, this new net plays more optimistically during endgames and less optimistically during openings.

STC:
LLR: 2.93 (-2.94,2.94) <-0.50,2.50>
Total: 49504 W: 4246 L: 4053 D: 41205
Ptnml(0-2): 140, 3282, 17749, 3407, 174
https://tests.stockfishchess.org/tests/view/60cbd752457376eb8bcab478

LTC:
LLR: 2.95 (-2.94,2.94) <0.50,3.50>
Total: 88720 W: 4926 L: 4651 D: 79143
Ptnml(0-2): 105, 4048, 35793, 4295, 119
https://tests.stockfishchess.org/tests/view/60cc7828457376eb8bcab4fa

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

Bench: 4758885

src/evaluate.h

index 0e815d6bf57d62630e19efef0da508f969a73a4f..10298882102326b7ec7fd8b350605f85c6cbb1dc 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-3b20abec10c1.nnue"
+  #define EvalFileDefaultName   "nn-aa9d7eeb397e.nnue"
 
   namespace NNUE {