Skip to content

Commit 9cc482c

Browse files
sergiovierivondele
authored andcommitted
Update default net to nn-308d71810dff.nnue
equivalent to 20200903-1739 Net trained from scratch, so it has quite different features extracted compared to the previous net (82215d0fd0df). STC: LLR: 2.98 (-2.94,2.94) {-0.25,1.25} Total: 108328 W: 14048 L: 13719 D: 80561 Ptnml(0-2): 842, 10039, 32062, 10390, 831 https://tests.stockfishchess.org/tests/view/5f50e053ba100690c5cc5f00 LTC: LLR: 2.96 (-2.94,2.94) {0.25,1.25} Total: 13872 W: 1059 L: 890 D: 11923 Ptnml(0-2): 30, 724, 5270, 871, 41 https://tests.stockfishchess.org/tests/view/5f51821fba100690c5cc5f36 closes #3104 Bench: 3832716
1 parent 2a69611 commit 9cc482c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evaluate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace Eval {
3838
// The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
3939
// for the build process (profile-build and fishtest) to work. Do not change the
4040
// name of the macro, as it is used in the Makefile.
41-
#define EvalFileDefaultName "nn-82215d0fd0df.nnue"
41+
#define EvalFileDefaultName "nn-308d71810dff.nnue"
4242

4343
namespace NNUE {
4444

0 commit comments

Comments
 (0)