From 770637dbf8d9e526fafde56ad3a81945af396d52 Mon Sep 17 00:00:00 2001 From: Lennart Schneider Date: Fri, 1 Mar 2024 11:21:36 +0100 Subject: [PATCH] docs: touch up docs --- R/mbo_defaults.R | 2 +- man/default_gp.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/mbo_defaults.R b/R/mbo_defaults.R index a7d68d7e..047e2f54 100644 --- a/R/mbo_defaults.R +++ b/R/mbo_defaults.R @@ -37,7 +37,7 @@ default_loop_function = function(instance) { #' @title Default Gaussian Process #' #' @description -#' This is a helper function that generates a default Gaussian Process [mlr3::LearnerRegr] which is for example used in +#' This is a helper function that constructs a default Gaussian Process [mlr3::LearnerRegr] which is for example used in #' [default_surrogate]. #' #' Constructs a Kriging learner \dQuote{"regr.km"} with kernel \dQuote{"matern5_2"}. diff --git a/man/default_gp.Rd b/man/default_gp.Rd index c0be7048..e5694aa2 100644 --- a/man/default_gp.Rd +++ b/man/default_gp.Rd @@ -15,7 +15,7 @@ See above.} \link[mlr3:LearnerRegr]{mlr3::LearnerRegr} } \description{ -This is a helper function that generates a default Gaussian Process \link[mlr3:LearnerRegr]{mlr3::LearnerRegr} which is for example used in +This is a helper function that constructs a default Gaussian Process \link[mlr3:LearnerRegr]{mlr3::LearnerRegr} which is for example used in \link{default_surrogate}. Constructs a Kriging learner \dQuote{"regr.km"} with kernel \dQuote{"matern5_2"}.