Package com.epochx.life

Interface Summary
CrossoverListener<TYPE>  
ElitismListener<TYPE>  
GenerationListener  
InitialisationListener<TYPE>  
LifeCycleListener<TYPE> Implementations of LifeCycleListener can be used to listen for events throughout the life of a GE run.
MutationListener<TYPE>  
PoolSelectionListener<TYPE>  
ReproductionListener<TYPE>  
RunListener  
TerminationListener  
 

Class Summary
LifeCycleManager<TYPE> The life cycle manager's job is to keep track of all those objects that want to be informed about life cycle events and to let them know when events happen.