Choosing the Right Algorithm With Hints From Complexity Theory

09/14/2021
by   Shouda Wang, et al.
0

Choosing a suitable algorithm from the myriads of different search heuristics is difficult when faced with a novel optimization problem. In this work, we argue that the purely academic question of what could be the best possible algorithm in a certain broad class of black-box optimizers can give fruitful indications in which direction to search for good established optimization heuristics. We demonstrate this approach on the recently proposed DLB benchmark, for which the only known results are O(n^3) runtimes for several classic evolutionary algorithms and an O(n^2 log n) runtime for an estimation-of-distribution algorithm. Our finding that the unary unbiased black-box complexity is only O(n^2) suggests the Metropolis algorithm as an interesting candidate and we prove that it solves the DLB problem in quadratic time. Since we also prove that better runtimes cannot be obtained in the class of unary unbiased algorithms, we shift our attention to algorithms that use the information of more parents to generate new solutions. An artificial algorithm of this type having an O(n log n) runtime leads to the result that the significance-based compact genetic algorithm (sig-cGA) can solve the DLB problem also in time O(n log n). Our experiments show a remarkably good performance of the Metropolis algorithm, clearly the best of all algorithms regarded for reasonable problem sizes.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/06/2011

Ranking-Based Black-Box Complexity

Randomized search heuristics such as evolutionary algorithms, simulated ...
research
08/27/2015

Introducing Elitist Black-Box Models: When Does Elitist Selection Weaken the Performance of Evolutionary Algorithms?

Black-box complexity theory provides lower bounds for the runtime of bla...
research
07/09/2018

Optimal Parameter Choices via Precise Black-Box Analysis

It has been observed that some working principles of evolutionary algori...
research
07/10/2018

Significance-based Estimation-of-Distribution Algorithms

Estimation-of-distribution algorithms (EDAs) are randomized search heuri...
research
06/22/2020

First Steps Towards a Runtime Analysis When Starting With a Good Solution

The mathematical runtime analysis of evolutionary algorithms traditional...
research
04/10/2015

OneMax in Black-Box Models with Several Restrictions

Black-box complexity studies lower bounds for the efficiency of general-...
research
09/26/2017

Optimizing PID parameters with machine learning

This paper examines the Evolutionary programming (EP) method for optimiz...

Please sign up or login with your details

Forgot password? Click here to reset