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
Add --multipv flag to run analyzer in multipv 2 #65
Get scores and pv lines from multipv 2 search, and also add 2nd bestmove and bestscore in the move comment during analysis if its score is not too far from the score of the game move. This would allow the user to see more possibilities in the game.
Get scores and pv lines from multipv 2 search, and also add 2nd bestmove and bestscore in the move comment during analysis if its score is not too far from the score of the game move. This would allow the user to see more possibilities in the game.