Skip to content

Commit

Permalink
Weiss 1.0 (#298)
Browse files Browse the repository at this point in the history
Since version 0.10 Weiss has gained around 65 self-play elo.

It now supports lazy SMP multi-threaded search, probes DTZ tablebases for optimal moves when available, and can probe noobpwnftw's chess cloud database for moves like BookFish seen in TCEC bonus events.

60s+0.6s
68.92 +- 4.51 (95%)
N: 10000 W: 3192 L: 1234 D: 5574
  • Loading branch information
TerjeKir authored Jun 2, 2020
1 parent 162c164 commit f44a4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uci.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <string.h>


#define NAME "Weiss 0.10-dev"
#define NAME "Weiss 1.0"

#define START_FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
#define INPUT_SIZE 4096
Expand Down

0 comments on commit f44a4c6

Please sign in to comment.