paper-with-me

Papers

When Non-Elitism Meets Time-Linkage Problems

2021-04-14 · Weijie Zheng, Qiaozhi Zhang, Huanhuan Chen, Xin Yao

Many real-world applications have the time-linkage property, and the only theoretical analysis is recently given by Zheng, et al. (TEVC 2021) on their proposed time-linkage OneMax problem, OneMax$_{(0,1^n)}$. However, only two elitist algorithms (1+1)EA and ($\mu$+1)EA are analyzed, and it is unknown whether the non-elitism mechanism could help to escape the local optima existed in OneMax$_{(0,1^n)}$. In general, there are few theoretical results on the benefits of the non-elitism in evolutionary algorithms. In this work, we analyze on the influence of the non-elitism via comparing the performance of the elitist (1+$\lambda$)EA and its non-elitist counterpart (1,$\lambda$)EA. We prove that with probability $1-o(1)$ (1+$\lambda$)EA will get stuck in the local optima and cannot find the global optimum, but with probability $1$, (1,$\lambda$)EA can reach the global optimum and its expected runtime is $O(n^{3+c}\log n)$ with $\lambda=c \log_{\frac{e}{e-1}} n$ for the constant $c\ge 1$. Noting that a smaller offspring size is helpful for escaping from the local optima, we further resort to the compact genetic algorithm where only two individuals are sampled to update the probabilistic model, and prove its expected runtime of $O(n^3\log n)$. Our computational experiments also verify the efficiency of the two non-elitist algorithms.

📄 PDF Abstract BibTeX arXiv:2104.06831

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Solving Multi-Structured Problems by Introducing Linkage Kernels into GOMEA

2022-03-11 · Arthur Guijt, Dirk Thierens, Tanja Alderliesten, Peter A. N. Bosman

Model-Based Evolutionary Algorithms (MBEAs) can be highly scalable by virtue of linkage (or variable interaction) learning. This requires, however, that the linkage model can capture the exploitable structure of a proble…

Evolutionary Algorithms

Theoretical Analyses of Evolutionary Algorithms on Time-Linkage OneMax with General Weights

2023-05-11 · Weijie Zheng, Xin Yao

Evolutionary computation has shown its superiority in dynamic optimization, but for the (dynamic) time-linkage problems, some theoretical studies have revealed the possible weakness of evolutionary computation. Since the…

Evolutionary Algorithms

Analysis of Evolutionary Algorithms on Fitness Function with Time-linkage Property

2020-04-26 · Weijie Zheng, Huanhuan Chen, Xin Yao

In real-world applications, many optimization problems have the time-linkage property, that is, the objective function value relies on the current solution as well as the historical solutions. Although the rigorous theor…

Evolutionary Algorithms

Fitness-based Linkage Learning and Maximum-Clique Conditional Linkage Modelling for Gray-box Optimization with RV-GOMEA

2024-02-16 · Georgios Andreadis, Tanja Alderliesten, Peter A. N. Bosman

For many real-world optimization problems it is possible to perform partial evaluations, meaning that the impact of changing a few variables on a solution's fitness can be computed very efficiently. It has been shown tha…

Non-Elitist Evolutionary Multi-Objective Optimisation: Proof-of-Principle Results

2023-05-26 · Zimin Liang, Miqing Li, Per Kristian Lehre

Elitism, which constructs the new population by preserving best solutions out of the old population and newly-generated solutions, has been a default way for population update since its introduction into multi-objective …

DiversityEvolutionary Algorithms