Skip to main content

Showing 1–12 of 12 results for author: Sutton, A M

.
  1. Fixed-Parameter Tractability of the (1+1) Evolutionary Algorithm on Random Planted Vertex Covers

    Authors: Jack Kearney, Frank Neumann, Andrew M. Sutton

    Abstract: We present the first parameterized analysis of a standard (1+1) Evolutionary Algorithm on a distribution of vertex cover problems. We show that if the planted cover is at most logarithmic, restarting the (1+1) EA every $O(n \log n)$ steps will find a cover at least as small as the planted cover in polynomial time for sufficiently dense random graphs $p > 0.71$. For superlogarithmic planted covers,… ▽ More

    Submitted 16 September, 2024; originally announced September 2024.

    Journal ref: Proceedings of the 17th ACM/SIGEVO Conference on Foundations of Genetic Algorithms (FOGA 2023)

  2. arXiv:2404.11496  [pdf, ps, other

    cs.NE cs.AI

    Runtime Analysis of Evolutionary Diversity Optimization on the Multi-objective (LeadingOnes, TrailingZeros) Problem

    Authors: Denis Antipov, Aneta Neumann, Frank Neumann, Andrew M. Sutton

    Abstract: The diversity optimization is the class of optimization problems, in which we aim at finding a diverse set of good solutions. One of the frequently used approaches to solve such problems is to use evolutionary algorithms which evolve a desired diverse population. This approach is called evolutionary diversity optimization (EDO). In this paper, we analyse EDO on a 3-objective function LOTZ$_k$, w… ▽ More

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

  3. arXiv:2306.03409  [pdf, ps, other

    cs.AI cs.DS cs.NE

    Rigorous Runtime Analysis of MOEA/D for Solving Multi-Objective Minimum Weight Base Problems

    Authors: Anh Viet Do, Aneta Neumann, Frank Neumann, Andrew M. Sutton

    Abstract: We study the multi-objective minimum weight base problem, an abstraction of classical NP-hard combinatorial problems such as the multi-objective minimum spanning tree problem. We prove some important properties of the convex hull of the non-dominated front, such as its approximation quality and an upper bound on the number of extreme points. Using these properties, we give the first run-time analy… ▽ More

    Submitted 6 June, 2023; originally announced June 2023.

    Comments: 12 pages

  4. arXiv:2203.13877  [pdf, ps, other

    cs.NE

    Focused Jump-and-Repair Constraint Handling for Fixed-Parameter Tractable Graph Problems Closed Under Induced Subgraphs

    Authors: Luke Branson, Andrew M. Sutton

    Abstract: Repair operators are often used for constraint handling in constrained combinatorial optimization. We investigate the (1+1)~EA equipped with a tailored jump-and-repair operation that can be used to probabilistically repair infeasible offspring in graph problems. Instead of evolving candidate solutions to the entire graph, we expand the genotype to allow the (1+1)~EA to develop in parallel a feasib… ▽ More

    Submitted 20 January, 2023; v1 submitted 25 March, 2022; originally announced March 2022.

    Comments: A preliminary version of this paper appeared in the proceedings of FOGA 2021

  5. arXiv:2102.05778  [pdf, ps, other

    cs.DS cs.NE

    Runtime Analysis of RLS and the (1+1) EA for the Chance-constrained Knapsack Problem with Correlated Uniform Weights

    Authors: Yue Xie, Aneta Neumann, Frank Neumann, Andrew M. Sutton

    Abstract: Addressing a complex real-world optimization problem is a challenging task. The chance-constrained knapsack problem with correlated uniform weights plays an important role in the case where dependent stochastic components are considered. We perform runtime analysis of a randomized search algorithm (RSA) and a basic evolutionary algorithm (EA) for the chance-constrained knapsack problem with correl… ▽ More

    Submitted 10 February, 2021; originally announced February 2021.

  6. Parameterized Complexity Analysis of Randomized Search Heuristics

    Authors: Frank Neumann, Andrew M. Sutton

    Abstract: 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 p… ▽ More

    Submitted 14 January, 2020; originally announced January 2020.

    Comments: This is a preliminary version of a chapter in the book "Theory of Evolutionary Computation: Recent Developments in Discrete Optimization", edited by Benjamin Doerr and Frank Neumann, published by Springer

  7. arXiv:1911.11451  [pdf, other

    cs.LG math.OC

    Optimization of Chance-Constrained Submodular Functions

    Authors: Benjamin Doerr, Carola Doerr, Aneta Neumann, Frank Neumann, Andrew M. Sutton

    Abstract: Submodular optimization plays a key role in many real-world problems. In many real-world scenarios, it is also necessary to handle uncertainty, and potentially disruptive events that violate constraints in stochastic settings need to be avoided. In this paper, we investigate submodular optimization problems with chance constraints. We provide a first analysis on the approximation behavior of popul… ▽ More

    Submitted 26 November, 2019; originally announced November 2019.

    Comments: Accepted for oral presentation at AAAI 2020

  8. Bounds on the Satisfiability Threshold for Power Law Distributed Random SAT

    Authors: Tobias Friedrich, Anton Krohmer, Ralf Rothenberger, Thomas Sauerwald, Andrew M. Sutton

    Abstract: Propositional satisfiability (SAT) is one of the most fundamental problems in computer science. The worst-case hardness of SAT lies at the core of computational complexity theory. The average-case analysis of SAT has triggered the development of sophisticated rigorous and non-rigorous techniques for analyzing random structures. Despite a long line of research and substantial progress, nearly all… ▽ More

    Submitted 26 June, 2017; originally announced June 2017.

    Comments: 17 pages

    Journal ref: 25th Annual European Symposium on Algorithms (ESA), 2017, 37:1-37:15

  9. 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.

  10. arXiv:1502.02793  [pdf, ps, other

    cs.NE

    The Benefit of Sex in Noisy Evolutionary Search

    Authors: Tobias Friedrich, Timo Kötzing, Martin Krejca, Andrew M. Sutton

    Abstract: The benefit of sexual recombination is one of the most fundamental questions both in population genetics and evolutionary computation. It is widely believed that recombination helps solving difficult optimization problems. We present the first result, which rigorously proves that it is beneficial to use sexual recombination in an uncertain environment with a noisy fitness function. For this, we mo… ▽ More

    Submitted 10 February, 2015; originally announced February 2015.

  11. Fitness Probability Distribution of Bit-Flip Mutation

    Authors: Francisco Chicano, Andrew M. Sutton, L. Darrell Whitley, Enrique Alba

    Abstract: Bit-flip mutation is a common mutation operator for evolutionary algorithms applied to optimize functions over binary strings. In this paper, we develop results from the theory of landscapes and Krawtchouk polynomials to exactly compute the probability distribution of fitness values of a binary string undergoing uniform bit-flip mutation. We prove that this probability distribution can be expresse… ▽ More

    Submitted 11 September, 2013; originally announced September 2013.

    Comments: Submitted to Evolutionary Computation Journal (MIT Press)

  12. arXiv:1207.0578  [pdf, ps, other

    cs.NE cs.DS

    Parameterized Runtime Analyses of Evolutionary Algorithms for the Euclidean Traveling Salesperson Problem

    Authors: Andrew M. Sutton, Frank Neumann

    Abstract: Parameterized runtime analysis seeks to understand the influence of problem structure on algorithmic runtime. In this paper, we contribute to the theoretical understanding of evolutionary algorithms and carry out a parameterized analysis of evolutionary algorithms for the Euclidean traveling salesperson problem (Euclidean TSP). We investigate the structural properties in TSP instances that influ… ▽ More

    Submitted 9 October, 2012; v1 submitted 3 July, 2012; originally announced July 2012.

    Comments: A conference version has been accepted for AAAI 2012