Search Results for author: Jakob Bossek

Found 26 papers, 7 papers with code

On Single-Objective Sub-Graph-Based Mutation for Solving the Bi-Objective Minimum Spanning Tree Problem

1 code implementation31 May 2023 Jakob Bossek, Christian Grimme

We contribute to the efficient approximation of the Pareto-set for the classical $\mathcal{NP}$-hard multi-objective minimum spanning tree problem (moMST) adopting evolutionary computation.

On the Impact of Operators and Populations within Evolutionary Algorithms for the Dynamic Weighted Traveling Salesperson Problem

no code implementations30 May 2023 Jakob Bossek, Aneta Neumann, Frank Neumann

Evolutionary algorithms have been shown to obtain good solutions for complex optimization problems in static and dynamic environments.

Evolutionary Algorithms

Runtime Analysis of Quality Diversity Algorithms

no code implementations30 May 2023 Jakob Bossek, Dirk Sudholt

Quality diversity~(QD) is a branch of evolutionary computation that gained increasing interest in recent years.

Co-Evolutionary Diversity Optimisation for the Traveling Thief Problem

no code implementations28 Jul 2022 Adel Nikfarjam, Aneta Neumann, Jakob Bossek, Frank Neumann

Recently different evolutionary computation approaches have been developed that generate sets of high quality diverse solutions for a given optimisation problem.

Exploring the Feature Space of TSP Instances Using Quality Diversity

no code implementations4 Feb 2022 Jakob Bossek, Frank Neumann

Generating instances of different properties is key to algorithm selection methods that differentiate between the performance of different solvers for a given combinatorial optimization problem.

Combinatorial Optimization

Computing Diverse Sets of High Quality TSP Tours by EAX-Based Evolutionary Diversity Optimisation

no code implementations11 Aug 2021 Adel Nikfarjam, Jakob Bossek, Aneta Neumann, Frank Neumann

In this paper, we introduce evolutionary diversity optimisation (EDO) approaches for the TSP that find a diverse set of tours when the optimal tour is known or unknown.

Evolutionary Algorithms

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

no code implementations26 May 2021 Jakob Bossek, Frank Neumann, Pan Peng, Dirk Sudholt

In most settings the expected reoptimization time for such tailored algorithms is linear in the number of added edges.

Generating Instances with Performance Differences for More Than Just Two Algorithms

no code implementations29 Apr 2021 Jakob Bossek, Markus Wagner

In recent years, Evolutionary Algorithms (EAs) have frequently been adopted to evolve instances for optimization problems that pose difficulties for one algorithm while being rather easy for a competitor and vice versa.

Evolutionary Algorithms Vocal Bursts Valence Prediction

Entropy-Based Evolutionary Diversity Optimisation for the Traveling Salesperson Problem

no code implementations28 Apr 2021 Adel Nikfarjam, Jakob Bossek, Aneta Neumann, Frank Neumann

Computing diverse sets of high-quality solutions has gained increasing attention among the evolutionary computation community in recent years.

Breeding Diverse Packings for the Knapsack Problem by Means of Diversity-Tailored Evolutionary Algorithms

1 code implementation27 Apr 2021 Jakob Bossek, Aneta Neumann, Frank Neumann

In practise, it is often desirable to provide the decision-maker with a rich set of diverse solutions of decent quality instead of just a single solution.

Evolutionary Algorithms

Evolutionary Diversity Optimization and the Minimum Spanning Tree Problem

no code implementations21 Oct 2020 Jakob Bossek, Frank Neumann

In the area of evolutionary computation the calculation of diverse sets of high-quality solutions to a given optimization problem has gained momentum in recent years under the term evolutionary diversity optimization.

Evolutionary Algorithms

Deep Learning as a Competitive Feature-Free Approach for Automated Algorithm Selection on the Traveling Salesperson Problem

1 code implementation29 Jun 2020 Moritz Seiler, Janina Pohl, Jakob Bossek, Pascal Kerschke, Heike Trautmann

In this work we focus on the well-known Euclidean Traveling Salesperson Problem (TSP) and two highly competitive inexact heuristic TSP solvers, EAX and LKH, in the context of per-instance algorithm selection (AS).

feature selection

Towards Decision Support in Dynamic Bi-Objective Vehicle Routing

no code implementations28 May 2020 Jakob Bossek, Christian Grimme, Günter Rudolph, Heike Trautmann

Therein, the distance traveled by a single vehicle and the number of unserved dynamic requests is minimized by a dynamic evolutionary multi-objective algorithm (DEMOA), which operates on discrete time windows (eras).

Decision Making

More Effective Randomized Search Heuristics for Graph Coloring Through Dynamic Optimization

no code implementations28 May 2020 Jakob Bossek, Frank Neumann, Pan Peng, Dirk Sudholt

We show that EAs can solve the graph coloring problem for bipartite graphs more efficiently by using dynamic optimization.

Evolutionary Algorithms

Dynamic Bi-Objective Routing of Multiple Vehicles

no code implementations28 May 2020 Jakob Bossek, Christian Grimme, Heike Trautmann

In practice, e. g. in delivery and service scenarios, Vehicle-Routing-Problems (VRPs) often imply repeated decision making on dynamic customer requests.

Decision Making

Anytime Behavior of Inexact TSP Solvers and Perspectives for Automated Algorithm Selection

no code implementations27 May 2020 Jakob Bossek, Pascal Kerschke, Heike Trautmann

The Traveling-Salesperson-Problem (TSP) is arguably one of the best-known NP-hard combinatorial optimization problems.

Benchmarking Combinatorial Optimization

Runtime Analysis of Evolutionary Algorithms with Biased Mutation for the Multi-Objective Minimum Spanning Tree Problem

no code implementations22 Apr 2020 Vahid Roostapour, Jakob Bossek, Frank Neumann

We consider the Minimum Spanning Tree (MST) problem in a single- and multi-objective version, and introduce a biased mutation, which puts more emphasis on the selection of edges of low rank in terms of low domination number.

Combinatorial Optimization Evolutionary Algorithms

Evolving Diverse Sets of Tours for the Travelling Salesperson Problem

no code implementations20 Apr 2020 Anh Viet Do, Jakob Bossek, Aneta Neumann, Frank Neumann

Evolving diverse sets of high quality solutions has gained increasing interest in the evolutionary computation literature in recent years.

Evolutionary Algorithms

Initial Design Strategies and their Effects on Sequential Model-Based Optimization

1 code implementation30 Mar 2020 Jakob Bossek, Carola Doerr, Pascal Kerschke

Most works, however, focus on the choice of the model, the acquisition function, and the strategy used to optimize the latter.

The Node Weight Dependent Traveling Salesperson Problem: Approximation Algorithms and Randomized Search Heuristics

no code implementations4 Feb 2020 Jakob Bossek, Katrin Casel, Pascal Kerschke, Frank Neumann

In this paper, we investigate the effect of weights on such problems, in the sense that the cost of traveling increases with respect to the weights of nodes already visited during a tour.

One-Shot Decision-Making with and without Surrogates

1 code implementation19 Dec 2019 Jakob Bossek, Pascal Kerschke, Aneta Neumann, Frank Neumann, Carola Doerr

We study three different decision tasks: classic one-shot optimization (only the best sample matters), one-shot optimization with surrogates (allowing to use surrogate models for selecting a design that need not necessarily be one of the evaluated samples), and one-shot regression (i. e., function approximation, with minimization of mean squared error as objective).

Decision Making regression

mlrMBO: A Modular Framework for Model-Based Optimization of Expensive Black-Box Functions

4 code implementations9 Mar 2017 Bernd Bischl, Jakob Richter, Jakob Bossek, Daniel Horn, Janek Thomas, Michel Lang

We present mlrMBO, a flexible and comprehensive R toolbox for model-based optimization (MBO), also known as Bayesian optimization, which addresses the problem of expensive black-box optimization by approximating the given objective function through a surrogate regression model.

Bayesian Optimization regression +1

Cannot find the paper you are looking for? You can Submit a new open access paper.