Clone the chromosome.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public override IChromosome Clone() |
Return Value
Return’s clone of the chromosome.Implements
IChromosome..::.Clone()()()
Remarks
The method clones the chromosome returning the exact copy of it.