PartiallyMappedCrossover Properties | GeneticSharp |
The PartiallyMappedCrossover 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.) |
See Also