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

Save history of optima to database #141

Open kiudee opened 3 years ago

kiudee commented 3 years ago

The tuning server of the distributed framework computes the current optimum regularly. It is often interesting to look at the convergence of the parameters over time. That is why these optima should also be logged to the database.

This change requires setting up Alembic which allows us to version control patches to the database.