Skip to content

Commit dfc7f88

Browse files
mstemberasnicolet
authored andcommitted
Update default net to nn-cb26f10b1fd9.nnue
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
1 parent 0f6c08c commit dfc7f88

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
@@ -36,7 +36,7 @@ namespace Eval {
3636
// The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
3737
// for the build process (profile-build and fishtest) to work. Do not change the
3838
// name of the macro, as it is used in the Makefile.
39-
#define EvalFileDefaultName "nn-2eb2e0707c2b.nnue"
39+
#define EvalFileDefaultName "nn-cb26f10b1fd9.nnue"
4040

4141
namespace NNUE {
4242

0 commit comments

Comments
 (0)