hyperparameter optimization for Javascript
GITHUB

hpjs.quniform(low, high, q)

Returns a version of of hpjs.uniform with step size "q"
Mathematically represented as (uniform(low, high) / q) * q

edit code snippetrun

loading...

low

The minimum value of the number

high

The maximum value of the number

q

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