Package com.epochx.op.crossover

Interface Summary
Crossover<TYPE> This interface defines the structure which specific crossover operations can implement to provide different methods of crossing over two CandidatePrograms.
 

Class Summary
KozaCrossover<TYPE> This class implements a Koza style crossover operation on two CandidatePrograms.
UniformPointCrossover<TYPE> This class implements standard crossover with uniform swap points.