Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

nondominated_points

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)


emoa

Evolutionary Multiobjective Optimization Algorithms

v0.5-0.1
GPL-2
Authors
Olaf Mersmann <olafm@statistik.tu-dortmund.de>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.