Uses of Interface
com.epochx.life.MutationListener

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

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

Uses of MutationListener in com.epochx.life
 

Subinterfaces of MutationListener 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 MutationListener
 void LifeCycleManager.addMutationListener(MutationListener<TYPE> listener)
           
 void LifeCycleManager.removeMutationListener(MutationListener<TYPE> listener)
           
 

Uses of MutationListener in com.epochx.model.ant
 

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

Uses of MutationListener in com.epochx.model.majority
 

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

Uses of MutationListener in com.epochx.model.multiplexer
 

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

Uses of MutationListener in com.epochx.model.parity
 

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

Uses of MutationListener in com.epochx.model.regression
 

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