Undo debug output

This commit is contained in:
Marcel Kronfeld 2008-06-10 09:04:41 +00:00
parent 10bfb25e4b
commit a831d85ed1

View File

@ -91,7 +91,7 @@ public class SimpleProblemWrapper extends AbstractOptimizationProblem {
Object[] args = new Object[2];
args[0] = m_plot;
args[1] = bestIndy;
System.out.println(population.getBestEAIndividual().getStringRepresentation());
// System.out.println(population.getBestEAIndividual().getStringRepresentation());
BeanInspector.callIfAvailable(simProb, plotFunc, args);
}
repaintCnt = 0;