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

Refactor out subunits from the main local tuning cli #152

Closed kiudee closed 3 years ago

kiudee commented 3 years ago

The code for the local tuner is hard to maintain, since it is just one big function which contains most of the logic. This commit moves most semantic units out of the cli function and makes the units testable.

Closes #49