Initializing help system before first use

XSLP_DAMPMAX

Description
Maximum value for the damping factor of a variable during dynamic damping
Type
Double
Default value
1
Note
If dynamic damping is enabled, the damping factor for a variable will be increased if successive changes are in the same direction. More precisely, if there are XSLP_SAMEDAMP successive changes in the same direction for a variable, then the damping factor ( D) for the variable will be reset to
D*XSLP_DAMPEXPAND + XSLP_DAMPMAX*(1-XSLP_DAMPEXPAND)
Affects routines
See also