R/makeFunctionsByName.R
makeFunctionsByName.Rd
This function is especially useful in combination with
filterFunctionsByTags
to generate a test set of functions
with certain properties, e.~g., multimodality.
makeFunctionsByName(fun.names, ...)
[character
]
Non empty character vector of generator function names.
[any]
Further arguments passed to generator.
[smoof_function
]
# generate a testset of multimodal 2D functions
if (FALSE) {
test.set = makeFunctionsByName(filterFunctionsByTags("multimodal"), dimensions = 2L, m = 5L)
}