TL;DR
This paper introduces a diversity-focused evolutionary algorithm for the knapsack problem that generates a set of high-quality, structurally diverse solutions, especially effective under limited evaluation budgets.
Contribution
It proposes a simple $(er)EA with entropy-based diversity measures and biased mutation/crossover, tailored for diverse solution generation in the knapsack problem.
Findings
Biased mutation and crossover improve diversity under limited evaluations.
Standard mutation operators perform slightly better in long-term scenarios.
The approach effectively balances solution quality and structural diversity.
Abstract
In practise, it is often desirable to provide the decision-maker with a rich set of diverse solutions of decent quality instead of just a single solution. In this paper we study evolutionary diversity optimization for the knapsack problem (KP). Our goal is to evolve a population of solutions that all have a profit of at least , where OPT is the value of an optimal solution. Furthermore, they should differ in structure with respect to an entropy-based diversity measure. To this end we propose a simple -EA with initial approximate solutions calculated by a well-known FPTAS for the KP. We investigate the effect of different standard mutation operators and introduce biased mutation and crossover which puts strong probability on flipping bits of low and/or high frequency within the population. An experimental study on different instances and settings shows…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsKollen-Pollack Learning
