powered by
Multi-objective Test Function
funMoo(x)
matrix of points to evaluate with the function. Rows for points and columns for dimension.
n-column matrix with resulting function values
funMultiObjectiveOptimization
A multiobjective dummy testfunction
# 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