Learn R Programming

ecr (version 1.0)

setupPMXRecombinator: Generator of the Partially-Mapped-Crossover (PMX) recombination operator.

Description

This recombination operator is specifically designed for permutations. The operators chooses two cut-points at random and generates two offspring as follows: a) copy the subsequence of one parent and b) fill the remaining positions while preserving the order and position of as many genes as possible.

Usage

setupPMXRecombinator()

Arguments

Value

[ecr_recombinator]

See Also

Other recombinators: setupCrossoverRecombinator, setupIntermediateRecombinator, setupNullRecombinator, setupOXRecombinator, setupSBXRecombinator