Package com.epochx.op.initialisation

Interface Summary
Initialiser<TYPE> Implementations of this interface should be capable of generating an initial population of CandidatePrograms.
 

Class Summary
FullInitialiser<TYPE> Initialisation implementation which produces full program trees.
GrowInitialiser<TYPE> Initialisation implementation which randomly grows program trees down to a maximum depth.
RampedHalfAndHalfInitialiser<TYPE> Initialisation implementation which uses a combination of full and grow initialisers to create an initial population of CandidatePrograms.