FIMP-HGA: A Novel Approach to Addressing the Partitioning Min-Max Weighted Matching Problem
Yuxuan Wang, Jiongzhi Zheng, Jinyao Xie, Kun He

TL;DR
This paper introduces FIMP-HGA, a hybrid genetic algorithm that efficiently solves the NP-hard Partitioning Min-Max Weighted Matching problem by combining innovative match and partition strategies, significantly improving solution quality and runtime.
Contribution
The paper presents a novel hybrid genetic algorithm with a new match algorithm and partition crossover, advancing solution methods for the PMMWM problem.
Findings
FIMP-HGA outperforms the previous MP$_{ ext{LS}}$ method in solution quality.
FIMP-HGA reduces runtime by 3 to 20 times.
Extensive experiments validate the effectiveness of the proposed approach.
Abstract
The Partitioning Min-Max Weighted Matching (PMMWM) problem, being a practical NP-hard problem, integrates the task of partitioning the vertices of a bipartite graph into disjoint sets of limited size with the classical Maximum-Weight Perfect Matching (MPWM) problem. Initially introduced in 2015, the state-of-the-art method for addressing PMMWM is the MP. In this paper, we present a novel approach, the Fast Iterative Match-Partition Hybrid Genetic Algorithm (FIMP-HGA), for addressing PMMWM. Similar to MP, FIMP-HGA divides the solving into match and partition stages, iteratively refining the solution. In the match stage, we propose the KM-M algorithm, which reduces matching complexity through incremental adjustments, significantly enhancing runtime efficiency. For the partition stage, we introduce a Hybrid Genetic Algorithm (HGA) incorporating an elite strategy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Network Packet Processing and Optimization · Algorithms and Data Compression
