de.kumpe.hadooptimizer.impl
Interface ReportingHalterWrapper.Reporter<I>

Type Parameters:
I - the individuals' type
All Superinterfaces:
Serializable
All Known Implementing Classes:
LiveHistoryPanelReporter, LoggingReporter, NeuronalNetEvaluator, ResultReporterPanel, TextFileReporter
Enclosing class:
ReportingHalterWrapper<I>

public static interface ReportingHalterWrapper.Reporter<I>
extends Serializable

The ReportingHalterWrapper.Reporter is used by the ReportingHalterWrapper to report about the passed evaluation-results every cycle.

Author:
Christian Kumpe

Method Summary
 void report(Collection<EvaluationResult<I>> evaluationResults)
           
 

Method Detail

report

void report(Collection<EvaluationResult<I>> evaluationResults)


Copyright © 2011 Christian Kumpe. All Rights Reserved.