Range
Type that defines a range, mostly for use in RangePenalty.
Inherited by RangePenalty< T >.
Public Attributes
Parameter | Type | Description |
---|---|---|
min | T | Minimum value or lower bound of the range; default = -inf. |
max | T | Maximum value or upper bound of the range; default = inf. |
Converted from doxygen using dokugen