6 lines
166 B
Matlab
6 lines
166 B
Matlab
function showOptimizers(int)
|
|
% Show a list of EvA2 optimizers accessible through the JEInterface
|
|
% and their access ID numbers.
|
|
|
|
eva2.OptimizerFactory.showOptimizers
|