]> git.sesse.net Git - stockfish/commitdiff
Update default net to nn-ad9b42354671.nnue
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 11 Jul 2022 15:32:39 +0000 (17:32 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 13 Jul 2022 16:01:20 +0000 (18:01 +0200)
using trainer branch https://github.com/glinscott/nnue-pytorch/pull/208 with a slightly
tweaked loss function (power 2.5 instead of 2.6), otherwise same training as in
the previous net update https://github.com/official-stockfish/Stockfish/pull/4100

passed STC:
LLR: 2.97 (-2.94,2.94) <0.00,2.50>
Total: 367536 W: 99465 L: 98573 D: 169498
Ptnml(0-2): 1820, 40994, 97117, 42148, 1689
https://tests.stockfishchess.org/tests/view/62cc43fe50dcbecf5fc1c5b8

passed LTC:
LLR: 2.94 (-2.94,2.94) <0.50,3.00>
Total: 25032 W: 6802 L: 6553 D: 11677
Ptnml(0-2): 40, 2424, 7341, 2669, 42
https://tests.stockfishchess.org/tests/view/62ce5f421dacb46e4d5fd277

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

Bench: 5905619

src/evaluate.h

index 36d3b2b282d0db68fac6e50bb33d9ee5e5d620c7..f5ac3263c3380267cc7c9ce15bc66830e6ce4d56 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-3c0054ea9860.nnue"
+  #define EvalFileDefaultName   "nn-ad9b42354671.nnue"
 
   namespace NNUE {