Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.8.0 #181

Merged
merged 76 commits into from
Jul 24, 2023
Merged

Release v0.8.0 #181

merged 76 commits into from
Jul 24, 2023

Conversation

hrntsm
Copy link
Owner

@hrntsm hrntsm commented Jul 24, 2023

Added

  • Support Human-in-the-loop optimization
    • Input FishPrint into the objective to start it
    • Add 2 sample gh file
  • Support CMA-ES with Margin
    • It allows for more efficient optimization in mixed integer problems.
  • Support NSGA-III
    • For more than 3 objective optimization.
  • Python sample code
  • Open optuna dashboard menu item

Changed

  • When optimizing with CMA-ES, the with Margin option is enabled by default.
  • Support multi constraints.
  • Bump up optuna v3.2.0
  • Bump up optuna-dashboard v0.10.2

Removed

  • Grid sampling.

Fixed

  • Error occurs when remaining time becomes negative
  • GC behavior settings configured in the UI during optimization are not reflected in optimization

Security

  • Bump up scipy v1.10.0

NATSUME Hiroaki and others added 29 commits June 14, 2023 17:20
Bumps [scipy](https://github.com/scipy/scipy) from 1.8.1 to 1.10.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.8.1...v1.10.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@hrntsm hrntsm merged commit 7ac8efe into main Jul 24, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant