powered by
indicates which rows of the X criterion matrix are Pareto, when objectives need to be maximized
pareto(X)
Ft : vector [NInd], TRUE when the set is on the Pareto front.
: matrix of objectives [NInd * NObj]
Alban de Lavenne, Fabrice Zaoui
# Definition of the parameters X <- matrix(runif(200), 100, 2) # Call the function is_pareto <- pareto(X)
Run the code above in your browser using DataLab