as_tuner {mlr3tuning} | R Documentation |
Convert to a Tuner
Description
Convert object to a Tuner or a list of Tuner.
Usage
as_tuner(x, ...)
## S3 method for class 'Tuner'
as_tuner(x, clone = FALSE, ...)
as_tuners(x, ...)
## Default S3 method:
as_tuners(x, ...)
## S3 method for class 'list'
as_tuners(x, ...)
Arguments
x |
(any) |
... |
(any) |
clone |
( |
[Package mlr3tuning version 1.0.0 Index]