XSLP_DAMP


Description
Damping factor for updating values of variables
Type
Double
Default value
1
Notes
The damping factor sets the next assumed value for a variable based on the previous assumed value (X0) and the actual value (X1). The new assumed value is given by
X1*XSLP_DAMP + X0*(1-XSLP_DAMP)
Affects routines
See also


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.