<?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: minimization routine with bounds in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864362#M70169</link>
    <description>&lt;BR /&gt;CERLIB is free and you can access the source code.</description>
    <pubDate>Tue, 07 Jul 2009 09:03:29 GMT</pubDate>
    <dc:creator>anthonyrichards</dc:creator>
    <dc:date>2009-07-07T09:03:29Z</dc:date>
    <item>
      <title>minimization routine with bounds</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864357#M70164</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Can someone tell me where I can find a routine to minimize a function of several variables with simple bounds? I am looking for a routine that is based only on function evaluations; I do not know the derivatives for the function and the function may be non-smooth. &lt;BR /&gt;&lt;BR /&gt;For example, I am trying to minimize a function f(x1,...xN) where 1 &amp;lt; x1 &amp;lt;= 2 ... 0 &amp;lt;= xN &amp;lt; 4 and f(--) returns a scalar value. &lt;BR /&gt;&lt;BR /&gt;I know that IMSL has routines for this, but I am trying to find the source code for such a routine. &lt;BR /&gt;&lt;BR /&gt;Please let me know if you have any suggestions. &lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Day</description>
      <pubDate>Fri, 03 Jul 2009 23:18:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864357#M70164</guid>
      <dc:creator>dsmanoli</dc:creator>
      <dc:date>2009-07-03T23:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: minimization routine with bounds</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864358#M70165</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/329410"&gt;dsmanoli@econ.ucla.edu&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;Can someone tell me where I can find a routine to minimize a function of several variables with simple bounds? I am looking for a routine that is based only on function evaluations; I do not know the derivatives for the function and the function may be non-smooth. &lt;BR /&gt;&lt;BR /&gt;For example, I am trying to minimize a function f(x1,...xN) where 1 &amp;lt; x1 &amp;lt;= 2 ... 0 &amp;lt;= xN &amp;lt; 4 and f(--) returns a scalar value. &lt;BR /&gt;&lt;BR /&gt;I know that IMSL has routines for this, but I am trying to find the source code for such a routine. &lt;BR /&gt;&lt;BR /&gt;Please let me know if you have any suggestions. &lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Day&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Suggest you look in netlib.org; or Alan Miller's site as starters.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jul 2009 01:39:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864358#M70165</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2009-07-06T01:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: minimization routine with bounds</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864359#M70166</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/142656"&gt;David White&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Suggest you look in netlib.org; or Alan Miller's site as starters.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;There is also the CERNLIB 'MATHLIB' library available as a download from CERN ( see &lt;A class="sectionBodyText" title="CERNLIB" href="http://cernlib.web.cern.ch/cernlib/" target="_self"&gt;http://cernlib.web.cern.ch/cernlib/&lt;/A&gt;), from which these routines are available:&lt;BR /&gt;&lt;BR /&gt;&lt;A class="sectionBodyText" title="Here" href="http://wwwasdoc.web.cern.ch/wwwasdoc/shortwrupsdir/d501/top.html" target="_blank"&gt;http://wwwasdoc.web.cern.ch/wwwasdoc/shortwrupsdir/d501/top.html&lt;/A&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:07:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864359#M70166</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2009-07-06T09:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: minimization routine with bounds</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864360#M70167</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi&lt;BR /&gt;&lt;BR /&gt;A good starting point might be Numerical Recipies (&lt;A href="http://www.nr.com"&gt;www.nr.com&lt;/A&gt;) - the routines are fairly simple, but works well for small problems. For a more comprehensive code I will suggest that you look at &lt;A href="http://www.coin-or.org"&gt;www.coin-or.org&lt;/A&gt;, this is a really good solver based on open-source.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Jeppe Grue</description>
      <pubDate>Tue, 07 Jul 2009 08:37:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864360#M70167</guid>
      <dc:creator>Jeppe_G_</dc:creator>
      <dc:date>2009-07-07T08:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: minimization routine with bounds</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864361#M70168</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/265860"&gt;jeppe.grue@vattenfall.com&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Hi&lt;BR /&gt;&lt;BR /&gt;A good starting point might be Numerical Recipies (&lt;A href="http://www.nr.com"&gt;www.nr.com&lt;/A&gt;) - the routines are fairly simple, but works well for small problems. For a more comprehensive code I will suggest that you look at &lt;A href="http://www.coin-or.org"&gt;www.coin-or.org&lt;/A&gt;, this is a really good solver based on open-source.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Jeppe Grue&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Always remember the optimisation routines decision guide:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://plato.asu.edu/guide.html" target="_blank"&gt;http://plato.asu.edu/guide.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 08:59:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864361#M70168</guid>
      <dc:creator>bendel_boy1</dc:creator>
      <dc:date>2009-07-07T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: minimization routine with bounds</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864362#M70169</link>
      <description>&lt;BR /&gt;CERLIB is free and you can access the source code.</description>
      <pubDate>Tue, 07 Jul 2009 09:03:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minimization-routine-with-bounds/m-p/864362#M70169</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2009-07-07T09:03:29Z</dc:date>
    </item>
  </channel>
</rss>

