You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
UniformDistribution
,LogUniformDistribution
, andDiscreteUniformDistribution
withFloatDistribution
.IntDistribution
andIntLogUniformDistribution
withIntDistribution
.For example, here.
The text was updated successfully, but these errors were encountered: