dominate {caRamel}R Documentation

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)

Arguments

matobj

: matrix [ NInd , NObj ] of objectives

Value

f : vector of dimension NInd of dominances

Author(s)

Fabrice Zaoui

Examples

# Definition of the parameters
matobj <- matrix(runif(200), 100, 2)
# Call the function
pareto_rank <- dominate(matobj)


[Package caRamel version 1.3 Index]