Skip to content

Tunny v0.2.0

Compare
Choose a tag to compare
@hrntsm hrntsm released this 02 May 05:04
· 901 commits to main since this release
7fbcc37

What's Changed

Added

  • Restore progressbar
  • Support Galapagos genepool input
  • Result reflect button
    • This feature reflecting multi objective optimization result to slider & genepool to use input model number.
    • if input multi model number, the first one is reflect and popup notification about this.
  • Support grid sampler

Changed

  • Restore feature was made asynchronous.
  • Visualize graph axis name now use input objective's nickname.
  • Update supported Rhino version to 7.13.
  • Disable optimize window resize.

Fixed

  • Optimization does not stop when the value of Objective is null.
    • When the objective values is null, optimizer try to get another variable and resolve solution.
    • If it is 10 trial to get objectives in 1 optimize loop, optimizer throw error.
  • Enable visualize param importances function
    • this function need sklearn, but tunny's python package doesn't include it.
  • Optimize window UI is broken when using Hi-DPI environment.
    • Support multi DPI

Related PR

Full Changelog: v0.1.1...v0.2.0