Package com.epochx.stats

Interface Summary
CrossoverStatListener CrossoverStatsListener uses the listener pattern to provide a flexible way of accessing statistics about crossover operations that occur.
GenerationStatListener GenerationStatsListener uses the listener pattern to provide a flexible way of accessing statistics about each generation.
MutationStatListener MutationStatsListener uses the listener pattern to provide a flexible way of accessing statistics about each run.
RunStatListener RunStatsListener uses the listener pattern to provide a flexible way of accessing statistics about each run.
 

Class Summary
CrossoverStats<TYPE>  
GenerationStats<TYPE>  
MutationStats<TYPE>  
RunStats<TYPE>  
 

Enum Summary
CrossoverStatField This enum gives all the available crossover statistics that can be requested.
GenerationStatField This enum gives all the available generation statistics that can be requested.
MutationStatField This enum gives all the available mutation statistics that can be requested.
RunStatField This enum gives all the available run statistics that can be requested.