TwoPointCrossover Properties | GeneticSharp |
The TwoPointCrossover type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
ChildrenNumber |
Gets the number of children generated by cross.
(Inherited from CrossoverBase.) | |
IsOrdered |
Gets if the operator is ordered (if can keep the chromosome order).
(Inherited from CrossoverBase.) | |
MinChromosomeLength |
Gets the minimum length of the chromosome supported by the crossover.
(Inherited from CrossoverBase.) | |
ParentsNumber |
Gets the number of parents need for cross.
(Inherited from CrossoverBase.) | |
SwapPointOneGeneIndex |
Gets or sets the index of the swap point one gene.
| |
SwapPointTwoGeneIndex |
Gets or sets the index of the swap point two gene.
|
See Also