Skip to content

Commit

Permalink
docs: links
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jun 25, 2024
1 parent 14cbd92 commit d59303c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion R/Codomain.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' `"maximize"`. The codomain may contain extra parameters which are ignored
#' when calling the [Archive] methods `$best()`, `$nds_selection()` and
#' `$cols_y`. This class is usually constructed internally from a
#' [ParamSet] when [Objective] is initialized.
#' [paradox::ParamSet] when [Objective] is initialized.
#'
#' @export
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion R/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ trafo_xs = function(xs, search_space) {
#' Returns a named numeric vector with start
#' values for optimizers.
#'
#' @param search_space [ParamSet].
#' @param search_space [paradox::ParamSet].
#' @param type (`character(1)`)\cr
#' `random` start values or `center` of search space?
#'
Expand Down
2 changes: 1 addition & 1 deletion man-roxygen/field_context.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#' @field context ([Context])\cr
#' @field context ([ContextBatch])\cr
#' Stores the context for the callbacks.
5 changes: 1 addition & 4 deletions man/Codomain.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/Objective.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/search_start.Rd

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

0 comments on commit d59303c

Please sign in to comment.