Skip to content

Tunny v0.9.1

Compare
Choose a tag to compare
@hrntsm hrntsm released this 30 Dec 07:53
· 349 commits to main since this release
06bd974

Summary

Preferential optimization

image

support artifact input

image

Added

  • The seed value can be specified in BayesianOptimization(GP).
  • Support optuna artifact feature.
    • GeometryBase & FishPrint & file path are supported.
  • Allows Trial to FAIL.
    • In contrast to the constraint, if the value of the objective function cannot be obtained properly due to divergence of the solution or other reasons, it can be reflected in the trial.
    • It works by inputting a bool value in the Attributes with the key "IsFAIL".
  • Preferential optimization support.
    • Human-in-the-loop optimization with PreferentialOptimization for single-objective images, and human-in-the-loop optimization with sliders for multi-objective images.

Changed

  • Tunny Python runtime environment location to [UserProfile]/.tunny_env
  • Moved settings file location to [UserProfile]/.tunny_env
  • Storage's default path to the desktop.
    • Previously, it was in the same folder as the Tunny component .gha file.
  • Default StudyName set to empty.
    • If you don't input a name in Tunny UI, study Name using GUID will be automatically inserted.

Fixed

  • The seed value of the sampler was not used.
  • Failure to launch Optuna-Dashboard from tab.

Related PR

New Contributors

Full Changelog: v0.8.2...v0.9.0