paretoFront: Pareto Front and pareto set getters

Description Usage Arguments Value Author(s)

View source: R/mco.R

Description

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

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

Usage

1
2
3

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)

Heike Trautmann trautmann@statistik.uni-dortmund.de, Detlef Steuer steuer@hsu-hamburg.de and Olaf Mersmann olafm@statistik.uni-dortmund.de


mco documentation built on Oct. 23, 2020, 8:05 p.m.

Related to paretoFront in mco...