@SuppressWarnings("deprecation")
@Override
public ParameterBlock getExperimentParameters() {
ParameterBlock result = new ParameterBlock();
List<IModelInstrumenter> modelInstrumenters = new ArrayList<>();
IModelInstrumenter mi =
optimizationProblem.getResponseObsModelInstrumenter();
if (mi != null) {
modelInstrumenters.add(mi);
}
result.addSubBlock(ExperimentVariables.MODEL_INSTRUMENTERS,