<?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 Starting points for a nonlinear model. in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Starting-points-for-a-nonlinear-model/m-p/186993#M971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am wondering if SAS can allow the following way to set starting points for a nonlinear model: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; ignore all nonlinear terms in the model, and first solve the problem using linear programming solver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) using the solution of the linear programming solver as the starting point for the nonlinear programming solver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no ideas for the above 2), does anyone know the answer?&amp;nbsp; Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 19:23:29 GMT</pubDate>
    <dc:creator>wutao9999</dc:creator>
    <dc:date>2014-06-05T19:23:29Z</dc:date>
    <item>
      <title>Starting points for a nonlinear model.</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Starting-points-for-a-nonlinear-model/m-p/186993#M971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am wondering if SAS can allow the following way to set starting points for a nonlinear model: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; ignore all nonlinear terms in the model, and first solve the problem using linear programming solver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) using the solution of the linear programming solver as the starting point for the nonlinear programming solver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no ideas for the above 2), does anyone know the answer?&amp;nbsp; Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 19:23:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Starting-points-for-a-nonlinear-model/m-p/186993#M971</guid>
      <dc:creator>wutao9999</dc:creator>
      <dc:date>2014-06-05T19:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Starting points for a nonlinear model.</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Starting-points-for-a-nonlinear-model/m-p/186994#M972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing automated to do this.&amp;nbsp; But in PROC OPTMODEL, you can call the LP solver by using SOLVE WITH LP and then later call the NLP solver by using SOLVE WITH NLP.&amp;nbsp; By default, the second solve will use the solution from the first solve as a starting point.&amp;nbsp; You can disable this behavior by using the NOINITVAR option in the PROC OPTMODEL statement:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/ormpug/66851/HTML/default/viewer.htm#ormpug_optmodel_syntax02.htm" title="http://support.sas.com/documentation/cdl/en/ormpug/66851/HTML/default/viewer.htm#ormpug_optmodel_syntax02.htm"&gt;SAS/OR(R) 13.1 User's Guide: Mathematical Programming&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might find it helpful to use the PROBLEM and USE PROBLEM statements to control which parts of the model are passed to the solver:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/ormpug/66851/HTML/default/viewer.htm#ormpug_optmodel_details54.htm" title="http://support.sas.com/documentation/cdl/en/ormpug/66851/HTML/default/viewer.htm#ormpug_optmodel_details54.htm"&gt;SAS/OR(R) 13.1 User's Guide: Mathematical Programming&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 19:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Starting-points-for-a-nonlinear-model/m-p/186994#M972</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2014-06-09T19:53:40Z</dc:date>
    </item>
  </channel>
</rss>

