Closed fsmosca closed 8 years ago
Add analysis time in millisec (ms) with option -movetime.
chess-artist -inepd a.epd -outepd out_a.epd -eng sf.exe -engopt "Hash 64, Threads 1" -movetime 5000
chess-artist -inepd a.epd -outepd out_a.epd -eng sf.exe -enghash 64 -engthreads 1 -movetime 5000
Searches every epd line in a.epd using engine sf.exe, hash 64mb, threads 1, with analysis time of 5s/epd line and output it to out_a.epd.
chess-artist -infile a.epd -outfile out_a.epd -eng sf.exe -enghash 64 -engthreads 1 -movetime 5000
chess-artist -inepd a.epd -outepd out_a.epd -eng sf.exe -engopt "Hash 64, Threads 1"