Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Nonlinear Optimization Examples

Control Parameters Vector

For all optimization and least-squares subroutines, the input argument par specifies a vector of parameters that control the optimization process. For the NLPFDD and NLPFEA subroutines, the par argument is defined differently. For each element of the par vector there exists a default value, and if you specify a missing value, the default is used. Table 11.5 summarizes the uses of the par argument for the optimization and least-squares subroutines.

Table 11.5: Summary of the Control Parameters Vector
Index Description
1specifies the singularity criterion (SINGULAR)
2specifies the initial step length or trust-region radius
3specifies the range for active (violated) constraints (LCEPS)
4specifies the Lagrange multiplier threshold for constraints (LCDEACT)
5specifies a criterion to determine linear dependence of constraints (LCSING)
6specifies the required accuracy of the line-search algorithms (LSPRECISION)
7reduces the line-search step size in successive iterations (DAMPSTEP)
8specifies the number of accurate digits used in evaluating the objective function (FDIGITS)
9specifies the number of accurate digits used in evaluating the nonlinear constraints (CDIGITS)
10specifies a scalar factor for the diagonal of the initial Hessian (DIAHES)

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.