From 0267756110affc68ffd02a3d0f5af507ea31caaa Mon Sep 17 00:00:00 2001 From: fsmosca Date: Wed, 12 Feb 2020 22:28:26 +0800 Subject: [PATCH] Add example batch files --- run_analyze_game.bat | 8 ++++++++ run_create_puzzle.bat | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 run_analyze_game.bat create mode 100644 run_create_puzzle.bat diff --git a/run_analyze_game.bat b/run_analyze_game.bat new file mode 100644 index 0000000..3ea2323 --- /dev/null +++ b/run_analyze_game.bat @@ -0,0 +1,8 @@ +:: Analyze games + + +:: Example command line + +chess-artist.py --infile PGN/tatagpa20.pgn --outfile ana_tatagpa20.pgn --enginefile D:\Chess\Engines\Lc0\lc0-v0.23.2-591097-10X128\lc0.exe --enginename "Lc0 v0.23.2 w591097 10x128 blas" --engineoptions "Threads value 2, MinibatchSize value 8, MaxPrefetch value 0" --movestart 12 --movetime 10000 --job analyze --eval search --log + +pause \ No newline at end of file diff --git a/run_create_puzzle.bat b/run_create_puzzle.bat new file mode 100644 index 0000000..dcbf650 --- /dev/null +++ b/run_create_puzzle.bat @@ -0,0 +1,9 @@ +:: Generate puzzles + + +:: Example command line + +chess-artist.py --infile pgn\tatagpa20.pgn --outfile out_tatagpa20.pgn --enginename "Lc0 v0.23.2 w591097 blas" --enginefile D:\Chess\Engines\Lc0\lc0-v0.23.2-591097-10X128\lc0.exe --engineoptions "Threads value 2, MinibatchSize value 8, MaxPrefetch value 0" --movestart 15 --movetime 10000 --job createpuzzle --eval search --log + +pause +