CrossoverBase Properties

GeneticSharp

CrossoverBase Properties GeneticSharp
The CrossoverBase 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).
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