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

@@ -1,4 +1,9 @@
function int = stopOptimize(int)
% Stop a running optimization
int.mp.stopOptimize
%disp('in Stop!');
int.mp.stopOptimize;
%if (~isempty(int.mediator))
% int.mediator.quit; % just in case
% int.mediator='';
%end