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

Add noise estimation to tuning server #139

Closed kiudee closed 3 years ago

kiudee commented 3 years ago

The local tuner, in addition to using the pentanomial model to estimate the Elo score, also estimates the noise variance for a match. This should also be done in the tuning server of the distributed framework. Especially since the sample size can vary with each iteration.