CONSTRAIN_EXPONENTS
Section can be repeated.
specicifies constraints for the exponents to be fitted. Only a single constraint can be applied to an exponent [Edit on GitHub]
Keywords
Keyword descriptions
- BOUNDARIES
Type: real[2]
Usage: BOUNDARIES LOWER UPPERDescription: Defines the boundaries to which the optimization is restricted. First value is the lower bound, second value is the upper bound.
- MAX_VAR_FRACTION
Type: real
Usage: MAX_VAR_FRACTION REALDescription: Defines the maximum fractionr by which the exponent is allowed to vary. e.g. 0.5 allows the exp to vary by 0.5*exp in both directions.
- USE_EXP
Type: integer[2]
Usage: USE_EXP SET IEXPDescription: Defines the exponent to be constraint. The two integers indicate the set number and i’th exponent. The value -1 can be used to mark all sets/exponents in a set.