- compatibility; Work with new bbotk 1.0.0 and mlr3tuning 1.0.0
- compatibility: Work with new paradox version 1.0.0
- fix: Unloading
mlr3hyperband
removes optimizers and tuners from the dictionaries. - docs: Update resources and descriptions.
- tests: Remove deprecated
method
argument ofmlr3tuning::tune()
.
- fix: Remove
emoa
from required packages ofOptimizerBatchSuccessiveHalving
.
- docs: Examples use
branin_wu()
function now.
- docs: Re-generate rd files with valid html.
- feat:
Optimizer
andTuner
objects have the field$id
now. - feat:
Optimizer
andTuner
objects have the optional field$label
now. - feat: New
$help()
method which opens the manual page ofOptimizer
andTuner
objects.
- feat: New
adjust_minimum_budget
flag inOptimizerBatchSuccessiveHalving
. The minimum budget is adjusted in the base stage to use the maximum budget in last stage. - feat: New
repetitions
parameter to specify the exact number of repetitions. Replaced therepeats
parameter.
- feat:
TunerBatchHyperband
evaluates configurations of same budget across brackets in parallel now. - feat: New
repeats
parameter to repeat runs of successive halving and hyperband until termination. - fix: Bug where maximization measures were minimized.
- feat: New
OptimizerBatchHyperband
andOptimizerBatchSuccessiveHalving
optimizers.
- refactor: Make XGBoost conditionally in examples.
- fix: Dependency on
emoa
.
- Initial CRAN release.