Skip to content

Commit 3ba8007

Browse files
committed
Update default network to [C28A0F1E]
Net network, trained with the sum of S42 and S44 data. Changes the input layer to [2x768], from [2x1024] ELO | 14.60 +- 6.33 (95%) SPRT | 10.0+0.10s Threads=1 Hash=8MB LLR | 2.95 (-2.94, 2.94) [0.00, 3.00] GAMES | N: 5928 W: 1644 L: 1395 D: 2889 http://chess.grantnet.us/test/31997/ ELO | 9.45 +- 4.89 (95%) SPRT | 60.0+0.60s Threads=1 Hash=64MB LLR | 2.98 (-2.94, 2.94) [0.00, 3.00] GAMES | N: 9520 W: 2468 L: 2209 D: 4843 http://chess.grantnet.us/test/31998/ BENCH : 3,399,086
1 parent c5ba24d commit 3ba8007

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/nnue/types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
#endif
3434

3535
#define INSIZE 20480
36-
#define KPSIZE 1024
37-
#define L1SIZE 2048
36+
#define KPSIZE 768
37+
#define L1SIZE 1536
3838
#define L2SIZE 8
3939
#define L3SIZE 32
4040
#define OUTSIZE 1

src/uci.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include "types.h"
2424

25-
#define VERSION_ID "14.11"
25+
#define VERSION_ID "14.12"
2626

2727
#ifndef LICENSE_OWNER
2828
#define LICENSE_OWNER "Unlicensed"

0 commit comments

Comments
 (0)