hyperparameter optimization for Javascript
GITHUB

hpjs.qnormal(label, mu, sigma, q)

Returns a version of hpjs.normal with step size "q"
Mathematically represented as (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