Updating the JEInterface Matlab code
This commit is contained in:
parent
22f50cb45d
commit
c6da979e51
@ -104,8 +104,7 @@ try
|
||||
stopOptimization=1;
|
||||
end
|
||||
int.mediator.setAnswer(res);
|
||||
%disp('answer provided');
|
||||
drawnow;
|
||||
if (createStopBox == 1) ; drawnow; end;
|
||||
if ((stopOptimization==1) && (stopOnce==1))
|
||||
disp('User interrupt requested ...');
|
||||
stopOptimize(int);
|
||||
@ -141,6 +140,7 @@ if nontoolboxopt == 1,
|
||||
if createStopBox==1
|
||||
if (ishandle(boxHandle)) , close(boxHandle); end
|
||||
end
|
||||
clear boxHandle
|
||||
clear global stopOptimization
|
||||
end
|
||||
% disp('runEvalLoop done');
|
||||
|
Loading…
x
Reference in New Issue
Block a user