Description Usage Arguments Value Examples
View source: R/pareto-dominance.R
Check if solution x
is not dominated by any other solution in the set solutions
1 | is_nondominated(x, solutions, minimize = TRUE)
|
x |
Numeric vector with objective functions values for solution |
solutions |
List or matrix with objective functions values for |
minimize |
If objective functions should be minimized |
Logical value
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.