Skip to content

Commit

Permalink
chore: bump version to 0.4.3 (#99)
Browse files Browse the repository at this point in the history
* chore: bump version to 0.4.3

* fix: future link
  • Loading branch information
be-marc authored Nov 7, 2022
1 parent 5a8b160 commit 4b29a4a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 18 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3hyperband
Title: Hyperband for 'mlr3'
Version: 0.4.2.9000
Version: 0.4.3
Authors@R:
c(person(given = "Marc",
family = "Becker",
Expand Down Expand Up @@ -56,8 +56,6 @@ Suggests:
rpart,
testthat (>= 3.0.0),
xgboost
Remotes:
mlr-org/bbotk@release
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# mlr3hyperband 0.4.2.9000
# mlr3hyperband 0.4.3

* docs: Examples use `branin_wu()` function now.

# mlr3hyperband 0.4.2

Expand Down
7 changes: 3 additions & 4 deletions R/TunerHyperband.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@
#' @template section_progress_bars
#'
#' @section Parallelization:
#' This hyperband implementation evaluates hyperparameter configurations of
#' equal budget across brackets in one batch. For example, all configurations
#' in stage 1 of bracket 3 and stage 0 of bracket 2 in one batch. To select a
#' parallel backend, use [future::plan()].
#' This hyperband implementation evaluates hyperparameter configurations of equal budget across brackets in one batch.
#' For example, all configurations in stage 1 of bracket 3 and stage 0 of bracket 2 in one batch.
#' To select a parallel backend, use the `plan()` function of the \CRANpkg{future} package.
#'
#' @template section_logging
#'
Expand Down
5 changes: 2 additions & 3 deletions R/TunerSuccessiveHalving.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@
#' @template section_progress_bars
#'
#' @section Parallelization:
#' The hyperparameter configurations of one stage are evaluated in parallel with
#' the \CRANpkg{future} package. To select a parallel backend, use
#' [future::plan()].
#' The hyperparameter configurations of one stage are evaluated in parallel with the \CRANpkg{future} package.
#' To select a parallel backend, use the `plan()` function of the \CRANpkg{future} package.
#'
#' @template section_logging
#'
Expand Down
7 changes: 3 additions & 4 deletions man/mlr_tuners_hyperband.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/mlr_tuners_successive_halving.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b29a4a

Please sign in to comment.