paper-with-me

Papers

Parameterized Complexity Analysis of Randomized Search Heuristics

2020-01-15 · Frank Neumann, Andrew M. Sutton

This chapter compiles a number of results that apply the theory of parameterized algorithmics to the running-time analysis of randomized search heuristics such as evolutionary algorithms. The parameterized approach articulates the running time of algorithms solving combinatorial problems in finer detail than traditional approaches from classical complexity theory. We outline the main results and proof techniques for a collection of randomized search heuristics tasked to solve NP-hard combinatorial optimization problems such as finding a minimum vertex cover in a graph, finding a maximum leaf spanning tree in a graph, and the traveling salesperson problem.

📄 PDF Abstract BibTeX arXiv:2001.05120

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Probabilistic Tools for the Analysis of Randomized Optimization Heuristics

2018-01-20 · Benjamin Doerr

This chapter collects several probabilistic tools that proved to be useful in the analysis of randomized search heuristics. This includes classic material like Markov, Chebyshev and Chernoff inequalities, but also lesser…

Time Complexity Analysis of Randomized Search Heuristics for the Dynamic Graph Coloring Problem

2021-05-26 · Jakob Bossek, Frank Neumann, Pan Peng, Dirk Sudholt

We contribute to the theoretical understanding of randomized search heuristics for dynamic problems. We consider the classical vertex coloring problem on graphs and investigate the dynamic setting where edges are added t…

Parameterized Complexity Results for Plan Reuse

2013-07-16 · Ronald de Haan, Anna Roubíčková, Stefan Szeider

Planning is a notoriously difficult computational problem of high worst-case complexity. Researchers have been investing significant efforts to develop heuristics or restrictions to make planning practically feasible. Ca…

Error Analysis of Elitist Randomized Search Heuristics

2019-09-03 · Cong Wang, Yu Chen, Jun He, Chengwang Xie

When globally optimal solutions of complicated optimization problems cannot be located by evolutionary algorithms (EAs) in polynomial expected running time, the hitting time/running time analysis is not flexible enough t…

Evolutionary Algorithms

Exploring Viable Algorithmic Options for Learning from Demonstration (LfD): A Parameterized Complexity Approach

2022-05-10 · Todd Wareham

The key to reconciling the polynomial-time intractability of many machine learning tasks in the worst case with the surprising solvability of these tasks by heuristic algorithms in practice seems to be exploiting restric…