par_log10 {comparer} | R Documentation |
Hyperparameter on log10 scale
Description
Hyperparameter on log10 scale
Usage
par_log10(name, lower, upper)
Arguments
name |
Name of the parameter, must match the input to 'eval_func'. |
lower |
Lower bound of the parameter |
upper |
Upper bound of the parameter |
Examples
p1 <- par_log10('x1', 1e-4, 1e4)
class(p1)
print(p1)
[Package comparer version 0.2.3 Index]