Skip to content

Commit

Permalink
new net. prepare 1.0 release (#32)
Browse files Browse the repository at this point in the history
Bench: 8347801
Elo   | 9.78 +- 6.68 (95%)
  • Loading branch information
justNo4b authored Mar 7, 2024
1 parent 9414a1b commit 6ab039f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
12 changes: 10 additions & 2 deletions Changelogs/Equiseum_changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
////////////////////////////////////////////////////////////////////
Testing on Equisetum (since public)
Before that seach patches matched Drofa, nets were tested in private
Before that seach patches matched Drofa, nets/interference were
tested in private
////////////////////////////////////////////////////////////////////
------------------------------------------------------------------
1. Tune basic search constants with SPSA
Expand Down Expand Up @@ -82,4 +83,11 @@ 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]
------------------------------------------------------------------

11. Update net to equi_1024x2_4Bv5_430.nnue
------------------------------------------------------------------
Elo | 9.78 +- 6.68 (95%)
SPRT | 40.0+0.40s Threads=1 Hash=64MB
LLR | 2.96 (-2.94, 2.94) [0.00, 4.00]
Games | N: 5546 W: 1559 L: 1403 D: 2584
Penta | [29, 595, 1388, 713, 48]
------------------------------------------------------------------
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_1024x2f_3Bv4_330.nnue
EVALFILE = equi_1024x2_4Bv5_430.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_1024x2f_3Bv4_330.nnue";
const std::string EVAL_FILE = "equi_1024x2_4Bv5_430.nnue";

class Board;

Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#ifndef VERSION_H
#define VERSION_H

#define VER_MAJ ("s_4.1.8")
#define VER_MIN ("NN_variegatum")
#define VER_PATCH ("e")
#define VER_MAJ ("1")
#define VER_MIN ("0")
#define VER_PATCH ("variegatum.g")

#endif

0 comments on commit 6ab039f

Please sign in to comment.