Adaptions of EvA2-renaming in the Matlab m-Files of JEInterface
This commit is contained in:
@@ -2,9 +2,9 @@ function desc = getDesc(int, ID)
|
||||
% Return the String description of an indicated optimizer
|
||||
% with member descriptions.
|
||||
|
||||
import javaeva.gui.BeanInspector;
|
||||
import javaeva.server.modules.GOParameters;
|
||||
import javaeva.OptimizerFactory;
|
||||
import eva2.gui.BeanInspector;
|
||||
import eva2.server.modules.GOParameters;
|
||||
import eva2.OptimizerFactory;
|
||||
|
||||
params = OptimizerFactory.getParams(ID, int.mp);
|
||||
desc = BeanInspector.getDescription(params.getOptimizer, false);
|
||||
|
Reference in New Issue
Block a user