Skip to content

Commit

Permalink
fix is_dominated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Sep 13, 2021
1 parent 4cbbfb0 commit 5091be7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
Collate:
'Archive.R'
'ArchiveBest.R'
Expand Down
3 changes: 1 addition & 2 deletions R/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ terminated_error = function(optim_instance) {

#' @title Calculate which points are dominated
#' @description
#' Calculates which points are not dominated,
#' i.e. points that belong to the Pareto front.
#' Returns which points from a set are dominated by another point in the set.
#'
#' @param ymat (`matrix()`) \cr
#' A numeric matrix. Each column (!) contains one point.
Expand Down
3 changes: 1 addition & 2 deletions man/is_dominated.Rd

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

0 comments on commit 5091be7

Please sign in to comment.