Analysis of Evolutionary Diversity Optimisation for the Maximum Matching Problem
Abstract
This paper explores the enhancement of solution diversity in evolutionary algorithms (EAs) for the maximum matching problem, concentrating on complete bipartite graphs and paths. We adopt binary string encoding for matchings and use Hamming distance to measure diversity, aiming for its maximization. Our study centers on the (μ+1)-EA and 2P-EAD, which are applied to optimize diversity. We provide a rigorous theoretical and empirical analysis of these algorithms. For complete bipartite graphs, our runtime analysis shows that, with a reasonably small μ, the (μ+1)-EA achieves maximal diversity with an expected runtime of O(μ2 m4 (m)) for the small gap case (where the population size μ is less than the difference in the sizes of the bipartite partitions) and O(μ2 m2 (m)) otherwise. For paths, we establish an upper runtime bound of O(μ3 m3). The 2P-EAD displays stronger performance, with bounds of O(μ2 m2 (m)) for the small gap case, O(μ2 n2 (n)) otherwise, and O(μ3 m2) for paths. Here, n represents the total number of vertices and m the number of edges. Our empirical studies, which examine the scaling behavior with respect to m and μ, complement these theoretical insights and suggest potential for further refinement of the runtime bounds.
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.