Learn R Programming

caRamel (version 1.0)

dominate: dominate

Description

calculates the successive Pareto fronts of a population (classification "onion peel")

Usage

dominate(matobj)

Arguments

matobj

: matrix [ NInd , NObj ] of objectives

Value

f : vector of dimension NInd of dominances

Examples

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