Uses of Interface
com.epochx.stats.MutationStatListener

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

Uses of MutationStatListener in com.epochx.core
 

Classes in com.epochx.core that implement MutationStatListener
 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 MutationStatListener
 MutationStatListener GPAbstractModel.getMutationStatListener()
          Get a listener which will be informed of statistics about mutations.
 MutationStatListener GPModel.getMutationStatListener()
          Get a listener which will be informed of statistics about mutations.
 

Methods in com.epochx.core with parameters of type MutationStatListener
 void GPAbstractModel.setMutationStatListener(MutationStatListener mutationStatListener)
          Overwrites the default listener for mutation statistics.
 

Uses of MutationStatListener in com.epochx.model.ant
 

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

Uses of MutationStatListener in com.epochx.model.majority
 

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

Uses of MutationStatListener in com.epochx.model.multiplexer
 

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

Uses of MutationStatListener in com.epochx.model.parity
 

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

Uses of MutationStatListener in com.epochx.model.regression
 

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

Uses of MutationStatListener in com.epochx.stats
 

Fields in com.epochx.stats with type parameters of type MutationStatListener
 java.util.List<MutationStatListener> MutationStats.listeners
           
 

Methods in com.epochx.stats with parameters of type MutationStatListener
 void MutationStats.addMutationStatListener(MutationStatListener listener)
           
 void MutationStats.removeMutationStatListener(MutationStatListener listener)