constraints (pmrf.constraints)
Constraints for parameters.
Can be used for parameter factories in pmrf.parameters.
Re-exports from the Parax library.
Classes
The base class for all physical constraints in Parax. |
|
|
Represents a value that can span the entire real number line. |
|
Convenience constraint for values that must be strictly positive (> 0). |
|
Convenience constraint for values that must be strictly negative (< 0). |
|
Represents a value strictly bounded between a lower and upper value. |
|
Represents a value strictly greater than a lower bound. |
|
Represents a value strictly less than an upper bound. |
Functions
|
Calculates the intersection of two constraints. |