View source: R/hype_par_unif.R
par_unif | R Documentation |
Parameter with uniform distribution for hyperparameter optimization
par_unif(name, lower, upper)
name |
Name of the parameter, must match the input to 'eval_func'. |
lower |
Lower bound of the parameter |
upper |
Upper bound of the parameter |
Returns an R6 class generated by R6_par_unif.
p1 <- par_unif('x1', 1, 10)
class(p1)
print(p1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.