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

Implement API server for the distributed tuning framework #146

Open kiudee opened 3 years ago

kiudee commented 3 years ago

The tuning server and the tuning workers currently communicate directly with the database. This requires trust in the tuning workers, because they need to know the access credentials.

To be able to expand tuning to a heterogenous group of clients, it would be necessary to introduce an API server which communicates with the database and serves new jobs to clients.