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 open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.