org.jgap.audit
Class EvolutionEvaluator
- java.lang.Object
-
- org.jgap.audit.EvolutionEvaluator
-
public class EvolutionEvaluator extends java.lang.ObjectEvaluates evolution progress thas has previously been tracked by EvolutionMonitor (or a similar instance). This class regards a complete evolution, not just a single round. This is an optional way, another would be to just gather data per round and then display or evaluate the round-specific data. This class considers global (complete evolution) data because computations are executed on this data, like tracking chromosomes, evaluating the progress of selectors or genetic operators, etc.- Since:
- 3.5
-
-
Constructor Summary
Constructors Constructor and Description EvolutionEvaluator(PopulationHistoryIndexed a_monitorData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidevaluate()
-
-
-
Constructor Detail
-
EvolutionEvaluator
public EvolutionEvaluator(PopulationHistoryIndexed a_monitorData)
-
-
DMelt 3.0 © DataMelt by jWork.ORG