Hasso-Plattner-Institut
Prof. Dr. Tobias Friedrich
 

Distributed Evolutionary Search

Master Project - Winter 2016/17

Supervisors: Prof. Dr. Tobias Friedrich, Dr. Timo Kötzing, Martin Schirneck
Link: Courses IT-Systems Engineering

Download the official proposal

Motivation

There is hardly any company that has no need for optimization; whether it is the scheduling of employees, routing of trains or trucks, cutting parts from wooden beams with as little waste as possible or one of many other tasks. These optimization problems are typically specific to the application area and come with various constraints and uncertainties.

Evolutionary Search is a modern tool for optimizing such hard problems. By taking ideas from nature (such as using populations of solutions, mutating or combining them and selecting the best for a new generation), these algorithms are surprisingly successful in many different application domains where no tailored solutions exist. These simple algorithms cannot compete with state-of-the-art solvers in their specific domains (for example SAT-solvers), but they are very easy to apply to a wide range of optimization problems where no specific solvers are available, at very low implementation cost. Furthermore, they are extensible in the sense that performance can be improved by spending time improving the algorithm with additional heuristics and ideas.

To make use of massive parallelization in optimization algorithms, distributed evolutionary search spreads populations over multiple cores, called islands (borrowing another term from natural evolution). The islands optimize in parallel, sending information to neighboring islands when they make progress. Which islands neighbor which other islands is defined by an underlying topology. The goal is to have a linear speedup in terms of the number of cores used, thus achieving the optimal performance gain from additional hardware.

Purpose of the project

We are interested in analyzing the efficiency of this approach, using techniques from the analysis of randomized algorithms, in particular the analysis of random processes.

For this project, we are interested in the following questions.

  1. How efficient are different topologies at spreading information?
  2. What use is a slow spread of information?

The first question is always dependent on the setting of what needs to be optimized; typically, a complete graph as underlying topology gives the fastest spread in information. The second question asks for a setting in which a fast spread of information is not desirable, in other words, a setting in which the underlying topology should not be the complete graph but rather, for example, a ring or torus topology.

The first question has gotten a preliminary answer in [1]; however, the offered bounds are not tight and can be improved. The second question has not yet been addressed in the literature. Also, the cost of communication has not been sufficiently considered (the complete graph as topology has a high communication overhead, the ring topology only has a very small overhead).

What we expect from you

We expect basic proficiency in the analysis of random algorithms, a familiarity with graph-theoretic concepts and the curiosity and willingness to delve into an interesting research topic within Theoretical Computer Science. Our main goal is a rigorous understanding of distributed evolutionary algorithms and we expect you to contribute theoretical results.

What you can expect from us

We will gently introduce you to the field and accompany you all along the interesting journey. This will be a team effort, and we aim at publishing our results at a renowned international conference (the deadline we have in mind is typically in early February).

Results

The the project resulted in the following publications.

  • Island Models Meet Rumor ... - Download
    Doerr, Benjamin; Fischbeck, Philipp; Frahnow, Clemens; Friedrich, Tobias; Kötzing, Timo; Schirneck, Martin Island Models Meet Rumor SpreadingAlgorithmica 2019: 886–915
     
  • Island Models Meet Rumor ... - Download
    Doerr, Benjamin; Fischbeck, Philipp; Frahnow, Clemens; Friedrich, Tobias; Kötzing, Timo; Schirneck, Martin Island Models Meet Rumor SpreadingGenetic and Evolutionary Computation Conference (GECCO) 2017: 1359–1366
     

Project Team

The Master Project is organized by the Algorithm Engineering Group. The following group members are participating.

Project Supervisor

Hasso Plattner Institute

Office: A-1.10
Tel.: +49 331 5509-410
E-mail: tobias.friedrich(at)hpi.de

Project Supervisor

Hasso Plattner Institute

Office: A-1.12
Tel.: +49 331 5509-418
E-mail: timo.koetzing(at)hpi.de

Advisor

Hasso Plattner Institute

Office: A-1.13
Tel.: +49 331 5509-416
E-Mail: martin.schirneck(at)hpi.de

Philipp Fischbeck

Participant

Hasso Plattner Institute

E-Mail: philipp.fischbeck(at)student.hpi.de

Clemens Frahnow

Participant

Hasso Plattner Institute

E-Mail: Clemens.Frahnow(at)student.hpi.uni-potsdam.de