Positive
- class pmrf.constraints.Positive(shape: Any = (), dtype: Any = None)
Bases:
GreaterThanConvenience constraint for values that must be strictly positive (> 0).
- Args:
shape: The shape of the parameter array. dtype: The JAX data type of the parameter array.