opt {bbotk} | R Documentation |
Syntactic Sugar Optimizer Construction
Description
This function complements mlr_optimizers with functions in the spirit
of mlr_sugar
from mlr3.
Usage
opt(.key, ...)
opts(.keys, ...)
Arguments
.key |
( |
... |
(named |
.keys |
( |
Value
Examples
opt("random_search", batch_size = 10)
[Package bbotk version 1.0.1 Index]