powered by
calculates the successive Pareto fronts of a population (classification "onion peel"), when objectives need to be maximized.
dominate(matobj)
f : vector of dimension NInd of dominances
: matrix [ NInd , NObj ] of objectives
Alban de Lavenne, Fabrice Zaoui
# Definition of the parameters matobj <- matrix(runif(200), 100, 2) # Call the function pareto_rank <- dominate(matobj)
Run the code above in your browser using DataLab