Skip to content

Commit

Permalink
Merge branch 'main' into callback
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Dec 4, 2024
2 parents 3c491c0 + 621d59f commit 2de05d7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Suggests:
xgboost
Remotes:
mlr-org/mlr3@callback
mlr-org/bbotk
VignetteBuilder:
knitr
Config/testthat/edition: 3
Expand Down
2 changes: 1 addition & 1 deletion R/ArchiveAsyncTuningFrozen.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' Freezes the Redis data base of an [ArchiveAsyncTuning] to a `data.table::data.table()`.
#' No further points can be added to the archive but the data can be accessed and analyzed.
#' Useful when the Redis data base is not permanently available.
#' Use the callback [bbotk.async_freeze_archive] to freeze the archive after the optimization has finished.
#' Use the callback [mlr3tuning.async_freeze_archive] to freeze the archive after the optimization has finished.
#'
#' @section S3 Methods:
#' * `as.data.table(archive)`\cr
Expand Down
2 changes: 1 addition & 1 deletion R/mlr_callbacks.R
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ load_callback_one_se_rule = function() {
#' This [CallbackAsync] freezes the [ArchiveAsync] to [ArchiveAsyncFrozen] after the optimization has finished.
#'
#' @examples
#' clbk("bbotk.async_freeze_archive")
#' clbk("mlr3tuning.async_freeze_archive")
NULL

load_callback_freeze_archive = function() {
Expand Down
2 changes: 1 addition & 1 deletion man/ArchiveAsyncTuningFrozen.Rd

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

2 changes: 1 addition & 1 deletion man/mlr3tuning.async_freeze_archive.Rd

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

0 comments on commit 2de05d7

Please sign in to comment.