On memetic search for the max-mean dispersion problem
Xiangjing Lai, Jin-Kao Hao

TL;DR
This paper introduces a memetic algorithm for the NP-hard max-mean dispersion problem, demonstrating superior performance on benchmark instances by effectively combining solution recombination and local search.
Contribution
The paper proposes a novel memetic algorithm that significantly improves solution quality for MaxMeanDP, outperforming existing methods on standard benchmarks.
Findings
Achieved 59 new best results out of 60 challenging instances.
Matched or improved all known best results on 160 benchmark instances.
Successfully handled large instances with up to 5000 elements.
Abstract
Given a set of elements and a distance matrix among elements, the max-mean dispersion problem (MaxMeanDP) consists in selecting a subset from such that the mean dispersion (or distance) among the selected elements is maximized. Being a useful model to formulate several relevant applications, MaxMeanDP is known to be NP-hard and thus computationally difficult. In this paper, we present a highly effective memetic algorithm for MaxMeanDP which relies on solution recombination and local optimization to find high quality solutions. Computational experiments on the set of 160 benchmark instances with up to 1000 elements commonly used in the literature show that the proposed algorithm improves or matches the published best known results for all instances in a short computing time, with only one exception, while achieving a high success rate of 100\%. In…
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
TopicsVehicle Routing Optimization Methods · Optimization and Packing Problems · Advanced Optimization Algorithms Research
