Undo debug output
This commit is contained in:
parent
10bfb25e4b
commit
a831d85ed1
@ -91,7 +91,7 @@ public class SimpleProblemWrapper extends AbstractOptimizationProblem {
|
|||||||
Object[] args = new Object[2];
|
Object[] args = new Object[2];
|
||||||
args[0] = m_plot;
|
args[0] = m_plot;
|
||||||
args[1] = bestIndy;
|
args[1] = bestIndy;
|
||||||
System.out.println(population.getBestEAIndividual().getStringRepresentation());
|
// System.out.println(population.getBestEAIndividual().getStringRepresentation());
|
||||||
BeanInspector.callIfAvailable(simProb, plotFunc, args);
|
BeanInspector.callIfAvailable(simProb, plotFunc, args);
|
||||||
}
|
}
|
||||||
repaintCnt = 0;
|
repaintCnt = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user