Description Usage Arguments Value Examples
View source: R/pareto-dominance.R
Find solutions which are not dominated by any other solution
1 | find_nondominated(solutions, minimize = TRUE)
|
solutions |
List or matrix with objective functions values for |
minimize |
If objective functions should be minimized |
Logical vector with the same length as number of solutions. Vector contains TRUE for solutions which are nondominated.
1 2 | solutions <- list(c(1, 5, 5), c(8, 4, 8), c(3, 2, 2))
find_nondominated(solutions)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.