Tunny v0.2.0
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
- Feature/add restore progressbar by @hrntsm in #13
- Fix/null result not match result number by @hrntsm in #14
- Feature/objectives nickname input by @hrntsm in #16
- Feature/support genepool by @hrntsm in #17
- Fix/genepool not restore by @hrntsm in #19
- Fix/broken UI using hi dpi by @hrntsm in #22
- Feature/support grid sampler by @hrntsm in #23
- Release v0.2.0 by @hrntsm in #24
Full Changelog: v0.1.1...v0.2.0