Skip to content

Commit 02f512e

Browse files
committed
fix: links
1 parent 82e6b1e commit 02f512e

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#' @field feature_types (`character()`)\cr
22
#' Stores the feature types the surrogate can handle, e.g. `"logical"`, `"numeric"`, or `"factor"`.
3-
#' A complete list of candidate feature types, grouped by task type, is stored in [`mlr_reflections$task_feature_types`][mlr_reflections].
3+
#' A complete list of candidate feature types, grouped by task type, is stored in [`mlr_reflections$task_feature_types`][mlr3::mlr_reflections].

man-roxygen/field_properties.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @field properties (`character()`)\cr
22
#' Set of properties of the optimizer.
3-
#' Must be a subset of [`bbotk_reflections$optimizer_properties`][bbotk_reflections].
3+
#' Must be a subset of [`bbotk_reflections$optimizer_properties`][bbotk::bbotk_reflections].
44
#' MBO in principle is very flexible and by default we assume that the optimizer has all properties.
55
#' When fully initialized, properties are determined based on the `loop_function` and `surrogate`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#' @field properties (`character()`)\cr
22
#' Stores a set of properties/capabilities the surrogate has.
3-
#' A complete list of candidate properties, grouped by task type, is stored in [`mlr_reflections$learner_properties`][mlr_reflections].
3+
#' A complete list of candidate properties, grouped by task type, is stored in [`mlr_reflections$learner_properties`][mlr3::mlr_reflections].

man/Surrogate.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SurrogateLearner.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SurrogateLearnerCollection.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_optimizers_mbo.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_tuners_mbo.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)