Tuning SimpleProblemWrapper.

This commit is contained in:
Marcel Kronfeld 2008-07-15 08:23:44 +00:00
parent 982caa7f4c
commit 66d02fa404

View File

@ -122,6 +122,7 @@ public class SimpleProblemWrapper extends AbstractOptimizationProblem {
bestIndy = null;
initTemplate();
setSimpleProblem(getSimpleProblem()); // possibly create plot
BeanInspector.callIfAvailable(simProb, "initProblem", null); // possibly call initProblem of subproblem
}
protected void initTemplate() {