paper-with-me

Papers

Memetic Algorithms Beat Evolutionary Algorithms on the Class of Hurdle Problems

2018-04-17 · Phan Trung Hai Nguyen, Dirk Sudholt

Memetic algorithms are popular hybrid search heuristics that integrate local search into the search process of an evolutionary algorithm in order to combine the advantages of rapid exploitation and global optimisation. However, these algorithms are not well understood and the field is lacking a solid theoretical foundation that explains when and why memetic algorithms are effective. We provide a rigorous runtime analysis of a simple memetic algorithm, the $(1+1)$ MA, on the Hurdle problem class, a landscape class of tuneable difficulty that shows a "big valley structure", a characteristic feature of many hard problems from combinatorial optimisation. The only parameter of this class is the hurdle width w, which describes the length of fitness valleys that have to be overcome. We show that the $(1+1)$ EA requires $\Theta(n^w)$ expected function evaluations to find the optimum, whereas the $(1+1)$ MA with best-improvement and first-improvement local search can find the optimum in $\Theta(n^2+n^3/w^2)$ and $\Theta(n^3/w^2)$ function evaluations, respectively. Surprisingly, while increasing the hurdle width makes the problem harder for evolutionary algorithms, the problem becomes easier for memetic algorithms. We discuss how these findings can explain and illustrate the success of memetic algorithms for problems with big valley structures.

📄 PDF Abstract BibTeX arXiv:1804.06173

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Variations on Memetic Algorithms for Graph Coloring Problems

2014-01-08 · Laurent Moalic, Alexandre Gondran

Graph vertex coloring with a given number of colors is a well-known and much-studied NP-complete problem.The most effective methods to solve this problem are proved to be hybrid algorithms such as memetic algorithms or q…

Diversity

Graph based adaptive evolutionary algorithm for continuous optimization

2019-08-05 · Asmaa Ghoumari, Amir Nakib

he greatest weakness of evolutionary algorithms, widely used today, is the premature convergence due to the loss of population diversity over generations. To overcome this problem, several algorithms have been proposed, …

DiversityEvolutionary Algorithms

PasMoQAP: A Parallel Asynchronous Memetic Algorithm for solving the Multi-Objective Quadratic Assignment Problem

2017-06-27 · Claudio Sanhueza, Francia Jimenez, Regina Berretta, Pablo Moscato

Multi-Objective Optimization Problems (MOPs) have attracted growing attention during the last decades. Multi-Objective Evolutionary Algorithms (MOEAs) have been extensively used to address MOPs because are able to approx…

Evolutionary Algorithms

Memetic Search in Differential Evolution Algorithm

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

Differential Evolution (DE) is a renowned optimization stratagem that can easily solve nonlinear and comprehensive problems. DE is a well known and uncomplicated population based probabilistic approach for comprehensive …

Evolutionary AlgorithmsPosition

3-SAT Problem A New Memetic-PSO Algorithm

2013-06-21 · Nasser Lotfi, Jamshid Tamouk, Mina Farmanbar

3-SAT problem is of great importance to many technical and scientific applications. This paper presents a new hybrid evolutionary algorithm for solving this satisfiability problem. 3-SAT problem has the huge search space…