From 3d5e51b0e3a22d58b6e11ca5feda0f39213b8566 Mon Sep 17 00:00:00 2001 From: "Danny (craptop)" Date: Wed, 14 Aug 2024 19:56:02 -0600 Subject: [PATCH] chore: updated fastchess script --- scripts/run-fastchess.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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