mlr-org / mlr3hyperband

Successive Halving and Hyperband in the mlr3 ecosystem
https://mlr3hyperband.mlr-org.com
GNU Lesser General Public License v3.0
18 stars 5 forks source link

General optimization problem #79

Closed AleBitetto closed 3 years ago

AleBitetto commented 3 years ago

Hi, is it possibile to use the package for general optimization problems? Is the package a wrapper or an ad-hoc suite for mlr3?

Thanks

be-marc commented 3 years ago

Hey, sorry for the late reply. Yes you can use OptimizerHyperband for general optimization problems. See the package bbotk for an example.