]> git.sesse.net Git - stockfish/commitdiff
Update default net to nn-cb26f10b1fd9.nnue
authormstembera <MissingEmail@email>
Fri, 30 Oct 2020 20:45:40 +0000 (13:45 -0700)
committerStéphane Nicolet <cassio@free.fr>
Sun, 1 Nov 2020 07:02:40 +0000 (08:02 +0100)
Result of https://tests.stockfishchess.org/tests/view/5f9a06796a2c112b60691c0f tuning.

STC
LLR: 2.94 (-2.94,2.94) {-0.25,1.25}
Total: 53712 W: 5776 L: 5561 D: 42375
Ptnml(0-2): 253, 4282, 17604, 4431, 286
https://tests.stockfishchess.org/tests/view/5f9c7bbc6a2c112b60691d4d

LTC
LLR: 2.97 (-2.94,2.94) {0.25,1.25}
Total: 80184 W: 4007 L: 3739 D: 72438
Ptnml(0-2): 58, 3302, 33130, 3518, 84
https://tests.stockfishchess.org/tests/view/5f9d01f06a2c112b60691d87

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

bench: 3517795

src/evaluate.h

index 6e5db6a302cf4066ca749a0e51db4ba6354f1855..6bec27db76592972066577acbf9a6a79218ee915 100644 (file)
@@ -36,7 +36,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-2eb2e0707c2b.nnue"
+  #define EvalFileDefaultName   "nn-cb26f10b1fd9.nnue"
 
   namespace NNUE {