hyperparameter optimization for Javascript
GITHUB

hpjs.qloguniform(low, high, q)

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

edit code snippetrun

loading...

low

The minimum possible value of the number

high

The maximum possible value of the number

q

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