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

Include material count in complexity calculation. #28

Closed fsmosca closed 7 years ago

fsmosca commented 7 years ago

Add complexity points when there are still queen(s) and/or high total material counts.

fsmosca commented 7 years ago

Implemented, it is under test.