reference_point_approximation: Reference point approximation

Description Usage Arguments Value

Description

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.

Usage

1
2
3
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).


jakobbossek/ecr3vis documentation built on Dec. 20, 2021, 9 p.m.