paper-with-me

Papers

On Non-Elitist Evolutionary Algorithms Optimizing Fitness Functions with a Plateau

2020-04-18 · Anton V. Eremeev

We consider the expected runtime of non-elitist evolutionary algorithms (EAs), when they are applied to a family of fitness functions with a plateau of second-best fitness in a Hamming ball of radius r around a unique global optimum. On one hand, using the level-based theorems, we obtain polynomial upper bounds on the expected runtime for some modes of non-elitist EA based on unbiased mutation and the bitwise mutation in particular. On the other hand, we show that the EA with fitness proportionate selection is inefficient if the bitwise mutation is used with the standard settings of mutation probability.

📄 PDF Abstract BibTeX arXiv:2004.09491

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Fast Estimations of Hitting Time of Elitist Evolutionary Algorithms from Fitness Levels

2023-11-17 · Jun He, Siang Yew Chong, Xin Yao

The fitness level method is an easy-to-use tool for estimating the hitting time of elitist evolutionary algorithms. Recently, linear lower and upper bounds by fitness levels have been constructed. But these bounds requir…

Evolutionary Algorithms

On the Easiest and Hardest Fitness Functions

2012-03-28 · Jun He, Tianshi Chen, Xin Yao

The hardness of fitness functions is an important research topic in the field of evolutionary computation. In theory, the study can help understanding the ability of evolutionary algorithms. In practice, the study may pr…

Evolutionary Algorithms

Average Drift Analysis and Population Scalability

2013-08-14 · Jun He, Xin Yao

This paper aims to study how the population size affects the computation time of evolutionary algorithms in a rigorous way. The computation time of an evolutionary algorithm can be measured by either the expected number …

Evolutionary Algorithms

Quantum-Enhanced Selection Operators for Evolutionary Algorithms

2022-06-21 · David Von Dollen, Sheir Yarkoni, Daniel Weimer, Florian Neukart 외

Genetic algorithms have unique properties which are useful when applied to black box optimization. Using selection, crossover, and mutation operators, candidate solutions may be obtained without the need to calculate a g…

Evolutionary Algorithms

Drift Analysis with Fitness Levels for Elitist Evolutionary Algorithms

2023-09-02 · Jun He, Yuren Zhou

The fitness level method is a popular tool for analyzing the hitting time of elitist evolutionary algorithms. Its idea is to divide the search space into multiple fitness levels and estimate lower and upper bounds on the…

Evolutionary Algorithms