Skip to content

Releases: mlr-org/mlr3hyperband

mlr3hyperband 0.6.0

30 Jun 09:36
Compare
Choose a tag to compare
  • compatibility; Work with new bbotk 1.0.0 and mlr3tuning 1.0.0

mlr3hyperband 0.5.0

06 Mar 08:46
Compare
Choose a tag to compare
  • compatibility: Work with new paradox version 1.0.0

mlr3hyperband 0.4.5

02 Mar 12:44
Compare
Choose a tag to compare
  • fix: Unloading mlr3hyperband removes optimizers and tuners from the dictionaries.
  • docs: Update resources and descriptions.
  • tests: Remove deprecated method argument of mlr3tuning::tune().

mlr3hyperband 0.4.4

27 Nov 12:01
4921e23
Compare
Choose a tag to compare
  • fix: Remove emoa from required packages of OptimizerSuccessiveHalving.

mlr3hyperband 0.4.3

07 Nov 09:57
4b29a4a
Compare
Choose a tag to compare
  • docs: Examples use branin_wu() function now.

mlr3hyperband 0.4.2

25 Aug 11:21
aecd8a4
Compare
Choose a tag to compare
  • docs: Re-generate rd files with valid html.

mlr3hyperband 0.4.1

25 Aug 11:20
Compare
Choose a tag to compare
  • feat: Optimizer and Tuner objects have the field $id now.
  • feat: Optimizer and Tuner objects have the optional field $label now.
  • feat: New $help() method which opens the manual page of Optimizer and Tuner objects.

mlr3hyperband 0.4.0

10 Feb 18:58
Compare
Choose a tag to compare
  • feat: New adjust_minimum_budget flag in OptimizerSuccessiveHalving. 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 the repeats parameter.

mlr3hyperband 0.3.0

20 Jan 19:27
Compare
Choose a tag to compare
  • Implements parallel evaluation of stages.
  • Number of repetitions can be set with the repeats parameter.
  • Fixed maximization bug.

mlr3hyperband 0.2.0

13 Sep 13:50
Compare
Choose a tag to compare
  • Adds OptimizerHyperband and OptimizerSuccessiveHalving.