Package ec.coevolve

Interface Summary
GroupedProblemForm GroupedProblemForm is an interface which defines methods for Problems to implement simple coevolutionary evaluation.
IncrementalFitness IncrementalFitness.java Incremental Fitness is an interface which defines a way that a fitness can be based on more than one assessment.
 

Class Summary
CompetitiveEvaluator CompetitiveEvaluator.java
IncrementalAveragedFitness IncrementalAveragedFitness is a SimpleFitness which adheres to the IncrementalFitness protocol, then bases its fitness value on the average results of each of the updateFitness() methods received.