PartiallyMappedCrossover Class | GeneticSharp |
Partially mapped crossover (PMX).
The partially-mapped crossover operator was suggested by Gold- berg and Lingle (1985).
It passes on ordering and value information from the parent tours to the offspring tours.
A portion of one parent’s string is mapped onto a portion of the other parent’s string and the remaining information is exchanged.
Genetic Algorithms for the Travelling Salesman Problem - A Review of Representations and Operators
Remarks
Inheritance Hierarchy
GeneticSharp.Domain.Crossovers PartiallyMappedCrossover
Namespace: GeneticSharp.Domain.Crossovers
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
See Also