TwoPointCrossover Properties

GeneticSharp

TwoPointCrossover Properties GeneticSharp
The TwoPointCrossover type exposes the following members.
Properties

  NameDescription
Public propertyChildrenNumber
Gets the number of children generated by cross.
(Inherited from CrossoverBase.)
Public propertyIsOrdered
Gets if the operator is ordered (if can keep the chromosome order).
(Inherited from CrossoverBase.)
Public propertyMinChromosomeLength
Gets the minimum length of the chromosome supported by the crossover.
(Inherited from CrossoverBase.)
Public propertyParentsNumber
Gets the number of parents need for cross.
(Inherited from CrossoverBase.)
Public propertySwapPointOneGeneIndex
Gets or sets the index of the swap point one gene.
Public propertySwapPointTwoGeneIndex
Gets or sets the index of the swap point two gene.
Back to Top
See Also