dominated: Check for pareto dominance.

View source: R/dominates.R

dominatedR Documentation

Check for pareto dominance.

Description

These functions take a numeric matrix x where each column corresponds to a point and return 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

dominated(x)

nondominated(x)

Arguments

x

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

Value

[logical]


ecr documentation built on March 31, 2023, 10:07 p.m.