View source on GitHub |
Type of bound constraints for PWL calibration.
- NONE: no constraints.
- BOUND: output range can be anywhere within bounds.
- CLAMPED: output range must exactly match bounds.
Class Variables | |
---|---|
BOUND |
<BoundConstraintsType.BOUND: 1>
|
CLAMPED |
<BoundConstraintsType.CLAMPED: 2>
|
NONE |
<BoundConstraintsType.NONE: 0>
|