ICrossover Properties

GeneticSharp

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

  NameDescription
Public propertyChildrenNumber
Gets the number of children generated by cross.
Public propertyIsOrdered
Gets if the operator is ordered (if can keep the chromosome order).
(Inherited from IChromosomeOperator.)
Public propertyMinChromosomeLength
Gets the minimum length of the chromosome supported by the crossover.
Public propertyParentsNumber
Gets the number of parents need for cross.
Back to Top
See Also