BookmarkSubscribeRSS Feed
Emara
Calcite | Level 5

Hello all,

I am using the NLPNMS call in  proc iml . Could I guarntee that my solution is unique?

Thanks,

Aya

2 REPLIES 2
SteveDenham
Jade | Level 19

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

Rick_SAS
SAS Super FREQ

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

SAS INNOVATE 2024

Innovate_SAS_Blue.png

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. 

Register now!

Multiple Linear Regression in SAS

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.

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 2 replies
  • 779 views
  • 0 likes
  • 3 in conversation