Learn R Programming

SPOT (version 2.11.10)

funMoo: funMoo

Description

Multi-objective Test Function

Usage

funMoo(x)

Arguments

x

matrix of points to evaluate with the function. Rows for points and columns for dimension.

Value

n-column matrix with resulting function values

Details

funMultiObjectiveOptimization

A multiobjective dummy testfunction

Examples

Run this code
# NOT RUN {
x1 <- matrix(c(-pi, 12.275),1,)
funMoo(x1)
x <- matrix(c(1,1,2), ncol=3 )

# }

Run the code above in your browser using DataLab