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

feat: set `smooth = FALSE` for GenSA default #342

Closed sumny closed 1 year ago

sumny commented 2 years ago

See related PR and discussion in bbotk here: mlr-org/bbotk#182

Essentially just go with smooth = FALSE as a default for HPO.

be-marc commented 1 year ago

Thanks!