Is fmincon open source
Ältere Kommentare anzeigen
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?
Antworten (1)
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.
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!