CrossoverBase Properties
From GeneticSharp
| CrossoverBase Properties | GeneticSharp |
The CrossoverBase type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| ChildrenNumber |
Gets the number of children generated by cross.
| |
| IsOrdered |
Gets if the operator is ordered (if can keep the chromosome order).
| |
| MinChromosomeLength |
Gets the minimum length of the chromosome supported by the crossover.
| |
| ParentsNumber |
Gets the number of parents need for cross.
|
See Also