Learn R Programming

comparer (version 0.2.4)

par_log10: 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

Run this code
p1 <- par_log10('x1', 1e-4, 1e4)
class(p1)
print(p1)

Run the code above in your browser using DataLab