Learn R Programming

mco (version 1.17)

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, ...)

Value

A matrix containing the pareto front or pareto set.

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

Arguments

x

matrix or mco result object

...

Ignored