A New Approach to Population Sizing for Memetic Algorithms: A Case Study for the Multidimensional Assignment Problem
Daniel Karapetyan, Gregory Gutin

TL;DR
This paper introduces an adjustable population size method for memetic algorithms, tailored to instance-specific running times and local search durations, improving performance on the NP-hard Multidimensional Assignment Problem.
Contribution
It proposes a novel population sizing approach based on runtime and local search time, with a procedure to tune coefficients, enhancing memetic algorithm flexibility and efficiency.
Findings
Outperforms existing algorithms across various instances
Adapts well to different sizes and types of problems
Demonstrates significant efficiency improvements in experiments
Abstract
Memetic Algorithms are known to be a powerful technique in solving hard optimization problems. To design a memetic algorithm one needs to make a host of decisions; selecting a population size is one of the most important among them. Most algorithms in the literature fix the population size to a certain constant value. This reduces the algorithm's quality since the optimal population size varies for different instances, local search procedures and running times. In this paper we propose an adjustable population size. It is calculated as a function of the running time of the whole algorithm and the average running time of the local search for the given instance. Note that in many applications the running time of a heuristic should be limited and therefore we use this limit as a parameter of the algorithm. The average running time of the local search procedure is obtained during the…
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.
