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

Fix the range definition and remove the --use-discrete-uniform option from OptunaSolverFactory #21

Open
HideakiImamura opened this issue Sep 14, 2022 · 0 comments
Labels
contribution-welcome This issue welcomes contributions.

Comments

@HideakiImamura
Copy link
Member

Optuna v3.0 has been released, and it deprecated the old suggest APIs. We should use the stable suggest APIs.

What we should change

  • We should use suggest_float, suggest_int, and suggest_categorical here.
  • To fix above, we need to fix the range definition here. Concretely, for example, we should add FloatRange and IntRange to represent the range for suggest_float and suggest_int respectively.
  • Thanks to above fix, we can remove --use-discrete-uniform option from OptunaSolverFactory. We can also fix the kurobako here.
@HideakiImamura HideakiImamura added the contribution-welcome This issue welcomes contributions. label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution-welcome This issue welcomes contributions.
Projects
None yet
Development

No branches or pull requests

1 participant