Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jun 30, 2024
1 parent 82e6b1e commit 02f512e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion man-roxygen/field_feature_types_surrogate.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#' @field feature_types (`character()`)\cr
#' Stores the feature types the surrogate can handle, e.g. `"logical"`, `"numeric"`, or `"factor"`.
#' A complete list of candidate feature types, grouped by task type, is stored in [`mlr_reflections$task_feature_types`][mlr_reflections].
#' A complete list of candidate feature types, grouped by task type, is stored in [`mlr_reflections$task_feature_types`][mlr3::mlr_reflections].
2 changes: 1 addition & 1 deletion man-roxygen/field_properties.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @field properties (`character()`)\cr
#' Set of properties of the optimizer.
#' Must be a subset of [`bbotk_reflections$optimizer_properties`][bbotk_reflections].
#' Must be a subset of [`bbotk_reflections$optimizer_properties`][bbotk::bbotk_reflections].
#' MBO in principle is very flexible and by default we assume that the optimizer has all properties.
#' When fully initialized, properties are determined based on the `loop_function` and `surrogate`.
2 changes: 1 addition & 1 deletion man-roxygen/field_properties_surrogate.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#' @field properties (`character()`)\cr
#' Stores a set of properties/capabilities the surrogate has.
#' A complete list of candidate properties, grouped by task type, is stored in [`mlr_reflections$learner_properties`][mlr_reflections].
#' A complete list of candidate properties, grouped by task type, is stored in [`mlr_reflections$learner_properties`][mlr3::mlr_reflections].
4 changes: 2 additions & 2 deletions man/Surrogate.Rd

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

4 changes: 2 additions & 2 deletions man/SurrogateLearner.Rd

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

4 changes: 2 additions & 2 deletions man/SurrogateLearnerCollection.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/mlr_optimizers_mbo.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/mlr_tuners_mbo.Rd

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

0 comments on commit 02f512e

Please sign in to comment.