PartiallyMappedCrossover Class

GeneticSharp

PartiallyMappedCrossover Class GeneticSharp
Partially mapped crossover (PMX).
Remarks

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. OnlineGenetic Algorithms for the Travelling Salesman Problem - A Review of Representations and Operators
Inheritance Hierarchy

OnlineSystem Object  GeneticSharp.Domain.Crossovers CrossoverBase
    GeneticSharp.Domain.Crossovers PartiallyMappedCrossover

Namespace: GeneticSharp.Domain.Crossovers
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public class PartiallyMappedCrossover : CrossoverBase
public class PartiallyMappedCrossover : CrossoverBase
See Also