kiudee / chess-tuning-tools

A collection of scripts aimed at efficiently tuning chess engine parameters.
https://chess-tuning-tools.readthedocs.io/en/latest/
Other
52 stars 13 forks source link

Always pass "uci" as first initString to the engine #122

Closed kiudee closed 3 years ago

kiudee commented 3 years ago

Engines which only start their parsers when they receive "uci", are problematic since chess-tuning-tools sends the initStrings before. That could cause the parameters to not be set which is hard to notice.

Fixes #121