Find the non-dominated point of a set (minima of a point set).
Usage
nondom(x, ...)
Value
matrix
Arguments
x
matrix
...
additional arguments to lower level functions
Author
Klaus Kähler Holst
Details
A point x dominates y if it is never worse and at least in one case strictly better.
Formally, let f_i denote the ith coordinate of the condition (objective) function,
then for all i: f_i(x)<=f_i(y) and there exists j: f_j(x)<f_j(y).