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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add --max-score-stop-analysis option

fsmosca opened this issue · comments

If game move analysis score is equal or above max-score-stop-analysis value, then stop analyzing position looking for an alternative move.

Example command line:
chess-artist.exe --infile games.pgn --outfile ana.pgn --max-score-stop-analysis 6.0 ... other options or flags