override void GEP::Core::Common::GeneticOperators::Mutation::Apply ( Genotype[]  parameters,
int[]  selectionIndexes 
) [inline, virtual]

Applies the genetic operator to parameters .

Parameters:
parameters The array of genotypes the operator should be applied to.
selectionIndexes The indexes of genotypes from parameters to be subjected to the genetic operator.
In this case of Apply the genetic operator does not create new genotypes.

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

Definition at line 101 of file Mutation.cs.

References GEP::Core::Common::Genotype::_linearStructure, GEP::Core::Common::Genotype::GeneLength, GEP::Core::Common::Genotype::HeadLength, GEP::Core::Common::Genotype::N_Genes, and GEP::Core::Common::Genotype::TailLength.

GEP .NET Framwork Main Page
SourceForge.net Logo