Uses of Interface
com.epochx.life.InitialisationListener

Packages that use InitialisationListener
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 InitialisationListener in com.epochx.core
 

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

Uses of InitialisationListener in com.epochx.life
 

Subinterfaces of InitialisationListener 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 InitialisationListener
 void LifeCycleManager.addInitialisationListener(InitialisationListener<TYPE> listener)
           
 void LifeCycleManager.removeInitialisationListener(InitialisationListener<TYPE> listener)
           
 

Uses of InitialisationListener in com.epochx.model.ant
 

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

Uses of InitialisationListener in com.epochx.model.majority
 

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

Uses of InitialisationListener in com.epochx.model.multiplexer
 

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

Uses of InitialisationListener in com.epochx.model.parity
 

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

Uses of InitialisationListener in com.epochx.model.regression
 

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