NESep 13, 2021

Runtime Analysis of Single- and Multi-Objective Evolutionary Algorithms for Chance Constrained Optimization Problems with Normally Distributed Random Variables

arXiv:2109.05799v318 citations
Originality Incremental advance
AI Analysis

This work addresses theoretical and practical challenges in stochastic optimization for researchers and practitioners, offering a novel multi-objective approach to overcome limitations of existing methods, though it builds incrementally on prior evolutionary algorithm research.

The paper tackles chance constrained optimization with normally distributed variables by showing that a simple single-objective evolutionary algorithm can get stuck in local optima with exponential runtime, and introduces a multi-objective formulation that trades off expected cost and variance to efficiently compute optimal solutions for any confidence level, including applications to minimum spanning tree and dominating set problems with experimental confirmation.

Chance constrained optimization problems allow to model problems where constraints involving stochastic components should only be violated with a small probability. Evolutionary algorithms have been applied to this scenario and shown to achieve high quality results. With this paper, we contribute to the theoretical understanding of evolutionary algorithms for chance constrained optimization. We study the scenario of stochastic components that are independent and normally distributed. Considering the simple single-objective (1+1) EA, we show that imposing an additional uniform constraint already leads to local optima for very restricted scenarios and an exponential optimization time. We therefore introduce a multi-objective formulation of the problem which trades off the expected cost and its variance. We show that multi-objective evolutionary algorithms are highly effective when using this formulation and obtain a set of solutions that contains an optimal solution for any possible confidence level imposed on the constraint. Furthermore, we prove that this approach can also be used to compute a set of optimal solutions for the chance constrained minimum spanning tree problem. In order to deal with potentially exponentially many trade-offs in the multi-objective formulation, we propose and analyze improved convex multi-objective approaches. Experimental investigations on instances of the NP-hard stochastic minimum weight dominating set problem confirm the benefit of the multi-objective and the improved convex multi-objective approach in practice.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes