Skip to contents

Dictionary for test functions

Usage

dict_objective

Format

An object of class DictionaryObjective (inherits from Dictionary, R6) of length 12.

Examples

dict_objective$get("TF_branin")
#> <Objective>
#>   Public:
#>     addLogFun: function (l, label) 
#>     archive: active binding
#>     assertX: function (x, ...) 
#>     clearArchive: function () 
#>     clone: function (deep = FALSE) 
#>     eval: function (x) 
#>     evalStore: function (x) 
#>     grad: function (x) 
#>     hess: function (x) 
#>     id: TF_branin
#>     initialize: function (id, fun, label = "f", xdim, lower = NA, upper = NA, 
#>     label: branin
#>     log_funs: active binding
#>     lower: -5 0
#>     minimize: TRUE
#>     upper: 10 15
#>     xdim: active binding
#>   Private:
#>     p_archive: data.table, data.frame
#>     p_fargs: list
#>     p_fun: function (x, a = 1, b = 5.1/(4 * pi^2), cc = 5/pi, r = 6, s = 10, 
#>     p_gradient: NULL
#>     p_gradientFallback: function (x, ...) 
#>     p_hessian: NULL
#>     p_hessianFallback: function (x, ...) 
#>     p_log_funs: list
#>     p_xdim: 2
#>     p_xtest: 0 0