Skip to content

Commit 36c2886

Browse files
committed
Update default net to nn-04a843f8932e.nnue
an optimization of Sergio's nn-03744f8d56d8.nnue tuning the output layer (33 parameters) on game play. WIP code to make layer parameters tunable is https://github.com/vondele/Stockfish/tree/optionOutput Optimization itself is using https://github.com/vondele/nevergrad4sf Writing of the modified net using WIP code based on the learner code https://github.com/vondele/Stockfish/tree/evalWrite Most parameters in the output layer are changed only little (~5 for int8_t). passed STC: https://tests.stockfishchess.org/tests/view/5f716f6b3b22d6afa506941a LLR: 2.94 (-2.94,2.94) {-0.25,1.25} Total: 15488 W: 1859 L: 1689 D: 11940 Ptnml(0-2): 79, 1260, 4917, 1388, 100 passed LTC: https://tests.stockfishchess.org/tests/view/5f71908e3b22d6afa506942e LLR: 2.93 (-2.94,2.94) {0.25,1.25} Total: 8728 W: 518 L: 400 D: 7810 Ptnml(0-2): 7, 338, 3556, 456, 7 closes #3158 Bench: 3789924
1 parent c065abd commit 36c2886

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-03744f8d56d8.nnue"
39+
#define EvalFileDefaultName "nn-04a843f8932e.nnue"
4040

4141
namespace NNUE {
4242

0 commit comments

Comments
 (0)