which_points_on_edge {emoa}R Documentation

Determine which points are on the edge of a Pareto-front approximation.

Description

Determine which points are on the edge of a Pareto-front approximation.

Usage

which_points_on_edge(front)

Arguments

front

Pareto-front approximation.

Value

An integer vector containing the indicies of the points (columns) of front which are on the edge of the Pareto-front approximation.

Author(s)

Olaf Mersmann olafm@statistik.tu-dortmund.de


[Package emoa version 0.5-2 Index]