Tunny v0.4.0
Added
- Component CI build to get easily development build.
- If you want to dogfooding, go right ahead!
- Param_FishAttribute component
- Construct Fish Attribute component
- Component that creates attribute information to be attached to each trial of optimization
- Deconstruct Fish component
- Component that separates optimization results into Variables, Objectives, and Attributes
- Deconstruct Fish Attribute component
- Components that output each attribute
- Python package licenses to clearly state the license of each package.
- requirements.txt file to avoid conflict python packages versions.
- Implemented Timeout to stop optimization over time.
- Input components are now highlighted in color, as are other optimization components.
Changed
- Component location on the Tunny tab.
- The output of the Tunny component is made into Fish, a type that summarizes the results.
- The Geometry input of the Tunny component has been changed to Attribute to allow more attribute information to be handled.
- When restoring the results from Tunny component as Fishes, those that the trial did not work and Objective could not get are not output.
- Update UI
- The UI of the Restore tab was confusing, so the UI was modified to make it easier to understand which button to press and how the results are output.
- The progress bar on the Output tab has been made to show progress in a more understandable way.
- Error messages are displayed when the input to Tunny component is not appropriate, and inappropriate input wires are automatically removed.
- Error massage in python runtime is more clear.
- Added error message when the number of objective does not match the existing Study.
- Added error message when a Study with the same name exists but is used without Loading.
Fixed
- Stopped sampling when there was no geometry input
- Once optimize output error, the component won't run again
- I've tried to do a proper Dispose to fix this problem, but it still doesn't work sometimes.
- Optuna-DashBoard and storage relate functions do not work properly when a different Storage path is specified in Settings than the default.
- Pressing the stop button in output and the stop button in Optimize does not stop the operation.
- Components were in their normal color instead of blue.
- Once an error occurs in PythonRuntime, the optimization will not work after that.
Related PR
- Fix no geometry input error by @hrntsm in #51
- Add ci build setting file by @hrntsm in #53
- Feature/add attribute component by @hrntsm in #57
- Feature/move items to tunny tab by @hrntsm in #59
- Feature/python requirement file by @hrntsm in #61
- Feature/clear button meanings by @hrntsm in #63
- Add code-ql settings by @hrntsm in #64
- Feature/time out by @hrntsm in #65
- Feature/enable stop button by @hrntsm in #66
- Feature/hilight input component by @hrntsm in #67
- Feature/error input message by @hrntsm in #68
Full Changelog: v0.3.0...v0.4.0