Learn R Programming

bbotk (version 0.3.1)

is_dominated: Calculate which points are dominated

Description

Calculates which points are not dominated, i.e. points that belong to the Pareto front.

Usage

is_dominated(ymat)

Arguments

ymat

(matrix()) A numeric matrix. Each column (!) contains one point.