ICrossover Members

GeneticSharp

ICrossover Members GeneticSharp

The ICrossover type exposes the following members.

Methods

  NameDescription
Public methodCross
Cross the specified parents generating the children.
Back to Top
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