paper-with-me

홈 › Papers

Performance Analysis on Evolutionary Algorithms for the Minimum Label Spanning Tree Problem

2014-09-03 · Xinsheng Lai, Yuren Zhou, Jun He, Jun Zhang

Some experimental investigations have shown that evolutionary algorithms (EAs) are efficient for the minimum label spanning tree (MLST) problem. However, we know little about that in theory. As one step towards this issue, we theoretically analyze the performances of the (1+1) EA, a simple version of EAs, and a multi-objective evolutionary algorithm called GSEMO on the MLST problem. We reveal that for the MLST$_{b}$ problem the (1+1) EA and GSEMO achieve a $\frac{b+1}{2}$-approximation ratio in expected polynomial times of $n$ the number of nodes and $k$ the number of labels. We also show that GSEMO achieves a $(2ln(n))$-approximation ratio for the MLST problem in expected polynomial time of $n$ and $k$. At the same time, we show that the (1+1) EA and GSEMO outperform local search algorithms on three instances of the MLST problem. We also construct an instance on which GSEMO outperforms the (1+1) EA.

📄 PDF Abstract BibTeX arXiv:1409.1073

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Devolutionary genetic algorithms with application to the minimum labeling Steiner tree problem

2020-04-18 · Nassim Dehouche

This paper characterizes and discusses devolutionary genetic algorithms and evaluates their performances in solving the minimum labeling Steiner tree (MLST) problem. We define devolutionary algorithms as the process of r…

Combinatorial OptimizationEvolutionary AlgorithmsSteiner Tree Problemvalid

Evolution is Still Good: Theoretical Analysis of Evolutionary Algorithms on General Cover Problems

2022-10-03 · Yaoyao Zhang, Chaojie Zhu, Shaojie Tang, Ringli Ran 외

Theoretical studies on evolutionary algorithms have developed vigorously in recent years. Many such algorithms have theoretical guarantees in both running time and approximation ratio. Some approximation mechanism seems …

Evolutionary Algorithms

Time Complexity Analysis of Evolutionary Algorithms for 2-Hop (1,2)-Minimum Spanning Tree Problem

2021-10-10 · Feng Shi, Frank Neumann, Jianxin Wang

The Minimum Spanning Tree problem (abbr. MSTP) is a well-known combinatorial optimization problem that has been extensively studied by the researchers in the field of evolutionary computing to theoretically analyze the o…

Combinatorial OptimizationEvolutionary Algorithms

Evolutionary Algorithms and Multi-Objective Minimum Spanning Trees with Limited Distinct Weight Values

2026-06-16 · Narges Tavassoli Kejani, Andrew M. Sutton, Frank Neumann arxiv

Evolutionary algorithms have been used for a wide range of multi-objective combinatorial optimization problems. Despite practical success, theoretical results on the runtime of evolutionary algorithms for multi-objective…

A Parameterized Complexity Analysis of Bi-level Optimisation with Evolutionary Algorithms

2014-01-09 · Dogan Corus, Per Kristian Lehre, Frank Neumann, Mojgan Pourhassan

Bi-level optimisation problems have gained increasing interest in the field of combinatorial optimisation in recent years. With this paper, we start the runtime analysis of evolutionary algorithms for bi-level optimisati…

Evolutionary Algorithms