powered by
calculates the successive Pareto fronts of a population (classification "onion peel")
dominate(matobj)
: matrix [ NInd , NObj ] of objectives
f : vector of dimension NInd of dominances
# NOT RUN { # Definition of the parameters matobj <- matrix(rexp(200), 100, 2) # Call the function res <- dominate(matobj) # }
Run the code above in your browser using DataLab