powered by
A simple mlr3misc::Dictionary storing objects of class loop_function. Each loop function has an associated help page, see mlr_loop_functions_[id].
loop_function
mlr_loop_functions_[id]
Retrieves object with key key from the dictionary. Additional arguments must be named and are passed to the constructor of the stored object.
key
Object with corresponding key.
R6::R6Class object inheriting from mlr3misc::Dictionary.
(character(1)).
character(1)
(any) Passed down to constructor.
any
See mlr3misc::Dictionary.
Other Dictionary: mlr_acqfunctions, mlr_result_assigners
mlr_acqfunctions
mlr_result_assigners
Other Loop Function: loop_function, mlr_loop_functions_ego, mlr_loop_functions_emo, mlr_loop_functions_mpcl, mlr_loop_functions_parego, mlr_loop_functions_smsego
mlr_loop_functions_ego
mlr_loop_functions_emo
mlr_loop_functions_mpcl
mlr_loop_functions_parego
mlr_loop_functions_smsego
library(data.table) as.data.table(mlr_loop_functions)
Run the code above in your browser using DataLab