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

Replace old distribution definitions with new ones #49

Open
HideakiImamura opened this issue Sep 14, 2022 · 0 comments
Open

Replace old distribution definitions with new ones #49

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 distributions and introduced the new distributions. We should replace the old definitions with new ones.

What we should change.

  • Replace the definitions of UniformDistribution, LogUniformDistribution, and DiscreteUniformDistribution with FloatDistribution.
  • Replace the definitions of IntDistribution and IntLogUniformDistribution with IntDistribution.

For example, 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