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

Update hyperparameter optimization code for Optuna v3.0.0 #3747

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

toshihikoyanase
Copy link

Motivation

Optuna v3.0.0 was released in 29 August 2022, and Trial.suggest_uniform was deprecated. Please use Trial.suggest_float as described in the migration guide.

Changes

This PR simply replace Trial.suggest_uniform with Trial.suggest_float. This does not change the behavior since Trial.suggest_uniform is now just an alias of Trial.suggest_float as can be seen in this source code.

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.

None yet

1 participant