paper-with-me

Papers

Variable Population Memetic Search: A Case Study on the Critical Node Problem

2019-09-12 · Yangming Zhou, Jin-Kao Hao, Zhang-Hua Fu, Zhe Wang, Xiangjing Lai

Population-based memetic algorithms have been successfully applied to solve many difficult combinatorial problems. Often, a population of fixed size was used in such algorithms to record some best solutions sampled during the search. However, given the particular features of the problem instance under consideration, a population of variable size would be more suitable to ensure the best search performance possible. In this work, we propose variable population memetic search (VPMS), where a strategic population sizing mechanism is used to dynamically adjust the population size during the memetic search process. Our VPMS approach starts its search from a small population of only two solutions to focus on exploitation, and then adapts the population size according to the search status to continuously influence the balancing between exploitation and exploration. We illustrate an application of the VPMS approach to solve the challenging critical node problem (CNP). We show that the VPMS algorithm integrating a variable population, an effective local optimization procedure (called diversified late acceptance search) and a backbone-based crossover operator performs very well compared to state-of-the-art CNP algorithms. The algorithm is able to discover new upper bounds for 13 instances out of the 42 popular benchmark instances, while matching 23 previous best-known upper bounds.

📄 PDF Abstract BibTeX arXiv:1909.08691

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Randomized Memetic Artificial Bee Colony Algorithm

2014-08-01 · Sandeep Kumar, Vivek Kumar Sharma, Rajani Kumari

Artificial Bee Colony (ABC) optimization algorithm is one of the recent population based probabilistic approach developed for global optimization. ABC is simple and has been showed significant improvement over other Natu…

global-optimization

A PSO and Pattern Search based Memetic Algorithm for SVMs Parameters Optimization

2014-01-09 · Yukun Bao, Zhongyi Hu, Tao Xiong

Addressing the issue of SVMs parameters optimization, this study proposes an efficient memetic algorithm based on Particle Swarm Optimization algorithm (PSO) and Pattern Search (PS). In the proposed memetic algorithm, PS…

Memetic algorithms for Spatial Partitioning problems

2022-08-04 · Subhodip Biswas, Fanglan Chen, Zhiqian Chen, Chang-Tien Lu 외

Spatial optimization problems (SOPs) are characterized by spatial relationships governing the decision variables, objectives, and/or constraint functions. In this article, we focus on a specific type of SOP called spatia…

Future Trends in the Design of Memetic Algorithms: the Case of the Linear Ordering Problem

2024-05-14 · Lázaro Lugo, Carlos Segura, Gara Miranda

The way heuristic optimizers are designed has evolved over the decades, as computing power has increased. Such has been the case for the Linear Ordering Problem (LOP), a field in which trajectory-based strategies led the…

Genetic and Memetic Algorithm with Diversity Equilibrium based on Greedy Diversification

2017-02-12 · Andrés Herrera-Poyatos, Francisco Herrera

The lack of diversity in a genetic algorithm's population may lead to a bad performance of the genetic operators since there is not an equilibrium between exploration and exploitation. In those cases, genetic algorithms …

Diversity