Fix the range definition and remove the --use-discrete-uniform
option from OptunaSolverFactory
#21
Labels
contribution-welcome
This issue welcomes contributions.
Optuna v3.0 has been released, and it deprecated the old suggest APIs. We should use the stable suggest APIs.
What we should change
suggest_float
,suggest_int
, andsuggest_categorical
here.FloatRange
andIntRange
to represent the range forsuggest_float
andsuggest_int
respectively.--use-discrete-uniform
option fromOptunaSolverFactory
. We can also fix thekurobako
here.The text was updated successfully, but these errors were encountered: