Skip to content

chess-tuning-tools 0.7.3-rc1 (27 June 2021)

Pre-release
Pre-release
Compare
Choose a tag to compare
@kiudee kiudee released this 26 Jun 22:51
· 148 commits to master since this release
688ba1f

chess-tuning-tools 0.7.3-rc1 (27 June 2021)

Changes

  • Add --fast-resume switch to the tuner, which allows instant resume
    functionality from disk (new default).
  • Add --run-only-once flag to distributed tuning client. If True, it will
    terminate after completing one job or immediately if no job is found.
  • Add --skip-benchmark flag to distributed tuning client. If True, it will
    skip the calibration of the time control, which involves running a benchmark
    for both engines.
  • Tuning server of the distributed tuning framework will now also save the
    optimizer object.
  • Fix the match parser producing incorrect results, when concurrency > 1 is
    used for playing matches.
  • Fix the server for distributed tuning trying to compute the current optimum
    before a model has been fit.