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
69 stars 18 forks source link

Add --min-score-stop-analysis option #62

Closed fsmosca closed 4 years ago

fsmosca commented 4 years ago

If game move analysis score is equal or below min-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 --min-score-stop-analysis -6.0 ... other options or flags