Skip to content

Commit

Permalink
Update network to berserk-1cc33042d30d.nn
Browse files Browse the repository at this point in the history
Bench: 3077680

Network trained on a 75wdl | 25eval ratio from bexp37-e1000

Elo   | 11.07 +- 4.85 (95%)
SPRT  | 10.0+0.10s Threads=1 Hash=8MB
LLR   | 2.91 (-2.25, 2.89) [0.00, 2.00]
Games | N: 9038 W: 2217 L: 1929 D: 4892
Penta | [43, 980, 2222, 1194, 80]
http://chess.grantnet.us/test/34115/

Elo   | 11.26 +- 5.01 (95%)
SPRT  | 60.0+0.60s Threads=1 Hash=64MB
LLR   | 2.89 (-2.25, 2.89) [0.00, 2.00]
Games | N: 8028 W: 1879 L: 1619 D: 4530
Penta | [9, 808, 2130, 1048, 19]
http://chess.grantnet.us/test/34116/
  • Loading branch information
jhonnold committed Oct 23, 2023
1 parent e4a2148 commit 29a9b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
EXE = berserk
SRC = *.c nn/*.c pyrrhic/tbprobe.c
CC = gcc
VERSION = 20231021
MAIN_NETWORK = networks/berserk-01c3a52e404a.nn
VERSION = 20231023
MAIN_NETWORK = networks/berserk-1cc33042d30d.nn
EVALFILE = $(MAIN_NETWORK)
DEFS = -DVERSION=\"$(VERSION)\" -DEVALFILE=\"$(EVALFILE)\" -DNDEBUG

Expand Down
2 changes: 1 addition & 1 deletion src/networks

0 comments on commit 29a9b6d

Please sign in to comment.