Click or drag to resize
Accord.NET (logo)

ExtendedGeneFunctionClone Method

Clone the gene.

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

Return Value

Type: IGPGene

Implements

IGPGeneClone
Remarks

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

See Also