nondominated_points: Nondominated points

View source: R/dominance.r

nondominated_pointsR Documentation

Nondominated points

Description

Return those points which are not dominated by another point in points. This is the Pareto front approximation of the point set.

Usage

nondominated_points(points)

Arguments

points

Matrix of points, one per column.

Value

Those points in points which are not dominated by another point.

Author(s)

Olaf Mersmann olafm@statistik.tu-dortmund.de


olafmersmann/emoa documentation built on Feb. 11, 2024, 11:24 p.m.