optuna / kurobako-py

A Python library to help implement kurobako's solvers and problems
MIT License
9 stars 7 forks source link

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

Open HideakiImamura opened 2 years ago

HideakiImamura commented 2 years ago

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

What we should change