ade.constraints
module documentation
Part of ade
The Constraints
base
class makes it easier for you to enforce parameter constraints. If you have
any highly correlated parameters, an instance of RelationsChecker
may be helpful, too.
Class | RelationsChecker | Checks that the linear relation between two parameters is within the limits imposed by the 'relations' dict-of-dicts specification. |
Class | Constraints | Subclass me and define one or more constraint-checking methods. |