RealLine
- class pmrf.constraints.RealLine(shape: Any = ())
Bases:
AbstractConstraintRepresents a value that can span the entire real number line.
Effectively a structural no-op constraint using an Identity bijector, useful for maintaining consistent types in mixed parameter sets.
- Attributes:
shape: The expected shape of the unconstrained parameter.
- Args:
shape: The expected shape of the unconstrained parameter.
- property bijector: AbstractBijector
- property bounds: tuple[Float[jaxlib._jax.Array, '...'], Float[jaxlib._jax.Array, '...']]
- shape: Any