<?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: TR with Boundry Constraints in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871305#M8527</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/452406"&gt;dbacchus&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Update 3 is &lt;STRONG&gt;available&lt;/STRONG&gt;?&lt;BR /&gt;&lt;BR /&gt;UPDATE: It is available! Why no sticky? Anyways - thanks, will be checking now...&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Yes! Now you can find it there.</description>
    <pubDate>Tue, 22 Dec 2009 12:17:56 GMT</pubDate>
    <dc:creator>barragan_villanueva_</dc:creator>
    <dc:date>2009-12-22T12:17:56Z</dc:date>
    <item>
      <title>TR with Boundry Constraints</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871301#M8523</link>
      <description>I was having trouble with the RCI TR Routines with boundry constraints in C andstarted working with the example given and was able to reproduce my problem with that. It appears that for certain objective functions, it ignores my upper constraint.&lt;BR /&gt;&lt;BR /&gt;To illustrate, if I change n = 2 and m = 2 in the example "ex_nlsqp_bc.c"and set the objective function equal to:&lt;BR /&gt;&lt;BR /&gt;// broken&lt;BR /&gt;f[0] = x[0] - x[1];&lt;BR /&gt;f[1] = x[0] - 5;&lt;BR /&gt;&lt;BR /&gt;// Working&lt;BR /&gt;f[0] = x[1] - x[0];&lt;BR /&gt;f[1] = x[1] - 5;&lt;BR /&gt;&lt;BR /&gt;with constraints:&lt;BR /&gt;&lt;BR /&gt;/* set the initial guess */&lt;BR /&gt;x[0] = -10.0;&lt;BR /&gt;x[1] = -10.0;&lt;BR /&gt;&lt;BR /&gt;/* set bounds */&lt;BR /&gt;LW[0] = -20.0;&lt;BR /&gt;LW[1] = -20.0;&lt;BR /&gt;&lt;BR /&gt;UP[0] = -3.0;&lt;BR /&gt;UP[1] = -4.0;&lt;BR /&gt;&lt;BR /&gt;the result will be 5 and 5 for the "broken" one and -4 and -4 for the "working" one. I don't understand why these would produce different results and further don't understand why it ignores my bounds. Am I using it incorrectly?&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 02 Dec 2009 19:28:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871301#M8523</guid>
      <dc:creator>David_Gross</dc:creator>
      <dc:date>2009-12-02T19:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: TR with Boundry Constraints</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871302#M8524</link>
      <description>&lt;P&gt;Hi Michael,&lt;BR /&gt;&lt;BR /&gt;We know about this issue. In general, the TR solvers are solvers for nonlinear optimization problems, but your objective function is linear. In some casesth theTR solvers may work incorrectly for problems with linear objective functions with boundary constraints. We've fixed this issue so TR solvers work correctly for such types of problems. This fix will be available in next update of MKL 10.2.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;--Nikita&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2009 07:47:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871302#M8524</guid>
      <dc:creator>Nikita_S_Intel</dc:creator>
      <dc:date>2009-12-03T07:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: TR with Boundry Constraints</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871303#M8525</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Problem you reported has been fixed in MKL 10.2 Update 3. It is available now at the &lt;A title="https://registrationcenter.intel.com/regcenter/register.aspx" href="https://registrationcenter.intel.com/regcenter/register.aspx" target="_blank"&gt;Intel Registration Center&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Art&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Dec 2009 13:37:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871303#M8525</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2009-12-19T13:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: TR with Boundry Constraints</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871304#M8526</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/438571"&gt;Artem Vorobiev (Intel)&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 Michael,&lt;BR /&gt;&lt;BR /&gt;Problem you reported has been fixed in MKL 10.2 Update 3. It is available now at the &lt;A title="https://registrationcenter.intel.com/regcenter/register.aspx" href="https://registrationcenter.intel.com/regcenter/register.aspx" target="_blank"&gt;Intel Registration Center&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Art&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Update 3 is &lt;STRONG&gt;available&lt;/STRONG&gt;?&lt;BR /&gt;&lt;BR /&gt;UPDATE: It is available! Why no sticky? Anyways - thanks, will be checking now...</description>
      <pubDate>Sat, 19 Dec 2009 23:03:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871304#M8526</guid>
      <dc:creator>dbacchus</dc:creator>
      <dc:date>2009-12-19T23:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: TR with Boundry Constraints</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871305#M8527</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/452406"&gt;dbacchus&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Update 3 is &lt;STRONG&gt;available&lt;/STRONG&gt;?&lt;BR /&gt;&lt;BR /&gt;UPDATE: It is available! Why no sticky? Anyways - thanks, will be checking now...&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Yes! Now you can find it there.</description>
      <pubDate>Tue, 22 Dec 2009 12:17:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-with-Boundry-Constraints/m-p/871305#M8527</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2009-12-22T12:17:56Z</dc:date>
    </item>
  </channel>
</rss>

