Skip to content

Commit

Permalink
Add STC test matches for 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamseth committed Sep 21, 2024
1 parent 2b916bb commit 9de6503
Show file tree
Hide file tree
Showing 2 changed files with 25,121 additions and 4 deletions.
9 changes: 5 additions & 4 deletions stats/duel.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash

cutechess-cli \
-engine \
conf='Goldfish v2.1.1' \
-engine \
conf='Goldfish v2.1.0' \
-engine \
conf='Goldfish v2.0.0' \
-engine \
conf='Stockfish 14.1 (S7)' \
-engine \
conf='Stockfish 14.1 (S8)' \
-each \
tc=40/60 \
tc=8+0.08 \
proto=uci \
option.Hash=500 \
option.SyzygyPath=/home/bendik/goldfish/syzygy \
Expand All @@ -19,6 +19,7 @@ cutechess-cli \
-games 2 \
-rounds 500 \
-pgnout /home/bendik/goldfish/stats/match-history.pgn min "fi" \
-concurrency 4 \
-concurrency 10 \
-ratinginterval 5 \
-tournament gauntlet \
-recover
Loading

0 comments on commit 9de6503

Please sign in to comment.