Given a matrix with one point per column, which_dominated
returns the
column numbers of the dominated points and which_nondominated
the column
numbers of the non-dominated points. Function is_maximally_dominated
returns
a logical vector with TRUE
for each point which is located on the last
non-domination level.
which_dominated(x) which_nondominated(x) is_maximally_dominated(x)
x | [ |
---|
Integer vector of positions of (non-)dominated points.
Other Pareto-dominance checks:
dominated()
,
dominates()
,
set_dominates()
Other multi-objective tools:
dominated()
,
dominates()
,
set_dominates()