EncogLogging.log(e);
}
// handle any errors that might have happened in the threads
if (this.reportedError != null && !getShouldIgnoreExceptions()) {
throw new GeneticError(this.reportedError);
}
// validate, if requested
if (isValidationMode()) {
if (this.oldBestGenome != null