boax.core.distributions.uniform.uniform#
- boax.core.distributions.uniform.uniform(a=Array(0., dtype=float32), b=Array(1., dtype=float32))#
Smart constructor for the uniform distribution.
- Parameters:
a (
Union[Array,ndarray,bool,number]) – The minium value parameter.b (
Union[Array,ndarray,bool,number]) – The maximum value parameter.
- Return type:
- Returns:
The Uniform distribution object.