mlr-org / mlr3tuning

Hyperparameter optimization package of the mlr3 ecosystem
https://mlr3tuning.mlr-org.com/
GNU Lesser General Public License v3.0
53 stars 5 forks source link

mlr3pipelines: Optimizers for threshold tuning #231

Closed pfistfl closed 1 week ago

pfistfl commented 4 years ago

I implemented two Optimizers for threshold tuning: OptimizerNloptr and OptimizerGenSA. You can find them here.

In general, I would need to factor out the threshold tuning logic and the optimization logic, but this should be trivial.

See also: https://github.com/mlr-org/bbotk/issues/41

It would be cool if they could be added to bbotk or mlr3tuning.

pfistfl commented 4 years ago

Adressed in #234

sebffischer commented 1 week ago

these are implemented in bbotk