Uses of Interface
com.epochx.stats.GenerationStatListener

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

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

Methods in com.epochx.core with parameters of type GenerationStatListener
 void GPAbstractModel.setGenerationStatListener(GenerationStatListener generationStatListener)
          Overwrites the default listener for generation statistics.
 

Uses of GenerationStatListener in com.epochx.model.ant
 

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

Uses of GenerationStatListener in com.epochx.model.majority
 

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

Uses of GenerationStatListener in com.epochx.model.multiplexer
 

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

Uses of GenerationStatListener in com.epochx.model.parity
 

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

Uses of GenerationStatListener in com.epochx.model.regression
 

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

Uses of GenerationStatListener in com.epochx.stats
 

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

Methods in com.epochx.stats with parameters of type GenerationStatListener
 void GenerationStats.addGenerationStatListener(GenerationStatListener listener)
           
 void GenerationStats.removeGenerationStatListener(GenerationStatListener listener)