Learn R Programming

moko (version 1.0.3)

ps: Creates a pareto set from given data

Description

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

Usage

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 written on the 'ps' object

Value

S3 class object that contains information of the Pareto set

Examples

Run this code
# NOT RUN {
aps <- ps(matrix(rnorm(1:1000),ncol=2))
print(aps)

# }

Run the code above in your browser using DataLab