AForge.Genetic.GEPChromosome.Clone C# (CSharp) Méthode

Clone() public méthode

Clone the chromosome.

The method clones the chromosome returning the exact copy of it.

public Clone ( ) : IChromosome
Résultat IChromosome
		public override IChromosome Clone( )
		{
			return new GEPChromosome( this );
		}