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

Analyze test suite to a given depth #45

Closed MortenLohne closed 5 years ago

MortenLohne commented 5 years ago

When analyzing an epd test suite, is there any way to analyze each position to a certain depth, instead of for n milliseconds? This would make the analysis deterministic and reproducible on different computers.

fsmosca commented 5 years ago

Sorry just read it. Will check it later.

Current version does not support search with depth limits.

Do you want it implemented?

MortenLohne commented 5 years ago

Thanks! This is a very useful feature.