5 lines
166 B
Matlab
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;
|