Skip to content

Commit

Permalink
New net trained using wdl 0.5 (#84)
Browse files Browse the repository at this point in the history
Passed STC:
Elo   | 10.39 +- 7.05 (95%)
SPRT  | 8.0+0.08s Threads=1 Hash=8MB
LLR   | 2.90 (-2.25, 2.89) [0.00, 5.00]
Games | N: 5016 W: 1426 L: 1276 D: 2314
Penta | [90, 545, 1105, 661, 107]
http://aytchell.eu.pythonanywhere.com/test/413/

Something to note is that I needed to reconvert my dataset as the score was stm relative, Im pretty sure what I converted was the exact dataset with fixed scores, however it seems that a network trained with wdl 1 on the fixed data set loses a few elo: http://aytchell.eu.pythonanywhere.com/test/408/

bench 5435503
  • Loading branch information
rn5f107s2 authored May 27, 2024
1 parent 0a64747 commit 262ab5d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed src/Nets/moly_20240501.nnue
Binary file not shown.
Binary file added src/Nets/moly_20240526.nnue
Binary file not shown.
2 changes: 1 addition & 1 deletion src/nnue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#undef PUSHED_MACRO
#endif

#define defaultNetPath "src/Nets/moly_20240501.nnue"
#define defaultNetPath "src/Nets/moly_20240526.nnue"

INCBIN(network, defaultNetPath);
const Weights defaultWeights = *reinterpret_cast<const Weights*>(gnetworkData);
Expand Down

0 comments on commit 262ab5d

Please sign in to comment.