Update stats

This commit is contained in:
Marcel Kronfeld 2011-05-04 12:42:02 +00:00
parent 21dd2fe5c8
commit 9322114b92

View File

@ -353,10 +353,6 @@ public abstract class AbstractStatistics implements InterfaceTextListener, Inter
// if (currentBestFit!= null) { // if (currentBestFit!= null) {
// if (printRunStoppedVerbosity()) printToTextListener(" Best Fitness: " + BeanInspector.toString(currentBestFit) + "\n"); // if (printRunStoppedVerbosity()) printToTextListener(" Best Fitness: " + BeanInspector.toString(currentBestFit) + "\n");
// } // }
if (optRunsPerformed >= m_StatsParams.getMultiRuns()) {
if (printFinalVerbosity()) printToTextListener("\n");
finalizeOutput();
}
fireDataListenersStartStop(optRunsPerformed, normal, false); fireDataListenersStartStop(optRunsPerformed, normal, false);
} }