Negative

class pmrf.constraints.Negative(shape: Any = (), dtype: Any = None)

Bases: LessThan

Convenience constraint for values that must be strictly negative (< 0).

Args:

shape: The shape of the parameter array. dtype: The JAX data type of the parameter array.