Skip to content

Commit

Permalink
update net, trained with additional 0.6B data (#30)
Browse files Browse the repository at this point in the history
Bench: 7993191
  • Loading branch information
justNo4b authored Feb 25, 2024
1 parent 2491655 commit 9414a1b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changelogs/Equiseum_changelog
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,12 @@ LLR | 2.96 (-2.94, 2.94) [-3.00, 1.00]
Games | N: 6424 W: 1657 L: 1531 D: 3236
Penta | [30, 706, 1620, 820, 36]
------------------------------------------------------------------
10. Update net to equi_1024x2f_3Bv4_330.nnue
------------------------------------------------------------------
Elo | 4.00 +- 3.60 (95%)
SPRT | 8.0+0.08s Threads=1 Hash=8MB
LLR | 2.97 (-2.94, 2.94) [0.00, 4.00]
Games | N: 20422 W: 5972 L: 5737 D: 8713
Penta | [384, 2338, 4538, 2561, 390]
------------------------------------------------------------------

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LD_FLAGS ?= -pthread -flto
CC_FLAGS ?= -Wall -std=c++11 -O3 -march=native -flto -pthread -fno-exceptions -D_INCBIN_

# Use INCBIN by default, and no incbin for release
EVALFILE = equi_1024x2rl_2.4Bv4_330.nnue
EVALFILE = equi_1024x2f_3Bv4_330.nnue
CC_FLAGS += -DEVALFILE=\"$(EVALFILE)\"


Expand Down
2 changes: 1 addition & 1 deletion src/nnue.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

const int NNUE_SCALE = 16 * 512;

const std::string EVAL_FILE = "equi_1024x2rl_2.4Bv4_330.nnue";
const std::string EVAL_FILE = "equi_1024x2f_3Bv4_330.nnue";

class Board;

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

#define VER_MAJ ("s_4.1.8")
#define VER_MIN ("NN_variegatum")
#define VER_PATCH ("f")
#define VER_PATCH ("e")

#endif

0 comments on commit 9414a1b

Please sign in to comment.