qloguniform#
- ray.tune.qloguniform(lower: float, upper: float, q: float, base: object = <object object>)[source]#
Sugar for sampling in different orders of magnitude.
The value will be quantized, i.e. rounded to an integer increment of
q.Quantization makes the upper bound inclusive.
- Parameters:
- Returns:
A
Floatdomain that samples log-uniformly and quantizes byq.