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

depth included in annotation? #90

Open annajoiner opened 1 year ago

annajoiner commented 1 year ago

Thank you for this wonderful piece of software; the fact that it runs from the command line is a great asset (e.g. for use on headless servers). When annotating a game using the --movetime flag, it would be useful if the engine evaluation annotations (e.g. {+0.67}) also included the engine search depth (e.g. {43:+0.67}), since this is relevant to the accuracy of the analysis.