hyperparameter optimization for Javascript
GITHUB

hpjs.qlognormal(mu, sigma, q)

Returns a version of hpjs.lognormal with "step size" q.
Mathematically represented as (exp(normal(mu, sigma)) / q) * q

edit code snippetrun

loading...

mu

the mean of the random variable

sigma

the standard deviation of the random variable

q

The "step size" of the random variable
Copyright (c) 2024 Atanas & Martin Stoyanov