<?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: Second solve in Proc Optmodel with different starting point (init) in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Second-solve-in-Proc-Optmodel-with-different-starting-point-init/m-p/464841#M2264</link>
    <description>&lt;P&gt;The&amp;nbsp;.INIT&amp;nbsp;suffix was confusing (especially because it was not populated by the INIT option in the VAR statement) and not very useful, so we removed it&amp;nbsp;as of SAS/OR 13.2.&amp;nbsp; To supply initial values to be used by the NLP solver, just assign those values to the variables as I showed.&lt;/P&gt;</description>
    <pubDate>Thu, 24 May 2018 17:08:29 GMT</pubDate>
    <dc:creator>RobPratt</dc:creator>
    <dc:date>2018-05-24T17:08:29Z</dc:date>
    <item>
      <title>Second solve in Proc Optmodel with different starting point (init)</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Second-solve-in-Proc-Optmodel-with-different-starting-point-init/m-p/464289#M2261</link>
      <description>&lt;P&gt;After a first&amp;nbsp;&amp;nbsp;&amp;nbsp; solve with&amp;nbsp; NLP&amp;nbsp; with&amp;nbsp; ms-feature&amp;nbsp; I wanted to place a second solve with logic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x.init&amp;nbsp; =&amp;nbsp; x.msinit&amp;nbsp; etc&amp;nbsp; for all variables&amp;nbsp; and&amp;nbsp; solve&amp;nbsp; ..... .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's not allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Who knows how to implement it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Werner&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 06:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Second-solve-in-Proc-Optmodel-with-different-starting-point-init/m-p/464289#M2261</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2018-05-23T06:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Second solve in Proc Optmodel with different starting point (init)</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Second-solve-in-Proc-Optmodel-with-different-starting-point-init/m-p/464558#M2262</link>
      <description>&lt;P&gt;The .INIT suffix is deprecated, but you can do the following to set all variables in one loop:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   for {j in 1.._NVAR_} _VAR_[j] = _VAR_[j].msinit;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 May 2018 20:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Second-solve-in-Proc-Optmodel-with-different-starting-point-init/m-p/464558#M2262</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2018-05-23T20:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Second solve in Proc Optmodel with different starting point (init)</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Second-solve-in-Proc-Optmodel-with-different-starting-point-init/m-p/464650#M2263</link>
      <description>&lt;P&gt;Thanks, Rob .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.... so easy, but I was looking the wrong direction.&amp;nbsp; Using the&amp;nbsp; ms&amp;nbsp; feature &amp;nbsp; .msinit &amp;nbsp; is clearly more important. But why had you decided to deprecate&amp;nbsp; .init&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Odenwald&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 07:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Second-solve-in-Proc-Optmodel-with-different-starting-point-init/m-p/464650#M2263</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2018-05-24T07:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Second solve in Proc Optmodel with different starting point (init)</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Second-solve-in-Proc-Optmodel-with-different-starting-point-init/m-p/464841#M2264</link>
      <description>&lt;P&gt;The&amp;nbsp;.INIT&amp;nbsp;suffix was confusing (especially because it was not populated by the INIT option in the VAR statement) and not very useful, so we removed it&amp;nbsp;as of SAS/OR 13.2.&amp;nbsp; To supply initial values to be used by the NLP solver, just assign those values to the variables as I showed.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 17:08:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Second-solve-in-Proc-Optmodel-with-different-starting-point-init/m-p/464841#M2264</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2018-05-24T17:08:29Z</dc:date>
    </item>
  </channel>
</rss>

