Skip to content

Releases: optuna/optuna-dashboard

v0.2.2

25 Jan 13:55
Compare
Choose a tag to compare

CHANGES

Improvements

  • Put select box to change the reload interval time on AppBar. (#18)

Bug fixes

  • Fix a bug of trials cache. (#24)

v0.2.1

14 Jan 17:54
Compare
Choose a tag to compare

CHANGES

Minor improvements and bug fixes for multi-objective optimization support.

Improvements

  • Separate columns for each objectives (#16)

Minor bug fixes

  • Fix a bug to detect objective id changes (#14)

v0.2.0

12 Jan 14:58
a3f6032
Compare
Choose a tag to compare

CHANGES

Multi-objective optimization support

optuna-dashboard now supports multi-objective optimization studies and drops the support of optuna<=2.3.0 (#11).

Create multi-objective study Check results of multi-objective optimization
Screenshot 2021-01-12 23 17 11 Screenshot 2021-01-12 23 18 11

Minor bug fixes

  • Fix a bug of redirects for trailing slashes (#5).

v0.1.0

25 Oct 19:04
Compare
Choose a tag to compare

Make the repository public.

v0.0.2

24 Oct 14:00
Compare
Choose a tag to compare

Initial release on GitHub actions.