ICrossover Members | GeneticSharp |
The ICrossover type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Cross |
Cross the specified parents generating the children.
|
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).
(Inherited from IChromosomeOperator.) | |
MinChromosomeLength |
Gets the minimum length of the chromosome supported by the crossover.
| |
ParentsNumber |
Gets the number of parents need for cross.
|
See Also