This parameter sets the value of the relative gradient step size for
LSGRG when calculating gradients by finite differencing. The absolute
step value is calculated by LSGRG as follows:
where x is the current value of a design variable. For
small values of x, GradientStepSize
becomes the absolute value of the step (when x = 0). For
large values of x, GradientStepSize
becomes the relative step size (when x >> 1). In
general, the best value for GradientStepSize is
sqrt(eps), where eps is the relative error
in the computed function values (simcode outputs), such as if function
values are available to full double precision (eps = 1e-16),
GradientStepSize is about 1e-8. The value type
is real. The default value is 0.0010. Other possible values are . |