is_dominated {bbotk}R Documentation

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.


[Package bbotk version 0.2.2 Index]