paper-with-me

Papers

Single- and Multi-Objective Evolutionary Algorithms for the Knapsack Problem with Dynamically Changing Constraints

2020-04-27 · Vahid Roostapour, Aneta Neumann, Frank Neumann

Evolutionary algorithms are bio-inspired algorithms that can easily adapt to changing environments. Recent results in the area of runtime analysis have pointed out that algorithms such as the (1+1)~EA and Global SEMO can efficiently reoptimize linear functions under a dynamic uniform constraint. Motivated by this study, we investigate single- and multi-objective baseline evolutionary algorithms for the classical knapsack problem where the capacity of the knapsack varies over time. We establish different benchmark scenarios where the capacity changes every $\tau$ iterations according to a uniform or normal distribution. Our experimental investigations analyze the behavior of our algorithms in terms of the magnitude of changes determined by parameters of the chosen distribution, the frequency determined by $\tau$, and the class of knapsack instance under consideration. Our results show that the multi-objective approaches using a population that caters for dynamic changes have a clear advantage on many benchmarks scenarios when the frequency of changes is not too high. Furthermore, we demonstrate that the diversity mechanisms used in popular evolutionary multi-objective algorithms such as NSGA-II and SPEA2 do not necessarily result in better performance and even lead to inferior results compared to our simple multi-objective approaches.

📄 PDF Abstract BibTeX arXiv:2004.12574

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Specific Single- and Multi-Objective Evolutionary Algorithms for the Chance-Constrained Knapsack Problem

2020-04-07 · Yue Xie, Aneta Neumann, Frank Neumann

The chance-constrained knapsack problem is a variant of the classical knapsack problem where each item has a weight distribution instead of a deterministic weight. The objective is to maximize the total profit of the sel…

Evolutionary Algorithms

Using 3-Objective Evolutionary Algorithms for the Dynamic Chance Constrained Knapsack Problem

2024-04-09 · Ishara Hewa Pathiranage, Frank Neumann, Denis Antipov, Aneta Neumann

Real-world optimization problems often involve stochastic and dynamic components. Evolutionary algorithms are particularly effective in these scenarios, as they can easily adapt to uncertain and changing environments but…

Evolutionary Algorithms

Evolutionary Algorithms for the Chance-Constrained Knapsack Problem

2019-02-13 · Yue Xie, Oscar Harper, Hirad Assimi, Aneta Neumann 외

Evolutionary algorithms have been applied to a wide range of stochastic problems. Motivated by real-world problems where constraint violations have disruptive effects, this paper considers the chance-constrained knapsack…

Evolutionary AlgorithmsStochastic Optimization

A Theoretical Assessment of Solution Quality in Evolutionary Algorithms for the Knapsack Problem

2014-04-14 · Jun He, Boris Mitavskiy, Yuren Zhou

Evolutionary algorithms are well suited for solving the knapsack problem. Some empirical studies claim that evolutionary algorithms can produce good solutions to the 0-1 knapsack problem. Nonetheless, few rigorous invest…

Evolutionary Algorithms

Evolutionary Multi-Objective Algorithms for the Knapsack Problems with Stochastic Profits

2023-03-03 · Kokila Perera, Aneta Neumann, Frank Neumann

Evolutionary multi-objective algorithms have been widely shown to be successful when utilized for a variety of stochastic combinatorial optimization problems. Chance constrained optimization plays an important role in co…

Combinatorial OptimizationEvolutionary Algorithms