ps: Creates a pareto set from given data

Description Usage Arguments Value Examples

View source: R/ps.R

Description

Return those points which are not dominated by another point in y This is the Pareto front approximation of the design set.

Usage

1
ps(y, minimization = TRUE, light.return = FALSE)

Arguments

y

design space data

minimization

logical representing if the set is to be minimized or not

light.return

logical indicating if the indexes should be writen on the 'ps' object

Value

S3 class object that contains information of the Pareto set

Examples

1
2
aps <- ps(matrix(rnorm(1:1000),ncol=2))
print(aps)

coldfir3/moko documentation built on May 13, 2019, 8:49 p.m.