Uses of Interface
com.epochx.stats.RunStatListener

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

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

Methods in com.epochx.core with parameters of type RunStatListener
 void GPAbstractModel.setRunStatListener(RunStatListener runStatListener)
          Overwrites the default listener for run statistics.
 

Uses of RunStatListener in com.epochx.model.ant
 

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

Uses of RunStatListener in com.epochx.model.majority
 

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

Uses of RunStatListener in com.epochx.model.multiplexer
 

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

Uses of RunStatListener in com.epochx.model.parity
 

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

Uses of RunStatListener in com.epochx.model.regression
 

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

Uses of RunStatListener in com.epochx.stats
 

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

Methods in com.epochx.stats with parameters of type RunStatListener
 void RunStats.addRunStatListener(RunStatListener listener)
           
 void RunStats.removeRunStatListener(RunStatListener listener)