par_log10 | R Documentation |
Hyperparameter on log10 scale
par_log10(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 |
p1 <- par_log10('x1', 1e-4, 1e4)
class(p1)
print(p1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.