|
Chapter Contents |
Previous |
Next |
| The NLP Procedure |
The following options are used with the PROC NLP statement.






PROFILE / ALPHA=.5 .1 .05 .01 OUTTABLE;



For the NMSIMP technique, termination requires a small standard deviation of the function values of the n + 1 simplex vertices xl(k), l = 0, ... ,n,

![{ g(x^{(k)})^T [G^{(k)}]^{-1} g(x^{(k)}) \over
\max(| f(x^{(k)})|,{FSIZE}) } \leq r](images/nlpeq32.gif)







for an introduction to
line-search techniques. The value of i can be 1, ... , 8.
For CONGRA, QUANEW and NEWRAP, the default is i = 2. A special
line-search method is default for the least-squares technique
HYQUAN that is based on an algorithm developed by Lindstr
m
& Wedin (1984). Although it needs more memory, this default
line-search method sometimes works better with large
least-squares problems. However, by specifying LIS=i,
i = 1, ... , 8, it is possible to use one of the standard
techniques with HYQUAN.
| TECH= | UPDATE= | LSP default |
| QUANEW | DBFGS, BFGS | r = 0.4 |
| QUANEW | DDFP, DFP | r = 0.06 |
| HYQUAN | DBFGS | r = 0.1 |
| HYQUAN | DDFP | r = 0.06 |
| CONGRA | all | r = 0.1 |
| NEWRAP | no update | r = 0.9 |
with the same model file will include the same model twice, which can produce different results than including it once. The MODEL= option is similar to the option used in PROC MODEL in SAS/ETS.
chooses one of four
different
conjugate-gradient
optimization algorithms which can be more precisely specified
with the UPDATE= option and modified with the LINESEARCH= option.
When this option is selected,
UPDATE=PB by default.
For
, this is the default
optimization technique.
performs a version of double dogleg optimization, which can be more precisely specified with the UPDATE= option. When this option is selected, UPDATE=DBFGS by default.
chooses one of three different hybrid quasi-Newton optimization algorithms that can be more precisely defined with the VERSION= option and modified with the LINESEARCH= option. By default VERSION=2 and UPDATE=DBFGS.
performs the Levenberg-Marquardt minimization. For n < 40 this is the default minimization technique for least-squares problems.
performs the Newton-Raphson
optimization technique. For
and non-least squares, this is the default.

|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.