<?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: Trust Region Algorithm  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889103#M10255</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/421793"&gt;Nikita Shustrov (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; &lt;BR /&gt;hi skyboating,&lt;BR /&gt;&lt;BR /&gt;I would like to ask you. Are you interested in LM algorithm? or are you interested in new interface? Could pls you provide an example of traditional interface?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;--Nikita&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi, Nikita,&lt;BR /&gt;thank you very much for your kind reply.&lt;BR /&gt;i am currently doing the curve fitting of two compartment model kinetic modelling.&lt;BR /&gt;What i got the first result is that the LM has different results as the Trust Region (I am not sure if i modify my codes correctly. i am still checking it) and it is obvious that LM looks better than the Trust-Region from my first results.&lt;BR /&gt;I am not sure if this compariment is fair. I am still investigating my codes.&lt;BR /&gt;I used to use LevMar(http://www.ics.forth.gr/~lourakis/levmar/) for my optimization computation.&lt;BR /&gt;The interface is provide two pointer function, one to compute function, and the other to compute the jacobian.&lt;BR /&gt;Now when i use Trust-Region, the function is not the original function, but the residual directly, i need to pay more attention for the switch, i am not sure if it is necessary.&lt;BR /&gt;Thank you very much.&lt;BR /&gt;Kuangyu&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Jun 2009 08:22:29 GMT</pubDate>
    <dc:creator>skyboating</dc:creator>
    <dc:date>2009-06-03T08:22:29Z</dc:date>
    <item>
      <title>Trust Region Algorithm</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889101#M10253</link>
      <description>it is the first time i use trust region.&lt;BR /&gt;i used to use levenberg marquardt, which is most popular in scientific optimization.&lt;BR /&gt;And the interface seems to be different as the classical LM. i don't know if it is possible to include also LM algorithm with traditional interface?</description>
      <pubDate>Wed, 03 Jun 2009 07:48:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889101#M10253</guid>
      <dc:creator>skyboating</dc:creator>
      <dc:date>2009-06-03T07:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trust Region Algorithm</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889102#M10254</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/430579"&gt;skyboating&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;it is the first time i use trust region.&lt;BR /&gt;i used to use levenberg marquardt, which is most popular in scientific optimization.&lt;BR /&gt;And the interface seems to be different as the classical LM. i don't know if it is possible to include also LM algorithm with traditional interface?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;hi skyboating,&lt;BR /&gt;&lt;BR /&gt;I would like to ask you. Are you interested in LM algorithm? or are you interested in new interface? Could pls you provide an example of traditional interface?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;--Nikita</description>
      <pubDate>Wed, 03 Jun 2009 08:08:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889102#M10254</guid>
      <dc:creator>Nikita_S_Intel</dc:creator>
      <dc:date>2009-06-03T08:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trust Region Algorithm</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889103#M10255</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/421793"&gt;Nikita Shustrov (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; &lt;BR /&gt;hi skyboating,&lt;BR /&gt;&lt;BR /&gt;I would like to ask you. Are you interested in LM algorithm? or are you interested in new interface? Could pls you provide an example of traditional interface?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;--Nikita&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi, Nikita,&lt;BR /&gt;thank you very much for your kind reply.&lt;BR /&gt;i am currently doing the curve fitting of two compartment model kinetic modelling.&lt;BR /&gt;What i got the first result is that the LM has different results as the Trust Region (I am not sure if i modify my codes correctly. i am still checking it) and it is obvious that LM looks better than the Trust-Region from my first results.&lt;BR /&gt;I am not sure if this compariment is fair. I am still investigating my codes.&lt;BR /&gt;I used to use LevMar(http://www.ics.forth.gr/~lourakis/levmar/) for my optimization computation.&lt;BR /&gt;The interface is provide two pointer function, one to compute function, and the other to compute the jacobian.&lt;BR /&gt;Now when i use Trust-Region, the function is not the original function, but the residual directly, i need to pay more attention for the switch, i am not sure if it is necessary.&lt;BR /&gt;Thank you very much.&lt;BR /&gt;Kuangyu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jun 2009 08:22:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889103#M10255</guid>
      <dc:creator>skyboating</dc:creator>
      <dc:date>2009-06-03T08:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trust Region Algorithm</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889104#M10256</link>
      <description>Hi Kuangyu,&lt;BR /&gt;&lt;BR /&gt;The MKL TR solvers are RCI solvers. If you are interested in Black-Box solvers (like levmar) you can submit a features request.&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;"What i got the first result is that the LM has different results as the Trust Region (I am not sure if i modify my codes correctly. i am still checking it) and it is obvious that LM looks better than the Trust-Region from my first results."&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;Its interesting. Please let me know aboutresults of your experiments.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;--Nikita</description>
      <pubDate>Wed, 03 Jun 2009 08:44:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889104#M10256</guid>
      <dc:creator>Nikita_S_Intel</dc:creator>
      <dc:date>2009-06-03T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trust Region Algorithm</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889105#M10257</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/421793"&gt;Nikita Shustrov (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 Kuangyu,&lt;BR /&gt;&lt;BR /&gt;The MKL TR solvers are RCI solvers. If you are interested in Black-Box solvers (like levmar) you can submit a features request.&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;"What i got the first result is that the LM has different results as the Trust Region (I am not sure if i modify my codes correctly. i am still checking it) and it is obvious that LM looks better than the Trust-Region from my first results."&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;Its interesting. Please let me know aboutresults of your experiments.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;--Nikita&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi, Nikita,&lt;BR /&gt;i found that it is the problem of the jocobian computation.&lt;BR /&gt;when i used the finite difference "djacobi", it works well and get the same result as LM.&lt;BR /&gt;But when i use analytical computation of Jacobian fjac, the result is wrong.&lt;BR /&gt;in your reference manual, i couldn't find the detail about the fjac.&lt;BR /&gt;i don't know if it is as well the jacobian of the residual?&lt;BR /&gt;and i don't know if it is the following sequence? (n the parameter dimention, m the residual dimentsion&lt;BR /&gt;F0,0 F0,1 .... F0,n-1&lt;BR /&gt;F1,0 F1,1 .... F1,n-1&lt;BR /&gt;.....................&lt;BR /&gt;Fm-1,0 Fm-1,1 .... Fm-1,n-1&lt;BR /&gt;in a sequence of this form?&lt;BR /&gt;thank you very much!&lt;BR /&gt;Kuangyu&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jun 2009 09:10:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889105#M10257</guid>
      <dc:creator>skyboating</dc:creator>
      <dc:date>2009-06-03T09:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trust Region Algorithm</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889106#M10258</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/430579"&gt;skyboating&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;Hi, Nikita,&lt;BR /&gt;i found that it is the problem of the jocobian computation.&lt;BR /&gt;when i used the finite difference "djacobi", it works well and get the same result as LM.&lt;BR /&gt;But when i use analytical computation of Jacobian fjac, the result is wrong.&lt;BR /&gt;in your reference manual, i couldn't find the detail about the fjac.&lt;BR /&gt;i don't know if it is as well the jacobian of the residual?&lt;BR /&gt;and i don't know if it is the following sequence? (n the parameter dimention, m the residual dimentsion&lt;BR /&gt;F0,0 F0,1 .... F0,n-1&lt;BR /&gt;F1,0 F1,1 .... F1,n-1&lt;BR /&gt;.....................&lt;BR /&gt;Fm-1,0 Fm-1,1 .... Fm-1,n-1&lt;BR /&gt;in a sequence of this form?&lt;BR /&gt;thank you very much!&lt;BR /&gt;Kuangyu&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I have tested to change transpose the fjac sequence. it now get the same result as LM.&lt;BR /&gt;cheers!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jun 2009 09:26:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889106#M10258</guid>
      <dc:creator>skyboating</dc:creator>
      <dc:date>2009-06-03T09:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trust Region Algorithm</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889107#M10259</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/430579"&gt;skyboating&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;
I have tested to change transpose the fjac sequence. it now get the same result as LM.&lt;BR /&gt;cheers!&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Great! :)&lt;BR /&gt;&lt;BR /&gt;--Nikita</description>
      <pubDate>Wed, 03 Jun 2009 10:33:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889107#M10259</guid>
      <dc:creator>Nikita_S_Intel</dc:creator>
      <dc:date>2009-06-03T10:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trust Region Algorithm</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889108#M10260</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/430579"&gt;skyboating&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;I have tested to change transpose the fjac sequence. it now get the same result as LM.&lt;BR /&gt;cheers!&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Kuangyu,&lt;BR /&gt;&lt;BR /&gt;what speed-up (if any?) do you observeby using the analytically calculated Jacobi??&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;thomas</description>
      <pubDate>Thu, 04 Jun 2009 08:17:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trust-Region-Algorithm/m-p/889108#M10260</guid>
      <dc:creator>Thomas_B_3</dc:creator>
      <dc:date>2009-06-04T08:17:53Z</dc:date>
    </item>
  </channel>
</rss>

