Zum Hauptinhalt springen

Showing 1–38 of 38 results for author: Sudholt, D

Searching in archive cs. Search in all archives.
.
  1. Illustrating the Efficiency of Popular Evolutionary Multi-Objective Algorithms Using Runtime Analysis

    Authors: Duc-Cuong Dang, Andre Opris, Dirk Sudholt

    Abstract: Runtime analysis has recently been applied to popular evolutionary multi-objective (EMO) algorithms like NSGA-II in order to establish a rigorous theoretical foundation. However, most analyses showed that these algorithms have the same performance guarantee as the simple (G)SEMO algorithm. To our knowledge, there are no runtime analyses showing an advantage of a popular EMO algorithm over the simp… ▽ More

    Submitted 22 May, 2024; originally announced May 2024.

    Comments: To appear in Proceedings of the Genetic and Evolutionary Computation Conference (GECCO 2024)

    ACM Class: F.2.0; I.2.8

  2. arXiv:2404.11433  [pdf, other

    cs.NE

    Runtime Analyses of NSGA-III on Many-Objective Problems

    Authors: Andre Opris, Duc-Cuong Dang, Frank Neumann, Dirk Sudholt

    Abstract: NSGA-II and NSGA-III are two of the most popular evolutionary multi-objective algorithms used in practice. While NSGA-II is used for few objectives such as 2 and 3, NSGA-III is designed to deal with a larger number of objectives. In a recent breakthrough, Wietheger and Doerr (IJCAI 2023) gave the first runtime analysis for NSGA-III on the 3-objective OneMinMax problem, showing that this state-of-t… ▽ More

    Submitted 18 April, 2024; v1 submitted 17 April, 2024; originally announced April 2024.

    Comments: To appear at GECCO 2024

    MSC Class: 68Q25; 68Q87; 68W20; 68W40; 68W50 ACM Class: F.2.2; G.3

  3. arXiv:2404.07061  [pdf, ps, other

    cs.NE

    A Tight $O(4^k/p_c)$ Runtime Bound for a ($μ$+1) GA on Jump$_k$ for Realistic Crossover Probabilities

    Authors: Andre Opris, Johannes Lengler, Dirk Sudholt

    Abstract: The Jump$_k$ benchmark was the first problem for which crossover was proven to give a speedup over mutation-only evolutionary algorithms. Jansen and Wegener (2002) proved an upper bound of $O({\rm poly}(n) + 4^k/p_c)$ for the ($μ$+1)~Genetic Algorithm ($(μ+1)$ GA), but only for unrealistically small crossover probabilities $p_c$. To this date, it remains an open problem to prove similar upper boun… ▽ More

    Submitted 10 April, 2024; originally announced April 2024.

    Comments: Long version of the paper which appears at GECCO 2024

    MSC Class: 68Q25; 68Q87; 68W20; 68W40; 68W50 ACM Class: F.2.2; G.3

  4. arXiv:2307.04702  [pdf, other

    cs.SD eess.AS

    Vocal Tract Area Estimation by Gradient Descent

    Authors: David Südholt, Mateo Cámara, Zhiyuan Xu, Joshua D. Reiss

    Abstract: Articulatory features can provide interpretable and flexible controls for the synthesis of human vocalizations by allowing the user to directly modify parameters like vocal strain or lip position. To make this manipulation through resynthesis possible, we need to estimate the features that result in a desired vocalization directly from audio recordings. In this work, we propose a white-box optimiz… ▽ More

    Submitted 10 July, 2023; originally announced July 2023.

    Comments: Accepted to DAFx 2023

  5. arXiv:2306.10886  [pdf, other

    cs.SD eess.AS

    Vocal Timbre Effects with Differentiable Digital Signal Processing

    Authors: David Südholt, Cumhur Erkut

    Abstract: We explore two approaches to creatively altering vocal timbre using Differentiable Digital Signal Processing (DDSP). The first approach is inspired by classic cross-synthesis techniques. A pretrained DDSP decoder predicts a filter for a noise source and a harmonic distribution, based on pitch and loudness information extracted from the vocal input. Before synthesis, the harmonic distribution is mo… ▽ More

    Submitted 19 June, 2023; originally announced June 2023.

    Comments: Accepted for publication in Proc DAFx 2023, Copenhagen, Denmark. Sound Examples: https://dsuedholt.github.io/ddsp-vocal-effects/ Code: https://github.com/dsuedholt/ddsp_xsynth

  6. arXiv:2306.04525  [pdf, other

    cs.NE

    Analysing the Robustness of NSGA-II under Noise

    Authors: Duc-Cuong Dang, Andre Opris, Bahare Salehi, Dirk Sudholt

    Abstract: Runtime analysis has produced many results on the efficiency of simple evolutionary algorithms like the (1+1) EA, and its analogue called GSEMO in evolutionary multiobjective optimisation (EMO). Recently, the first runtime analyses of the famous and highly cited EMO algorithm NSGA-II have emerged, demonstrating that practical algorithms with thousands of applications can be rigorously analysed. Ho… ▽ More

    Submitted 7 June, 2023; originally announced June 2023.

    Comments: To appear at GECCO 2023

  7. Runtime Analysis of Quality Diversity Algorithms

    Authors: Jakob Bossek, Dirk Sudholt

    Abstract: Quality diversity~(QD) is a branch of evolutionary computation that gained increasing interest in recent years. The Map-Elites QD approach defines a feature space, i.e., a partition of the search space, and stores the best solution for each cell of this space. We study a simple QD algorithm in the context of pseudo-Boolean optimisation on the ``number of ones'' feature space, where the $i$th cell… ▽ More

    Submitted 4 July, 2023; v1 submitted 30 May, 2023; originally announced May 2023.

    Comments: This version fixes a bug in Theorem 6.1 of the paper published at GECCO 2023. It claims an upper bound of $O(nm \log n)$ for the expected time to locate the empty edge set, but the proof arguments were insufficient (thanks to Frank Neumann for spotting this). We now give a bound of $O(nm \log(n w_{\max}))$ for integer edge weights where $w_{\max}$ is the largest edge weight

  8. arXiv:2304.09712  [pdf, ps, other

    cs.NE

    Comma Selection Outperforms Plus Selection on OneMax with Randomly Planted Optima

    Authors: Joost Jorritsma, Johannes Lengler, Dirk Sudholt

    Abstract: It is an ongoing debate whether and how comma selection in evolutionary algorithms helps to escape local optima. We propose a new benchmark function to investigate the benefits of comma selection: OneMax with randomly planted local optima, generated by frozen noise. We show that comma selection (the $(1,λ)$ EA) is faster than plus selection (the $(1+λ)$ EA) on this benchmark, in a fixed-target sce… ▽ More

    Submitted 19 April, 2023; originally announced April 2023.

    Comments: An extended abstract will be published at GECCO 2023

    MSC Class: 68W50

  9. arXiv:2304.09690  [pdf, ps, other

    cs.NE

    Analysing Equilibrium States for Population Diversity

    Authors: Johannes Lengler, Andre Opris, Dirk Sudholt

    Abstract: Population diversity is crucial in evolutionary algorithms as it helps with global exploration and facilitates the use of crossover. Despite many runtime analyses showing advantages of population diversity, we have no clear picture of how diversity evolves over time. We study how population diversity of $(μ+1)$ algorithms, measured by the sum of pairwise Hamming distances, evolves in a fitness-neu… ▽ More

    Submitted 19 April, 2023; originally announced April 2023.

    Comments: To appear at GECCO 2023

  10. arXiv:2301.13687  [pdf, ps, other

    cs.NE

    Crossover Can Guarantee Exponential Speed-Ups in Evolutionary Multi-Objective Optimisation

    Authors: Duc-Cuong Dang, Andre Opris, Dirk Sudholt

    Abstract: Evolutionary algorithms are popular algorithms for multiobjective optimisation (also called Pareto optimisation) as they use a population to store trade-offs between different objectives. Despite their popularity, the theoretical foundation of multiobjective evolutionary optimisation (EMO) is still in its early development. Fundamental questions such as the benefits of the crossover operator are s… ▽ More

    Submitted 4 December, 2023; v1 submitted 31 January, 2023; originally announced January 2023.

    Comments: This is a significant extension of the previous version. We extend the results to uniform crossover and also investigate effects of hypermutation. The previous version is available both on arXiv (arXiv:2301.13687v1) and in AAAI Publications (https://ojs.aaai.org/index.php/AAAI/article/view/26460)

  11. arXiv:2204.05817  [pdf, ps, other

    cs.NE

    Hard Problems are Easier for Success-based Parameter Control

    Authors: Mario Alejandro Hevia Fajardo, Dirk Sudholt

    Abstract: Recent works showed that simple success-based rules for self-adjusting parameters in evolutionary algorithms (EAs) can match or outperform the best fixed parameters on discrete problems. Non-elitism in a (1,$λ$) EA combined with a self-adjusting offspring population size $λ$ outperforms common EAs on the multimodal Cliff problem. However, it was shown that this only holds if the success rate $s$ t… ▽ More

    Submitted 12 April, 2022; originally announced April 2022.

  12. arXiv:2204.04904  [pdf, other

    cs.NE

    The Compact Genetic Algorithm Struggles on Cliff Functions

    Authors: Frank Neumann, Dirk Sudholt, Carsten Witt

    Abstract: The compact genetic algorithm (cGA) is an non-elitist estimation of distribution algorithm which has shown to be able to deal with difficult multimodal fitness landscapes that are hard to solve by elitist algorithms. In this paper, we investigate the cGA on the CLIFF function for which it has been shown recently that non-elitist evolutionary algorithms and artificial immune systems optimize it in… ▽ More

    Submitted 11 April, 2022; originally announced April 2022.

    Comments: accepted at GECCO 2022

  13. Runtime Analysis of Restricted Tournament Selection for Bimodal Optimisation

    Authors: Edgar Covantes Osuna, Dirk Sudholt

    Abstract: Niching methods have been developed to maintain the population diversity, to investigate many peaks in parallel and to reduce the effect of genetic drift. We present the first rigorous runtime analyses of restricted tournament selection (RTS), embedded in a ($μ$+1) EA, and analyse its effectiveness at finding both optima of the bimodal function ${\rm T{\small WO}M{\small AX}}$. In RTS, an offsprin… ▽ More

    Submitted 17 January, 2022; originally announced January 2022.

    Comments: To appear in Evolutionary Computation Journal. arXiv admin note: text overlap with arXiv:1803.09766

  14. arXiv:2105.12525  [pdf, ps, other

    cs.NE

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

    Authors: Jakob Bossek, Frank Neumann, Pan Peng, Dirk Sudholt

    Abstract: 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 to the current graph. We then analyze the expected time for randomized search heuristics to recompute high quality solutions. The (1+1)~Evolutionary Algorithm and RLS operate in a s… ▽ More

    Submitted 26 May, 2021; originally announced May 2021.

  15. arXiv:2104.05624  [pdf, other

    cs.NE

    Self-Adjusting Population Sizes for Non-Elitist Evolutionary Algorithms: Why Success Rates Matter

    Authors: Mario Alejandro Hevia Fajardo, Dirk Sudholt

    Abstract: Evolutionary algorithms (EAs) are general-purpose optimisers that come with several parameters like the sizes of parent and offspring populations or the mutation rate. It is well known that the performance of EAs may depend drastically on these parameters. Recent theoretical studies have shown that self-adjusting parameter control mechanisms that tune parameters during the algorithm run can provab… ▽ More

    Submitted 12 October, 2022; v1 submitted 12 April, 2021; originally announced April 2021.

    Comments: This is an extended version of a paper that appeared in the Proceedings of the Genetic and Evolutionary Computation Conference (GECCO 2021)

  16. arXiv:2103.07220  [pdf, other

    cs.SD cs.LG eess.AS

    Real-time Timbre Transfer and Sound Synthesis using DDSP

    Authors: Francesco Ganis, Erik Frej Knudesn, Søren V. K. Lyster, Robin Otterbein, David Südholt, Cumhur Erkut

    Abstract: Neural audio synthesis is an actively researched topic, having yielded a wide range of techniques that leverages machine learning architectures. Google Magenta elaborated a novel approach called Differential Digital Signal Processing (DDSP) that incorporates deep neural networks with preconditioned digital signal processing techniques, reaching state-of-the-art results especially in timbre transfe… ▽ More

    Submitted 12 March, 2021; originally announced March 2021.

  17. arXiv:2007.03336  [pdf, other

    cs.NE

    Fast Perturbative Algorithm Configurators

    Authors: George T. Hall, Pietro Simone Oliveto, Dirk Sudholt

    Abstract: Recent work has shown that the ParamRLS and ParamILS algorithm configurators can tune some simple randomised search heuristics for standard benchmark functions in linear expected time in the size of the parameter space. In this paper we prove a linear lower bound on the expected time to optimise any parameter tuning problem for ParamRLS, ParamILS as well as for larger classes of algorithm configur… ▽ More

    Submitted 7 July, 2020; originally announced July 2020.

    Comments: To appear at PPSN 2020

  18. More Effective Randomized Search Heuristics for Graph Coloring Through Dynamic Optimization

    Authors: Jakob Bossek, Frank Neumann, Pan Peng, Dirk Sudholt

    Abstract: Dynamic optimization problems have gained significant attention in evolutionary computation as evolutionary algorithms (EAs) can easily adapt to changing environments. We show that EAs can solve the graph coloring problem for bipartite graphs more efficiently by using dynamic optimization. In our approach the graph instance is given incrementally such that the EA can reoptimize its coloring when a… ▽ More

    Submitted 28 May, 2020; originally announced May 2020.

    Comments: To be presented at GECCO2020

  19. arXiv:2004.04519  [pdf, ps, other

    cs.NE

    Analysis of the Performance of Algorithm Configurators for Search Heuristics with Global Mutation Operators

    Authors: George T. Hall, Pietro Simone Oliveto, Dirk Sudholt

    Abstract: Recently it has been proved that a simple algorithm configurator called ParamRLS can efficiently identify the optimal neighbourhood size to be used by stochastic local search to optimise two standard benchmark problem classes. In this paper we analyse the performance of algorithm configurators for tuning the more sophisticated global mutation operator used in standard evolutionary algorithms, whic… ▽ More

    Submitted 9 April, 2020; originally announced April 2020.

    Comments: To appear at GECCO 2020

  20. arXiv:1904.06230  [pdf, ps, other

    cs.NE

    On the Impact of the Cutoff Time on the Performance of Algorithm Configurators

    Authors: George T. Hall, Pietro S. Oliveto, Dirk Sudholt

    Abstract: Algorithm configurators are automated methods to optimise the parameters of an algorithm for a class of problems. We evaluate the performance of a simple random local search configurator (ParamRLS) for tuning the neighbourhood size $k$ of the RLS$_k$ algorithm. We measure performance as the expected number of configuration evaluations required to identify the optimal value for the parameter. We an… ▽ More

    Submitted 21 May, 2019; v1 submitted 12 April, 2019; originally announced April 2019.

    Comments: This work is accepted at GECCO 2019, and is extended to contain proofs

  21. arXiv:1902.00107  [pdf, ps, other

    cs.NE

    Parallel Black-Box Complexity with Tail Bounds

    Authors: Per Kristian Lehre, Dirk Sudholt

    Abstract: We propose a new black-box complexity model for search algorithms evaluating $λ$ search points in parallel. The parallel unary unbiased black-box complexity gives lower bounds on the number of function evaluations every parallel unary unbiased black-box algorithm needs to optimise a given problem. It captures the inertia caused by offspring populations in evolutionary algorithms and the total comp… ▽ More

    Submitted 31 January, 2019; originally announced February 2019.

  22. arXiv:1812.00966  [pdf, other

    cs.NE cs.DS

    Analysing the Robustness of Evolutionary Algorithms to Noise: Refined Runtime Bounds and an Example Where Noise is Beneficial

    Authors: Dirk Sudholt

    Abstract: We analyse the performance of well-known evolutionary algorithms (1+1)EA and (1+$λ$)EA in the prior noise model, where in each fitness evaluation the search point is altered before evaluation with probability $p$. We present refined results for the expected optimisation time of the (1+1)EA and the (1+$λ$)EA on the function LeadingOnes, where bits have to be optimised in sequence. Previous work sho… ▽ More

    Submitted 3 December, 2018; originally announced December 2018.

    Comments: This is an extended version of a paper that appeared in the Proceedings of the Genetic and Evolutionary Computation Conference (GECCO 2018), https://doi.org/10.1145/3205455.3205595

  23. Design and Analysis of Diversity-Based Parent Selection Schemes for Speeding Up Evolutionary Multi-objective Optimisation

    Authors: Edgar Covantes Osuna, Wanru Gao, Frank Neumann, Dirk Sudholt

    Abstract: Parent selection in evolutionary algorithms for multi-objective optimisation is usually performed by dominance mechanisms or indicator functions that prefer non-dominated points. We propose to refine the parent selection on evolutionary multi-objective optimisation with diversity-based metrics. The aim is to focus on individuals with a high diversity contribution located in poorly explored areas o… ▽ More

    Submitted 22 May, 2018; v1 submitted 3 May, 2018; originally announced May 2018.

    Comments: To be published in Theoretical Computer Science journal

  24. Memetic Algorithms Beat Evolutionary Algorithms on the Class of Hurdle Problems

    Authors: Phan Trung Hai Nguyen, Dirk Sudholt

    Abstract: Memetic algorithms are popular hybrid search heuristics that integrate local search into the search process of an evolutionary algorithm in order to combine the advantages of rapid exploitation and global optimisation. However, these algorithms are not well understood and the field is lacking a solid theoretical foundation that explains when and why memetic algorithms are effective. We provide a… ▽ More

    Submitted 17 April, 2018; originally announced April 2018.

    Comments: 21 pages, 03 figures

    Journal ref: Proceedings of the 2018 Genetic and Evolutionary Computation Conference

  25. Runtime Analysis of Probabilistic Crowding and Restricted Tournament Selection for Bimodal Optimisation

    Authors: Edgar Covantes Osuna, Dirk Sudholt

    Abstract: Many real optimisation problems lead to multimodal domains and so require the identification of multiple optima. Niching methods have been developed to maintain the population diversity, to investigate many peaks in parallel and to reduce the effect of genetic drift. Using rigorous runtime analysis, we analyse for the first time two well known niching methods: probabilistic crowding and restricted… ▽ More

    Submitted 26 March, 2018; originally announced March 2018.

    Comments: To be published in the proceedings of the Genetic and Evolutionary Computation Conference, GECCO '08

  26. On the Runtime Analysis of the Clearing Diversity-Preserving Mechanism

    Authors: Edgar Covantes Osuna, Dirk Sudholt

    Abstract: Clearing is a niching method inspired by the principle of assigning the available resources among a niche to a single individual. The clearing procedure supplies these resources only to the best individual of each niche: the winner. So far, its analysis has been focused on experimental approaches that have shown that clearing is a powerful diversity-preserving mechanism. Using rigorous runtime ana… ▽ More

    Submitted 26 March, 2018; originally announced March 2018.

    Comments: To be published in Evolutionary Computation Journal

    Journal ref: Evolutionary Computation 27 (2019) 403-433

  27. arXiv:1801.10087  [pdf, ps, other

    cs.NE

    The Benefits of Population Diversity in Evolutionary Algorithms: A Survey of Rigorous Runtime Analyses

    Authors: Dirk Sudholt

    Abstract: Population diversity is crucial in evolutionary algorithms to enable global exploration and to avoid poor performance due to premature convergence. This book chapter reviews runtime analyses that have shown benefits of population diversity, either through explicit diversity mechanisms or through naturally emerging diversity. These works show that the benefits of diversity are manifold: diversity i… ▽ More

    Submitted 30 January, 2018; originally announced January 2018.

    Comments: This is a preliminary version of a chapter in the upcoming book "Theory of Randomized Search Heuristics in Discrete Search Spaces", edited by Benjamin Doerr and Frank Neumann, to be published by Springer

  28. arXiv:1608.03123  [pdf, other

    cs.NE cs.CC q-bio.PE

    Escaping Local Optima using Crossover with Emergent or Reinforced Diversity

    Authors: Duc-Cuong Dang, Tobias Friedrich, Timo Kötzing, Martin S. Krejca, Per Kristian Lehre, Pietro S. Oliveto, Dirk Sudholt, Andrew M. Sutton

    Abstract: Population diversity is essential for avoiding premature convergence in Genetic Algorithms (GAs) and for the effective use of crossover. Yet the dynamics of how diversity emerges in populations are not well understood. We use rigorous runtime analysis to gain insight into population dynamics and GA performance for the ($μ$+1) GA and the $\text{Jump}_k$ test function. We show that the interplay of… ▽ More

    Submitted 10 August, 2016; originally announced August 2016.

  29. arXiv:1607.04063  [pdf, ps, other

    cs.NE

    Update Strength in EDAs and ACO: How to Avoid Genetic Drift

    Authors: Dirk Sudholt, Carsten Witt

    Abstract: We provide a rigorous runtime analysis concerning the update strength, a vital parameter in probabilistic model-building GAs such as the step size $1/K$ in the compact Genetic Algorithm (cGA) and the evaporation factor $ρ$ in ACO. While a large update strength is desirable for exploitation, there is a general trade-off: too strong updates can lead to genetic drift and poor performance. We demonstr… ▽ More

    Submitted 15 July, 2016; v1 submitted 14 July, 2016; originally announced July 2016.

    Comments: 32 pages. An extended abstract of this work will appear in the proceedings of the Genetic and Evolutionary Computation Conference (GECCO 2016). This revision fixes the abstract in the metadata

  30. arXiv:1504.06260  [pdf, ps, other

    cs.NE

    First Steps Towards a Runtime Comparison of Natural and Artificial Evolution

    Authors: Tiago Paixão, Jorge Pérez Heredia, Dirk Sudholt, Barbora Trubenová

    Abstract: Evolutionary algorithms (EAs) form a popular optimisation paradigm inspired by natural evolution. In recent years the field of evolutionary computation has developed a rigorous analytical theory to analyse their runtime on many illustrative problems. Here we apply this theory to a simple model of natural evolution. In the Strong Selection Weak Mutation (SSWM) evolutionary regime the time between o… ▽ More

    Submitted 1 October, 2015; v1 submitted 23 April, 2015; originally announced April 2015.

    ACM Class: F.2.2

  31. arXiv:1403.6600  [pdf, other

    cs.NE cs.DS

    How Crossover Speeds Up Building-Block Assembly in Genetic Algorithms

    Authors: Dirk Sudholt

    Abstract: We re-investigate a fundamental question: how effective is crossover in Genetic Algorithms in combining building blocks of good solutions? Although this has been discussed controversially for decades, we are still lacking a rigorous and intuitive answer. We provide such answers for royal road functions and OneMax, where every bit is a building block. For the latter we show that using crossover mak… ▽ More

    Submitted 26 November, 2014; v1 submitted 26 March, 2014; originally announced March 2014.

  32. arXiv:1206.3522  [pdf, other

    cs.NE

    General Upper Bounds on the Running Time of Parallel Evolutionary Algorithms

    Authors: Jörg Lässig, Dirk Sudholt

    Abstract: We present a new method for analyzing the running time of parallel evolutionary algorithms with spatially structured populations. Based on the fitness-level method, it yields upper bounds on the expected parallel running time. This allows to rigorously estimate the speedup gained by parallelization. Tailored results are given for common migration topologies: ring graphs, torus graphs, hypercubes,… ▽ More

    Submitted 15 June, 2012; originally announced June 2012.

    ACM Class: F.2.2

  33. arXiv:1109.6441  [pdf, ps, other

    cs.NE

    Memetic Algorithms: Parametrization and Balancing Local and Global Search

    Authors: Dirk Sudholt

    Abstract: This is a preprint of a book chapter from the Handbook of Memetic Algorithms, Studies in Computational Intelligence, Vol. 379, ISBN 978-3-642-23246-6, Springer, edited by F. Neri, C. Cotta, and P. Moscato. It is devoted to the parametrization of memetic algorithms and how to find a good balance between global and local search.

    Submitted 29 September, 2011; originally announced September 2011.

  34. arXiv:1109.1766  [pdf, ps, other

    cs.NE

    Analysis of Speedups in Parallel Evolutionary Algorithms for Combinatorial Optimization

    Authors: Jörg Lässig, Dirk Sudholt

    Abstract: Evolutionary algorithms are popular heuristics for solving various combinatorial problems as they are easy to apply and often produce good results. Island models parallelize evolution by using different populations, called islands, which are connected by a graph structure as communication topology. Each island periodically communicates copies of good solutions to neighboring islands in a process c… ▽ More

    Submitted 8 September, 2011; originally announced September 2011.

    Comments: An extended abstract will appear in the proceedings of the 22nd International Symposium on Algorithms and Computation (ISAAC 2011). Springer

  35. arXiv:1109.1504  [pdf, ps, other

    cs.NE

    A New Method for Lower Bounds on the Running Time of Evolutionary Algorithms

    Authors: Dirk Sudholt

    Abstract: We present a new method for proving lower bounds on the expected running time of evolutionary algorithms. It is based on fitness-level partitions and an additional condition on transition probabilities between fitness levels. The method is versatile, intuitive, elegant, and very powerful. It yields exact or near-exact lower bounds for LO, OneMax, long k-paths, and all functions with a unique optim… ▽ More

    Submitted 16 November, 2011; v1 submitted 7 September, 2011; originally announced September 2011.

    Comments: A preliminary version with parts of the results appeared at PPSN 2010. The results therein were restricted to mutation rate 1/n

  36. arXiv:1102.0588  [pdf, ps, other

    cs.DS

    Adaptive Population Models for Offspring Populations and Parallel Evolutionary Algorithms

    Authors: Jörg Lässig, Dirk Sudholt

    Abstract: We present two adaptive schemes for dynamically choosing the number of parallel instances in parallel evolutionary algorithms. This includes the choice of the offspring population size in a (1+$λ$) EA as a special case. Our schemes are parameterless and they work in a black-box setting where no knowledge on the problem is available. Both schemes double the number of instances in case a generation… ▽ More

    Submitted 2 March, 2011; v1 submitted 2 February, 2011; originally announced February 2011.

    Comments: 26 pages, 1 table

    ACM Class: F.2

  37. arXiv:1010.1429  [pdf, ps, other

    cs.NE

    Optimizing Monotone Functions Can Be Difficult

    Authors: Benjamin Doerr, Thomas Jansen, Dirk Sudholt, Carola Winzen, Christine Zarges

    Abstract: Extending previous analyses on function classes like linear functions, we analyze how the simple (1+1) evolutionary algorithm optimizes pseudo-Boolean functions that are strictly monotone. Contrary to what one would expect, not all of these functions are easy to optimize. The choice of the constant $c$ in the mutation probability $p(n) = c/n$ can make a decisive difference. We show that if… ▽ More

    Submitted 14 October, 2010; v1 submitted 7 October, 2010; originally announced October 2010.

    Comments: Preliminary version appeared at PPSN XI. Compared to version 1, a small bug in the constants was fixed ($γ$ is slightly larger now, thus ensuring that $γ$ is now strictly larger than $ρ$ in Lemma 5)

  38. arXiv:1007.4707  [pdf, other

    cs.NE

    Simple Max-Min Ant Systems and the Optimization of Linear Pseudo-Boolean Functions

    Authors: Timo Kötzing, Frank Neumann, Dirk Sudholt, Markus Wagner

    Abstract: With this paper, we contribute to the understanding of ant colony optimization (ACO) algorithms by formally analyzing their runtime behavior. We study simple MAX-MIN ant systems on the class of linear pseudo-Boolean functions defined on binary strings of length 'n'. Our investigations point out how the progress according to function values is stored in pheromone. We provide a general upper bound o… ▽ More

    Submitted 27 July, 2010; originally announced July 2010.

    Comments: 19 pages, 2 figures

    ACM Class: F.2