<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NLPNM keeps iterating without change in objective function in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/NLPNM-keeps-iterating-without-change-in-objective-function/m-p/537992#M4576</link>
    <description>Yes I did that, but I also want to understand what is going on to generate&lt;BR /&gt;the kind of iteration that I am seeing here. Thanks.&lt;BR /&gt;</description>
    <pubDate>Sat, 23 Feb 2019 16:49:47 GMT</pubDate>
    <dc:creator>raulroy</dc:creator>
    <dc:date>2019-02-23T16:49:47Z</dc:date>
    <item>
      <title>NLPNM keeps iterating without change in objective function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/NLPNM-keeps-iterating-without-change-in-objective-function/m-p/537779#M4574</link>
      <description>&lt;P&gt;Attached is the output from one optimization using NPLMNS, it turns out that the objective function stops changing beyond iteration 10. from iteration 10 to iteration 300, the output keeps showing -66205. The objective function change keeps showing 0.00813. Similarly the simplex size also attenuates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems like its unnecessarily calling iterating without any improvement. How can I handle this?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 17:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/NLPNM-keeps-iterating-without-change-in-objective-function/m-p/537779#M4574</guid>
      <dc:creator>raulroy</dc:creator>
      <dc:date>2019-02-22T17:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: NLPNM keeps iterating without change in objective function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/NLPNM-keeps-iterating-without-change-in-objective-function/m-p/537984#M4575</link>
      <description>&lt;P&gt;If you want to accept that parameter value as the optimal value, you can adjust the termination criteria that is used for the Nelder-Mead algorithm. &lt;A href="https://go.documentation.sas.com/?docsetId=imlug&amp;amp;docsetTarget=imlug_nonlinearoptexpls_sect019.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;The SAS/IML documentation describes the various ways that the N-M simplex algorithm terminates.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can use the&amp;nbsp;TC= option to specify the values for each termination criteria.&amp;nbsp; For example, if you want to limit the number of function evaluations to 1000 (instead of the default, 3000), you can use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tct&amp;nbsp;= j(10, 1, .);&lt;/P&gt;
&lt;P&gt;tc[2] = 1000;&lt;/P&gt;
&lt;P&gt;call NLPNMS( ... ) TC=tc;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other termination criteria are specified in a similar manner.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 16:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/NLPNM-keeps-iterating-without-change-in-objective-function/m-p/537984#M4575</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-02-23T16:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: NLPNM keeps iterating without change in objective function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/NLPNM-keeps-iterating-without-change-in-objective-function/m-p/537992#M4576</link>
      <description>Yes I did that, but I also want to understand what is going on to generate&lt;BR /&gt;the kind of iteration that I am seeing here. Thanks.&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Feb 2019 16:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/NLPNM-keeps-iterating-without-change-in-objective-function/m-p/537992#M4576</guid>
      <dc:creator>raulroy</dc:creator>
      <dc:date>2019-02-23T16:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: NLPNM keeps iterating without change in objective function</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/NLPNM-keeps-iterating-without-change-in-objective-function/m-p/537993#M4577</link>
      <description>&lt;P&gt;You can use the iteration history of the solution to plot the trajectory from the initial guess. For an example, see &lt;A href="https://blogs.sas.com/content/iml/2018/08/15/optimization-nonlinear-constraints.html" target="_self"&gt;"Optimization with nonlinear constraints in SAS."&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are fitting parameters of a model to data (for example, maximum likelihood optimization), this behavior often indicates that the model does not fit the data and the likelihood function is very flat. It can indicate a misspecified model or a sample size that is too small.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 17:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/NLPNM-keeps-iterating-without-change-in-objective-function/m-p/537993#M4577</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-02-23T17:30:08Z</dc:date>
    </item>
  </channel>
</rss>

