Latest JEInterface

This commit is contained in:
Marcel Kronfeld
2008-04-02 12:36:34 +00:00
parent 11258ddbbf
commit 17411d6775
12 changed files with 311 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
function b = getProgress(int)
% Returns the number of function calls performed during optimization (not
% post processing)
b = int.mp.getProgress;