Adaptions of EvA2-renaming in the Matlab m-Files of JEInterface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function retInt = optimizeWith(int, optType, varargin)
|
||||
% Start a JavaEvA optimization run with specific optimizer parameter settings.
|
||||
% Start a EvA2 optimization run with specific optimizer parameter settings.
|
||||
% optimize(interface, optType, [, outputFilePrefix ] [, memName, memVal]* )
|
||||
% where
|
||||
% interface: instance of JEInterface
|
||||
@@ -54,4 +54,4 @@ else
|
||||
retInt = optimize(int, optType, output);
|
||||
int.optParams = [];
|
||||
int.optParamValues = [];
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user