paper-with-me

홈 › Papers

OneMax is not the Easiest Function for Fitness Improvements

2022-04-14 · Marc Kaufmann, Maxime Larcher, Johannes Lengler, Xun Zou

We study the $(1:s+1)$ success rule for controlling the population size of the $(1,\lambda)$-EA. It was shown by Hevia Fajardo and Sudholt that this parameter control mechanism can run into problems for large $s$ if the fitness landscape is too easy. They conjectured that this problem is worst for the OneMax benchmark, since in some well-established sense OneMax is known to be the easiest fitness landscape. In this paper we disprove this conjecture and show that OneMax is not the easiest fitness landscape with respect to finding improving steps. As a consequence, we show that there exists $s$ and $\varepsilon$ such that the self-adjusting $(1,\lambda)$-EA with $(1:s+1)$-rule optimizes OneMax efficiently when started with $\varepsilon n$ zero-bits, but does not find the optimum in polynomial time on Dynamic BinVal. Hence, we show that there are landscapes where the problem of the $(1:s+1)$-rule for controlling the population size of the $(1, \lambda)$-EA is more severe than for OneMax.

📄 PDF Abstract BibTeX arXiv:2204.07017

Code (1)

zuxu/onelambdaea 공식 구현

Similar Papers 제목 키워드 기반

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

Frequency Fitness Assignment: Making Optimization Algorithms Invariant under Bijective Transformations of the Objective Function Value

2020-01-06 · Thomas Weise, Zhize Wu, Xinlu Li, Yan Chen

Under Frequency Fitness Assignment (FFA), the fitness corresponding to an objective value is its encounter frequency in fitness assignment steps and is subject to minimization. FFA renders optimization processes invarian…

Job Shop SchedulingScheduling

How Crossover Speeds Up Building-Block Assembly in Genetic Algorithms

2014-03-26 · Dirk Sudholt

We re-investigate a fundamental question: how effective is crossover in Genetic Algorithms in combining building blocks of good solutions? Although this has been discussed controversially for decades, we are still lackin…

Evolutionary Algorithms

Unbiased Black-Box Complexities of Jump Functions

2014-03-30 · Benjamin Doerr, Carola Doerr, Timo Kötzing

We analyze the unbiased black-box complexity of jump functions with small, medium, and large sizes of the fitness plateau surrounding the optimal solution. Among other results, we show that when the jump size is $(1/2 …

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