View source: R/funMultiObjectiveOptim.R
funMoo | R Documentation |
Multi-objective Test Function
funMoo(x)
x |
matrix of points to evaluate with the function. Rows for points and columns for dimension. |
funMultiObjectiveOptimization
A multiobjective dummy testfunction
n-column matrix with resulting function values
x1 <- matrix(c(-pi, 12.275),1,) funMoo(x1) x <- matrix(c(1,1,2), ncol=3 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.