Description Usage Arguments Value
View source: R/learning-curves.R
Computes minimum values on a log scale as 'a <- log(lo, 10)', and 'b <- log(hi, 10)'. Calls to 'runif()' are scaled to the appropriate range by 'a' and are checked to be out of bounds against '-b'. Values of 'alpha' are computed by raising '10' to the sampled value power.
1 | sample_lr_values_log_scale(n_grid_points = 10, lo = 1e-07, hi = 1)
|
n_grid_points |
integer, number of values to sample |
lo |
minimum learning rate value to return |
hi |
maximum learning rate value to return |
vector of 'alpha' samples within range [log(lo, 10), log(hi, 10)] Potentially run this after the lr_range_test to narrow?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.