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 ability to create an EPD test suite. #13

Closed fsmosca closed 4 years ago

fsmosca commented 7 years ago

Parse games in a pgn file, find interesting positions based on some criteria and save it in epd format along with 3 best moves with corresponding points. This is similar to STS but done automatically by the engine. This is primarily intended for testing engines' ability to select top best moves in a position.