<?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 Nonlinear optimization with a matrix form of constraints in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Nonlinear-optimization-with-a-matrix-form-of-constraints/m-p/1062103#M21729</link>
    <description>&lt;P&gt;I'm trying to solve a nonlinear optimization problem with a matrix for linear constratins using MKL (Intel C++ 16.0).&lt;/P&gt;

&lt;P&gt;Although aware that some bounds can be set for each variable x_i, e.g., LB_i &amp;lt;= x_i &amp;lt;= UB_i (like the &lt;A href="https://software.intel.com/en-us/node/522095#16D17C6B-348C-4451-84DF-44BABA7F4E02" rel="nofollow"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;usage example&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;),&lt;/P&gt;

&lt;P&gt;not quite sure how to impose additional constratins in matrix forms such that: Ax = b where A is m-by-n matrix; i.e. there are m constraints for variables x.&lt;/P&gt;

&lt;P&gt;I'm actually trying to make a transition from using 'fminon' (&lt;A href="http://kr.mathworks.com/help/optim/ug/fmincon.html"&gt;http://kr.mathworks.com/help/optim/ug/fmincon.html)&lt;/A&gt; function of MATLAB to using MKL.&lt;/P&gt;

&lt;P&gt;Is there any way? Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Nov 2015 13:44:39 GMT</pubDate>
    <dc:creator>Ryan_J_</dc:creator>
    <dc:date>2015-11-11T13:44:39Z</dc:date>
    <item>
      <title>Nonlinear optimization with a matrix form of constraints</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Nonlinear-optimization-with-a-matrix-form-of-constraints/m-p/1062103#M21729</link>
      <description>&lt;P&gt;I'm trying to solve a nonlinear optimization problem with a matrix for linear constratins using MKL (Intel C++ 16.0).&lt;/P&gt;

&lt;P&gt;Although aware that some bounds can be set for each variable x_i, e.g., LB_i &amp;lt;= x_i &amp;lt;= UB_i (like the &lt;A href="https://software.intel.com/en-us/node/522095#16D17C6B-348C-4451-84DF-44BABA7F4E02" rel="nofollow"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;usage example&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;),&lt;/P&gt;

&lt;P&gt;not quite sure how to impose additional constratins in matrix forms such that: Ax = b where A is m-by-n matrix; i.e. there are m constraints for variables x.&lt;/P&gt;

&lt;P&gt;I'm actually trying to make a transition from using 'fminon' (&lt;A href="http://kr.mathworks.com/help/optim/ug/fmincon.html"&gt;http://kr.mathworks.com/help/optim/ug/fmincon.html)&lt;/A&gt; function of MATLAB to using MKL.&lt;/P&gt;

&lt;P&gt;Is there any way? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2015 13:44:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Nonlinear-optimization-with-a-matrix-form-of-constraints/m-p/1062103#M21729</guid>
      <dc:creator>Ryan_J_</dc:creator>
      <dc:date>2015-11-11T13:44:39Z</dc:date>
    </item>
    <item>
      <title>MKL does not contain routines</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Nonlinear-optimization-with-a-matrix-form-of-constraints/m-p/1062104#M21730</link>
      <description>&lt;P&gt;MKL does not contain routines for nonlinear optimization (with or without constraints). It does provide a routine based on trust-regions for minimizing the sum of squares of functions, possibly with bound constraints, but this is probably not the type of problem that you wish to solve. In other words, there is no corresponding routine in MKL to Matlab's &lt;STRONG&gt;fmincon&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2015 17:30:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Nonlinear-optimization-with-a-matrix-form-of-constraints/m-p/1062104#M21730</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-11-11T17:30:16Z</dc:date>
    </item>
  </channel>
</rss>

