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 UPPER

Description: Defines the boundaries to which the optimization is restricted. First value is the lower bound, second value is the upper bound.

[Edit on GitHub]

MAX_VAR_FRACTION

Type: real
Usage: MAX_VAR_FRACTION REAL

Description: 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.

[Edit on GitHub]

USE_EXP

Type: integer[2]
Usage: USE_EXP SET IEXP

Description: 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.

[Edit on GitHub]