Uses of Interface
com.epochx.life.ReproductionListener

Packages that use ReproductionListener
com.epochx.core   
com.epochx.life   
com.epochx.model.ant   
com.epochx.model.majority   
com.epochx.model.multiplexer   
com.epochx.model.parity   
com.epochx.model.regression   
 

Uses of ReproductionListener in com.epochx.core
 

Classes in com.epochx.core that implement ReproductionListener
 class GPAbstractModel<TYPE>
          GPAbstractModel is a partial implementation of GPModel which provides sensible defaults for many of the necessary control parameters.
 

Uses of ReproductionListener in com.epochx.life
 

Subinterfaces of ReproductionListener in com.epochx.life
 interface LifeCycleListener<TYPE>
          Implementations of LifeCycleListener can be used to listen for events throughout the life of a GE run.
 

Methods in com.epochx.life with parameters of type ReproductionListener
 void LifeCycleManager.addReproductionListener(ReproductionListener<TYPE> listener)
           
 void LifeCycleManager.removeReproductionListener(ReproductionListener<TYPE> listener)
           
 

Uses of ReproductionListener in com.epochx.model.ant
 

Classes in com.epochx.model.ant that implement ReproductionListener
 class SantaFeTrail
           
 

Uses of ReproductionListener in com.epochx.model.majority
 

Classes in com.epochx.model.majority that implement ReproductionListener
 class Majority5
           
 class Majority9
           
 

Uses of ReproductionListener in com.epochx.model.multiplexer
 

Classes in com.epochx.model.multiplexer that implement ReproductionListener
 class Multiplexer11Bit
           
 class Multiplexer20Bit
           
 class Multiplexer37Bit
           
 class Multiplexer6Bit
           
 

Uses of ReproductionListener in com.epochx.model.parity
 

Classes in com.epochx.model.parity that implement ReproductionListener
 class Even4Parity
           
 class Even5Parity
           
 class Even7Parity
           
 

Uses of ReproductionListener in com.epochx.model.regression
 

Classes in com.epochx.model.regression that implement ReproductionListener
 class CubicRegression
           
 class QuarticRegression