eva2/resources/MatlabInterface/@JEInterface/getIndividualTemplate.m
2011-01-17 16:40:16 +00:00

5 lines
166 B
Matlab

function template = getOptions(int)
% Return the individual template of the current optimizer which can then be configured.
template = int.mp.getIndividualTemplate;