From 466c2eb2a9d2433cc992c034b0bfd6f161fce6e2 Mon Sep 17 00:00:00 2001 From: be-marc Date: Tue, 17 Dec 2024 11:09:24 +0100 Subject: [PATCH] ... --- R/ArchiveAsyncTuningFrozen.R | 2 +- R/mlr_callbacks.R | 2 +- man/ArchiveAsyncTuningFrozen.Rd | 2 +- man/mlr3tuning.async_freeze_archive.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/ArchiveAsyncTuningFrozen.R b/R/ArchiveAsyncTuningFrozen.R index 09ddc1ab..c141b5f6 100644 --- a/R/ArchiveAsyncTuningFrozen.R +++ b/R/ArchiveAsyncTuningFrozen.R @@ -8,7 +8,7 @@ #' #' @section S3 Methods: #' * `as.data.table(archive)`\cr -#' [ArchiveAsync] -> [data.table::data.table()]\cr +#' [ArchiveAsyncTuningFrozen] -> [data.table::data.table()]\cr #' Returns a tabular view of all performed function calls of the Objective. #' The `x_domain` column is unnested to separate columns. #' diff --git a/R/mlr_callbacks.R b/R/mlr_callbacks.R index 69f120e4..2ff80949 100644 --- a/R/mlr_callbacks.R +++ b/R/mlr_callbacks.R @@ -433,7 +433,7 @@ load_callback_one_se_rule = function() { #' @name mlr3tuning.async_freeze_archive #' #' @description -#' This [CallbackAsync] freezes the [ArchiveAsync] to [ArchiveAsyncFrozen] after the optimization has finished. +#' This [CallbackAsyncTuning] freezes the [ArchiveAsyncTuning] to [ArchiveAsyncTuningFrozen] after the optimization has finished. #' #' @examples #' clbk("mlr3tuning.async_freeze_archive") diff --git a/man/ArchiveAsyncTuningFrozen.Rd b/man/ArchiveAsyncTuningFrozen.Rd index 89a86036..c04e14cd 100644 --- a/man/ArchiveAsyncTuningFrozen.Rd +++ b/man/ArchiveAsyncTuningFrozen.Rd @@ -13,7 +13,7 @@ Use the callback \link{mlr3tuning.async_freeze_archive} to freeze the archive af \itemize{ \item \code{as.data.table(archive)}\cr -\link{ArchiveAsync} -> \code{\link[data.table:data.table]{data.table::data.table()}}\cr +\link{ArchiveAsyncTuningFrozen} -> \code{\link[data.table:data.table]{data.table::data.table()}}\cr Returns a tabular view of all performed function calls of the Objective. The \code{x_domain} column is unnested to separate columns. } diff --git a/man/mlr3tuning.async_freeze_archive.Rd b/man/mlr3tuning.async_freeze_archive.Rd index 3654dc51..972f2e1b 100644 --- a/man/mlr3tuning.async_freeze_archive.Rd +++ b/man/mlr3tuning.async_freeze_archive.Rd @@ -4,7 +4,7 @@ \alias{mlr3tuning.async_freeze_archive} \title{Freeze Archive Callback} \description{ -This \link{CallbackAsync} freezes the \link{ArchiveAsync} to \link{ArchiveAsyncFrozen} after the optimization has finished. +This \link{CallbackAsyncTuning} freezes the \link{ArchiveAsyncTuning} to \link{ArchiveAsyncTuningFrozen} after the optimization has finished. } \examples{ clbk("mlr3tuning.async_freeze_archive")