Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
chore: updated fastchess script
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhammer committed Aug 15, 2024
1 parent 7f89e48 commit 3d5e51b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/run-fastchess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ fastchess \
-engine cmd=$engine1 name=$name1 \
-engine cmd=$engine2 name=$name2 \
-openings file=epd/8moves_v3.epd format=epd order=random \
-each tc=8+0.08 -rounds 50000 -repeat -concurrency $(nproc) \
-sprt elo0=0 elo1=5 alpha=0.05 beta=0.05
#-each tc=8+0.08 -rounds 500 -repeat -concurrency 1 -log file=fastchess.log
-each tc=8+0.08 -rounds 50000 -repeat -concurrency $(nproc) -log file=fastchess.log \
-sprt elo0=0 elo1=5 alpha=0.05 beta=0.05

0 comments on commit 3d5e51b

Please sign in to comment.