powered by
Hyperparameter on log10 scale
par_log10(name, lower, upper)
Name of the parameter, must match the input to `eval_func`.
Lower bound of the parameter
Upper bound of the parameter
p1 <- par_log10('x1', 1e-4, 1e4) class(p1) print(p1)
Run the code above in your browser using DataLab