View source: R/hype_par_discretenum.R
par_discretenum | R Documentation |
Parameter with uniform distribution for hyperparameter optimization
par_discretenum(name, values)
name |
Name of the parameter, must match the input to 'eval_func'. |
values |
Values, discrete numeric |
p1 <- par_discretenum('x1', 0:2)
class(p1)
print(p1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.