Helper functions to compute nadir or ideal point from multiple sets of points, e.g., multiple approximation sets produced by some multi-objective evolutionary algorithm.

get_nadir(..., sets = NULL)

get_ideal(..., sets = NULL)

Arguments

...

[matrix]
Arbirary number of matrizes.

sets

[list]
List of matrizes. This is an alternative way of passing the sets. Can be used exclusively or combined with ....

Value

Reference point (numeric vector).