Click or drag to resize
Accord.NET (logo)

GEPChromosomeTransposeIS Method

Transposition of IS elements (insertion sequence).

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
protected void TransposeIS()
Request Example View Source
Remarks

The method performs transposition of IS elements by copying randomly selected region of genes into chromosome's head (into randomly selected position). First gene of the chromosome's head is not affected - can not be selected as target point.

See Also