Releases: mlr-org/mlr3hyperband
Releases · mlr-org/mlr3hyperband
mlr3hyperband 0.6.0
mlr3hyperband 0.5.0
- compatibility: Work with new paradox version 1.0.0
mlr3hyperband 0.4.5
- fix: Unloading
mlr3hyperband
removes optimizers and tuners from the dictionaries. - docs: Update resources and descriptions.
- tests: Remove deprecated
method
argument ofmlr3tuning::tune()
.
mlr3hyperband 0.4.4
- fix: Remove
emoa
from required packages ofOptimizerSuccessiveHalving
.
mlr3hyperband 0.4.3
- docs: Examples use
branin_wu()
function now.
mlr3hyperband 0.4.2
- docs: Re-generate rd files with valid html.
mlr3hyperband 0.4.1
- 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.
mlr3hyperband 0.4.0
- feat: New
adjust_minimum_budget
flag inOptimizerSuccessiveHalving
. 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.
mlr3hyperband 0.3.0
- Implements parallel evaluation of stages.
- Number of repetitions can be set with the
repeats
parameter. - Fixed maximization bug.
mlr3hyperband 0.2.0
- Adds
OptimizerHyperband
andOptimizerSuccessiveHalving
.