You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/SurrogateLearner.R
+1-77Lines changed: 1 addition & 77 deletions
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,6 @@
5
5
#'
6
6
#' @section Parameters:
7
7
#' \describe{
8
-
#' \item{`assert_insample_perf`}{`logical(1)`\cr
9
-
#' Should the insample performance of the [mlr3::LearnerRegr] be asserted after updating the surrogate?
10
-
#' If the assertion fails (i.e., the insample performance based on the `perf_measure` does not meet the
11
-
#' `perf_threshold`), an error is thrown.
12
-
#' Default is `FALSE`.
13
-
#' }
14
-
#' \item{`perf_measure`}{[mlr3::MeasureRegr]\cr
15
-
#' Performance measure which should be use to assert the insample performance of the [mlr3::LearnerRegr].
16
-
#' Only relevant if `assert_insample_perf = TRUE`.
17
-
#' Default is [mlr3::mlr_measures_regr.rsq].
18
-
#' }
19
-
#' \item{`perf_threshold`}{`numeric(1)`\cr
20
-
#' Threshold the insample performance of the [mlr3::LearnerRegr] should be asserted against.
21
-
#' Only relevant if `assert_insample_perf = TRUE`.
22
-
#' Default is `0`.
23
-
#' }
24
8
#' \item{`catch_errors`}{`logical(1)`\cr
25
9
#' Should errors during updating the surrogate be caught and propagated to the `loop_function` which can then handle
26
10
#' the failed acquisition function optimization (as a result of the failed surrogate) appropriately by, e.g., proposing a randomly sampled point for evaluation?
Copy file name to clipboardExpand all lines: R/SurrogateLearnerCollection.R
+1-71Lines changed: 1 addition & 71 deletions
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,6 @@
7
7
#'
8
8
#' @section Parameters:
9
9
#' \describe{
10
-
#' \item{`assert_insample_perf`}{`logical(1)`\cr
11
-
#' Should the insample performance of the [mlr3::LearnerRegr] be asserted after updating the surrogate?
12
-
#' If the assertion fails (i.e., the insample performance based on the `perf_measure` does not meet the
13
-
#' `perf_threshold`), an error is thrown.
14
-
#' Default is `FALSE`.
15
-
#' }
16
-
#' \item{`perf_measure`}{List of [mlr3::MeasureRegr]\cr
17
-
#' Performance measures which should be use to assert the insample performance of the [mlr3::LearnerRegr].
18
-
#' Only relevant if `assert_insample_perf = TRUE`.
19
-
#' Default is [mlr3::mlr_measures_regr.rsq] for each learner.
20
-
#' }
21
-
#' \item{`perf_threshold`}{List of `numeric(1)`\cr
22
-
#' Thresholds the insample performance of the [mlr3::LearnerRegr] should be asserted against.
23
-
#' Only relevant if `assert_insample_perf = TRUE`.
24
-
#' Default is `0` for each learner.
25
-
#' }
26
10
#' \item{`catch_errors`}{`logical(1)`\cr
27
11
#' Should errors during updating the surrogate be caught and propagated to the `loop_function` which can then handle
28
12
#' the failed acquisition function optimization (as a result of the failed surrogate) appropriately by, e.g., proposing a randomly sampled point for evaluation?
0 commit comments