Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

paretoFront

Pareto Front and pareto set getters


Description

Extract the pareto front or pareto set from an mco result object.

Filter an mco result and extract the pareto-optimal solutions.

Usage

paretoFront(x, ...)
paretoSet(x, ...)
paretoFilter(x, ...)

Arguments

x

matrix or mco result object

...

Ignored

Value

A matrix containing the pareto front or pareto set.

paretoFilter returns those values in x which are not dominated by any other solution.

Author(s)


mco

Multiple Criteria Optimization Algorithms and Related Functions

v1.15.6
GPL-2
Authors
Olaf Mersmann [aut, cre], Heike Trautmann [ctb], Detlef Steuer [ctb], Bernd Bischl [ctb], Kalyanmoy Deb [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.