DSNEFeb 10, 2021

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

arXiv:2102.05778v122 citations
Originality Incremental advance
AI Analysis

This provides theoretical runtime guarantees for evolutionary algorithms on a stochastic optimization problem relevant to operations research with dependent uncertainties, though it appears incremental as it extends existing runtime analysis to correlated weights.

The paper analyzes the runtime of Randomized Local Search (RLS) and the (1+1) Evolutionary Algorithm for solving the chance-constrained knapsack problem with correlated uniform weights, proving bounds for finding feasible solutions and showing how weight correlations and profit profiles affect runtime behavior.

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 correlated uniform weights. We prove bounds for both algorithms for producing a feasible solution. Furthermore, we investigate the behavior of the algorithms and carry out analyses on two settings: uniform profit value and the setting in which every group shares an arbitrary profit profile. We provide insight into the structure of these problems and show how the weight correlations and the different types of profit profiles influence the runtime behavior of both algorithms in the chance-constrained setting.

Foundations

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

Your Notes