metaheuristic_designer.operators.operator_functions.permutation#
Permutation-specific genetic operators (mutations and crossover).
Functions
|
Reverse the order of a random contiguous segment in each individual. |
|
Order Crossover (OX) for permutation chromosomes. |
|
Core OX operation for a single pair of parents. |
|
Randomly permute |
|
Partially Mapped Crossover (PMX) for permutation chromosomes. |
|
Core PMX operation for a single pair of parents. |
|
Cyclically shift (roll) a random segment of each individual. |