dominated: Check for pareto dominance.

Description Usage Arguments Value

Description

This functions takes a numeric matrix x where each column corresponds to a point and returns a logical vector. The i-th position of the latter is TRUE if the i-th point is dominated by at least one other point for dominated and FALSE for nonDominated.

Usage

1
2
3

Arguments

x

[matrix]
Numeric (d x n) matrix where d is the number of objectives and n is the number of points.

Value

[logical]


jakobbossek/ecr documentation built on May 18, 2019, 9:09 a.m.