6 lines
148 B
Matlab
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;
|