| otfun | R Documentation |
This function complements mlr_test_functions with functions in the spirit
of mlr_sugar from mlr3.
otfun(.key, ...)
otfuns(.keys, ...)
.key |
( |
... |
(named |
.keys |
( |
ObjectiveRFun for otfun().
list of ObjectiveRFun for otfuns().
obj = otfun("branin")
obj$eval(list(x1 = 1, x2 = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.