R/tune_optuna.R
opt_cat.Rd
Helper function to define a categorical choice set for Bayesian optimization.
opt_cat(choices)
A vector of values (numeric, character, or logical) to choose from.
An object of class "opt_param_def".
"opt_param_def"
# Choose between different optimizers space_opt <- opt_cat(c("avltree", "rbtree"))