com.epochx.life
Interface GenerationListener

All Known Subinterfaces:
LifeCycleListener<TYPE>
All Known Implementing Classes:
CubicRegression, Even4Parity, Even5Parity, Even7Parity, GPAbstractModel, GPCrossover, GPElitism, GPMutation, GPPoolSelection, GPReproduction, KozaCrossover, Majority5, Majority9, Multiplexer11Bit, Multiplexer20Bit, Multiplexer37Bit, Multiplexer6Bit, QuarticRegression, SantaFeTrail, UniformPointCrossover

public interface GenerationListener


Method Summary
 void onGenerationStart()
          Called at the start of each generation.
 

Method Detail

onGenerationStart

void onGenerationStart()
Called at the start of each generation. Note that this method is called before the generation statistics are generated so any generation statistics will be created based upon the population returned here.

Parameters:
pop - the population as it stands after the previous generation.