Description Usage Arguments Details Examples
View source: R/make_vectorized_smoof.R
Make a vectorized version of test functions available in package "smoof".
1 | make_vectorized_smoof(prob.name, ...)
|
prob.name |
name of the problem to build |
... |
other parameters passed to each specific function |
This routine builds vectorized versions of the classic test functions
available in package smoof
. Check smoof
's documentation for details.
1 2 3 4 5 6 7 | ## Not run:
library(smoof)
Rosenbrock <- make_vectorized_smoof(prob.name = "Rosenbrock",
dimensions = 10)
Rosenbrock(X = matrix(runif(100), ncol = 10))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.