Is fmincon open source

I can check fmincon.m in Matlab, I can also find description of the code in Matlab. I was wondering if the full of the code behind this function is available to public or not? If not, what part is not revealed? Thank you very much! And how about the benchmark of fmincon vs some popular open source optimization softwares?

Answers (1)

Stephen23
Stephen23 on 10 Jan 2016
Edited: Stephen23 on 10 Jan 2016
If you can open the file then you can probably read the copyright, which looks something like this:
% Copyright 1990-2010 The MathWorks, Inc.
% $Revision: 1.1.6.11 $ $Date: 2010/05/10 17:37:58 $
The usage of this function, and every other MATLAB function, is covered by your license. The conditions of your license are agreed between you and TMW, so read your license.

Categories

Products

Asked:

on 10 Jan 2016

Edited:

on 10 Jan 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!