Uses of Interface
com.epochx.life.LifeCycleListener

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

Uses of LifeCycleListener in com.epochx.core
 

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

Methods in com.epochx.core that return LifeCycleListener
 LifeCycleListener<TYPE> GPAbstractModel.getLifeCycleListener()
          Default implementation returns this model as the life cycle listener.
 LifeCycleListener<TYPE> GPModel.getLifeCycleListener()
          Get a listener which will be informed of each stage of a GP run's life cycle, and given the facility to confirm or modify each step.
 

Methods in com.epochx.core with parameters of type LifeCycleListener
 void GPAbstractModel.setLifeCycleListener(LifeCycleListener<TYPE> lifeCycleListener)
          Overwrites the default life cycle listener.
 

Uses of LifeCycleListener in com.epochx.model.ant
 

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

Uses of LifeCycleListener in com.epochx.model.majority
 

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

Uses of LifeCycleListener in com.epochx.model.multiplexer
 

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

Uses of LifeCycleListener in com.epochx.model.parity
 

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

Uses of LifeCycleListener in com.epochx.model.regression
 

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