Skip to content

Commit

Permalink
Train a net of ~650m fens of newly genereated data (#103)
Browse files Browse the repository at this point in the history
No previous data used, only fresh data

Passed fixed nodes:
Elo   | 16.30 +- 8.69 (95%)
SPRT  | N=25000 Threads=1 Hash=8MB
LLR   | 2.94 (-2.25, 2.89) [0.00, 5.00]
Games | N: 3604 W: 1141 L: 972 D: 1491
Penta | [112, 397, 652, 492, 149]
https://aytchell.eu.pythonanywhere.com/test/788/

Passed STC:
Elo   | 23.00 +- 11.12 (95%)
SPRT  | 8.0+0.08s Threads=1 Hash=8MB
LLR   | 2.93 (-2.25, 2.89) [0.00, 5.00]
Games | N: 1876 W: 530 L: 406 D: 940
Penta | [13, 179, 439, 285, 22]
https://aytchell.eu.pythonanywhere.com/test/789/

bench 7709970
  • Loading branch information
rn5f107s2 authored Dec 23, 2024
1 parent fd66bee commit e2f5090
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OBJ_DIR=build
MOLY_DIR=src
CXX=clang++

DEFAULT_NET_NAME=moly_20240526.nnue
DEFAULT_NET_NAME=moly_20241223.nnue
DEFAULT_WDL_HEAD_NAME=net.nnue

DEFAULT_EXE = $(OBJ_DIR)/Molybdenum
Expand Down
Binary file removed src/Nets/moly_20240526.nnue
Binary file not shown.
Binary file added src/Nets/moly_20241223.nnue
Binary file not shown.
Binary file modified src/Nets/net.nnue
Binary file not shown.

0 comments on commit e2f5090

Please sign in to comment.