Hello all,
I am using the NLPNMS call in proc iml . Could I guarntee that my solution is unique?
Thanks,
Aya
Use a variety of starting points for the optimization. See the SAS?IML User's Guide > Nonlinear Optimation Examples > Details > Gloval versus Local Optima.
Steve Denham
The uniqueness of a solution depends on the function being optimized, not the particular choice of an optimization routine. In general, if you start near a local optimum, you will converge to that optimum (but the beautiful fractals for Newton's iteration show that this is not always the case!) If your function has several local maxima and you want to find the one that is the global maximum, you can try using initial conditions on a uniform grid in parameter space, as detailed in this article: How to find an initial guess for an optimization - The DO Loop
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.