Skip to content

Commit

Permalink
0xd203e246 (#53)
Browse files Browse the repository at this point in the history
bench: 2199625
ELO   | 17.26 +- 3.45 (95%)
CONF  | 8.0+0.08s Threads=1 Hash=32MB
GAMES | N: 20000 W: 5635 L: 4642 D: 9723
ELO   | 11.73 +- 3.03 (95%)
CONF  | 40.0+0.40s Threads=1 Hash=64MB
GAMES | N: 20000 W: 4316 L: 3641 D: 12043
  • Loading branch information
connormcmonigle authored Jul 27, 2021
1 parent 4d4f15f commit 769c718
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Seer is an original, strong UCI chess engine. Seer relies on a neural network es
The latest network can be found [here](https://github.com/connormcmonigle/seer-training/releases)
```
cd build
wget -O eval.bin https://github.com/connormcmonigle/seer-training/releases/download/0x47ec257b/0x47ec257b.bin
wget -O eval.bin https://github.com/connormcmonigle/seer-training/releases/download/0xd203e246/0xd203e246.bin
make EVALFILE=eval.bin
```
2 changes: 1 addition & 1 deletion build/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ EXE = seer
SRC = ../src/seer.cc
CC = g++

EVALFILE = weights/0x47ec257b.bin
EVALFILE = weights/0xd203e246.bin

OPSLIMIT = 1000000000
CXXSTANDARD = 17
Expand Down
2 changes: 1 addition & 1 deletion build/makefile-clang
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ EXE = seer
SRC = ../src/seer.cc
CC = clang++

EVALFILE = weights/0x47ec257b.bin
EVALFILE = weights/0xd203e246.bin

OPSLIMIT = 1000000000
CXXSTANDARD = 17
Expand Down

0 comments on commit 769c718

Please sign in to comment.