TwoPointCrossover Constructor (Int32, Int32) | GeneticSharp |
Initializes a new instance of the TwoPointCrossover class.
Namespace: GeneticSharp.Domain.CrossoversAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- swapPointOneGeneIndex
- Type: System Int32
Swap point one gene index.
- swapPointTwoGeneIndex
- Type: System Int32
Swap point two gene index.
See Also