Click or drag to resize
Accord.NET (logo)

ChromosomeBaseClone Method

Clone the chromosome.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public abstract IChromosome Clone()
Request Example View Source

Return Value

Type: IChromosome

Implements

IChromosomeClone
Remarks

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

See Also