Learn R Programming

caRamel (version 1.4)

dominate: Successive Pareto fronts of a population

Description

calculates the successive Pareto fronts of a population (classification "onion peel"), when objectives need to be maximized.

Usage

dominate(matobj)

Value

f : vector of dimension NInd of dominances

Arguments

matobj

: matrix [ NInd , NObj ] of objectives

Author

Alban de Lavenne, Fabrice Zaoui

Examples

Run this code
# 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