Skip to content

Commit

Permalink
Update default net to nn-cb26f10b1fd9.nnue
Browse files Browse the repository at this point in the history
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 #3209

bench: 3517795
  • Loading branch information
mstembera authored and snicolet committed Nov 1, 2020
1 parent 0f6c08c commit dfc7f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

1 comment on commit dfc7f88

@vondele
Copy link
Member

@vondele vondele commented on dfc7f88 Nov 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rconstant42 very annoying to see the same message pasted 4x

Please sign in to comment.