diff --git a/scripts/run-fastchess.sh b/scripts/run-fastchess.sh index 50c72bb..6ff93b8 100755 --- a/scripts/run-fastchess.sh +++ b/scripts/run-fastchess.sh @@ -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 \ No newline at end of file