LessThan
- class pmrf.constraints.LessThan(upper: float | Array)
Bases:
AbstractConstraintRepresents a value strictly less than an upper bound.
- Attributes:
upper: The exclusive upper bound array or scalar.
- Args:
upper: The exclusive upper bound.
- property bijector: AbstractBijector
- property bounds: tuple[Float[jaxlib._jax.Array, '...'], Float[jaxlib._jax.Array, '...']]
- upper: Array