NonNegativeReal#
- class gpjax.parameters.NonNegativeReal(value)[source]#
Bases:
AbstractUnwrappableNon-negative parameter (semantically allows zero, e.g. jitter, noise floor).
Uses the same softplus bijection as PositiveReal. The distinction is semantic: NonNegativeReal signals that zero is a meaningful boundary.