powered by
This function complements mlr_tuners with functions in the spirit of mlr3::mlr_sugar.
tnr(.key, ...)tnrs(.keys, ...)
tnrs(.keys, ...)
(character(1)) Key passed to the respective dictionary to retrieve the object.
character(1)
(named list()) Named arguments passed to the constructor, to be set as parameters in the paradox::ParamSet, or to be set as public field. See mlr3misc::dictionary_sugar_get() for more details.
list()
mlr3misc::dictionary_sugar_get()
(character()) Keys passed to the respective dictionary to retrieve multiple objects.
character()
Tuner for tnr()
tnr()
list of Tuner for tnrs()
tnrs()
# NOT RUN { tnr("random_search") # }
Run the code above in your browser using DataLab