2008-04-02 12:36:34 +00:00

6 lines
148 B
Matlab

function b = getProgress(int)
% Returns the number of function calls performed during optimization (not
% post processing)
b = int.mp.getProgress;