fsmosca / chess-artist

A python script that can annotate chess games in pgn file with static evaluation or search score of an engine, can annotate an epd file with acd, acs, bm, and ce opcodes, can test engine with epd test suite and can generate chess puzzles.
GNU General Public License v3.0
70 stars 18 forks source link

Depth not working? #86

Closed KisaOne closed 2 years ago

KisaOne commented 2 years ago

With ne new version --depth is not working anymore only --movetime. Is this right? I tried with Stockfish 15 and different hardware.

fsmosca commented 2 years ago

What command line did you use?

KisaOne commented 2 years ago

Chess Artist works fine with: chess_artist.exe --infile xxx.pgn --outfile ana_xxx.pgn --enginefile stockfish_22042208_x64_bmi2_1.exe --engineoptions "Threads value 4, Hash value 2048" --movetime 1000 --movestart 1 --job analyze --eval search --log --wordycomment

But it doesn't work with: chess_artist.exe --infile xxx.pgn --outfile ana_xxx.pgn --enginefile stockfish_22042208_x64_bmi2_1.exe --engineoptions "Threads value 4, Hash value 2048" --movetime 0 --depth 12 --movestart 1 --job analyze --eval search --log --wordycomment

I tried not to use "--movetime 0" but even than it doesn't work.

There is no error message but nothing happens.

fsmosca commented 2 years ago

Unfortunately analyzing the game with depth is not supported see the reason in this issue.

KisaOne commented 2 years ago

Thank you, your tool is however very good. Maybe you will be able to add the function of depth with pgn. I wish you all the best, stay healthy!

fsmosca commented 2 years ago

Thanks you take care too.