override void GEP::Core::Common::GeneticOperators::Elitism::Apply ( Genotype[]  parameters,
int[]  selectionIndexes,
Genotype[]  destination,
ref int  destIndex 
) [inline, virtual]

Applies the genetic operator to parameters and new offspring is stored in destination .

Parameters:
parameters The array of genotypes the operator should be applied on.
selectionIndexes The indexes of genotypes from parameters to be subjected to the genetic operator.
destination The destination set of genotypes to accept the newly created offspring.
destIndex The starting index in destination where the result will be stored.
In this case of Apply the genetic operator creates new offspring.

Implements GEP::Core::Common::GeneticOperators::GeneticOperator.

Definition at line 28 of file Elitism.cs.

References GEP::Core::Common::Genotype::Clone().

Here is the call graph for this function:

GEP .NET Framwork Main Page
SourceForge.net Logo