pareto | R Documentation |
indicates which rows of the X criterion matrix are Pareto, when objectives need to be maximized
pareto(X)
X |
: matrix of objectives [NInd * NObj] |
Ft : vector [NInd], TRUE when the set is on the Pareto front.
Alban de Lavenne, Fabrice Zaoui
# Definition of the parameters
X <- matrix(runif(200), 100, 2)
# Call the function
is_pareto <- pareto(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.