|
Chapter Contents |
Previous |
Next |
| The NLMIXED Procedure |
The inner product gTs of the gradient g and the search
direction s is the slope of
along the search direction s. The default starting value
in each line-search
algorithm (
)during the main iteration k is computed in three steps:





The INSTEP=r
option enables you to specify a
smaller or larger radius
of the trust region used in the
first iteration of the trust region and double dogleg algorithms.
The default initial trust region radius
is the length
of the scaled gradient (Mor
1978). This step corresponds to the
default radius factor of r=1. In most practical applications of
the TRUREG and DBLDOG algorithms, this choice is successful.
However, for bad initial values and highly nonlinear objective
functions (such as the EXP function), the default start radius can
result in arithmetic overflows. If this happens, you can try
decreasing values of INSTEP=r, 0 < r < 1, until the iteration
starts successfully. A small factor r also affects the trust
region radius
of the next steps because the radius
is changed in each iteration by a factor
, depending on
the ratio
expressing the goodness of quadratic function
approximation. Reducing the radius
corresponds to
increasing the ridge parameter
, producing smaller steps
directed more closely toward the (negative) gradient direction.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.