Dominance Based Crossover Operator for Evolutionary Multi-objective Algorithms
Olga Roudenko, Marc Schoenauer
TL;DR
The paper addresses restricted mating in Evolutionary Multi-objective Algorithms by introducing Dominance-Based Crossover (DBX), which restricts matings to pairs where a non-dominated individual is paired with a dominated partner and then applies BLX-$\alpha$ crossover. Two DBX variants, Symmetric DBX and Biased DBX, differ in the sampling of the BLX parameter $\phi_i$, biasing offspring toward the dominant parent. Evaluations on ZDT bi-objective benchmarks and an industrial constrained problem (EAmultipla) show that DBX yields a small but consistent acceleration toward the Pareto set and can improve extreme front sampling in constrained problems, with biased DBX performing particularly well in the presence of feasibility constraints. The work suggests that dominance-guided mating is a lightweight, transferable enhancement for EMAs and motivates further validation with other EMAs, crossover operators, and many-objective scenarios.
Abstract
In spite of the recent quick growth of the Evolutionary Multi-objective Optimization (EMO) research field, there has been few trials to adapt the general variation operators to the particular context of the quest for the Pareto-optimal set. The only exceptions are some mating restrictions that take in account the distance between the potential mates - but contradictory conclusions have been reported. This paper introduces a particular mating restriction for Evolutionary Multi-objective Algorithms, based on the Pareto dominance relation: the partner of a non-dominated individual will be preferably chosen among the individuals of the population that it dominates. Coupled with the BLX crossover operator, two different ways of generating offspring are proposed. This recombination scheme is validated within the well-known NSGA-II framework on three bi-objective benchmark problems and one real-world bi-objective constrained optimization problem. An acceleration of the progress of the population toward the Pareto set is observed on all problems.
