UniformCrossover Properties

GeneticSharp

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

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