Skip to content

Commit

Permalink
Add example batch files
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmosca authored Feb 12, 2020
1 parent eb929ba commit 0267756
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run_analyze_game.bat
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions run_create_puzzle.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0267756

Please sign in to comment.