<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241442</link>
    <title>MATLAB Central Newsreader - FMINCON implemetation speed, also any experience with NAG?</title>
    <description>Feed for thread: FMINCON implemetation speed, also any experience with NAG?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 22 Dec 2008 15:49:35 -0500</pubDate>
      <title>FMINCON implemetation speed, also any experience with NAG?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241442#618410</link>
      <author>Eric J. Holtman</author>
      <description>I've been poking around the .m files for the Optimization Toolbox,&lt;br&gt;
and I'm wondering.... is fmincon actually implemented anywhere in&lt;br&gt;
.m code, or does it, after parameter checking, call into a routine&lt;br&gt;
coded in C, Fortran or assembler?&lt;br&gt;
&lt;br&gt;
Seems like (for the interior point method), it finally calls&lt;br&gt;
&quot;barrier&quot;, which I can't find.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I'm concerned that if it's in .m code, it might not be fast&lt;br&gt;
enough for some large problems I want to solve.  (Yes, I'm getting&lt;br&gt;
a framework and samples together to actually test this).&lt;br&gt;
&lt;br&gt;
In that vein, does anyone here have experience with Numerical&lt;br&gt;
Analysis Group's (NAG) MATLAB extensions.  I've been very happy&lt;br&gt;
using NAG products in the past, maybe this would be a better&lt;br&gt;
fit for me (my problem isn't general non-linear constrained&lt;br&gt;
optimization, it's quadratic objective, linear constraints,&lt;br&gt;
structured hessian, which quadprog won't solve efficiently &lt;br&gt;
because I can't use large-scale).  I know one the NAG functions for&lt;br&gt;
quadratics does what I want, since I used it before (directly from&lt;br&gt;
C++, not MATLAB), at a previous job</description>
    </item>
  </channel>
</rss>

