Small addition to the Matlab interface

This commit is contained in:
Marcel Kronfeld 2011-01-17 16:40:16 +00:00
parent be15f88802
commit af42465438

View File

@ -0,0 +1,4 @@
function template = getOptions(int)
% Return the individual template of the current optimizer which can then be configured.
template = int.mp.getIndividualTemplate;