Rdocumentation
powered by
Learn R Programming
emoa (version 0.5-0)
which_points_on_edge: 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.