Chance-Constrained Multiple-Choice Knapsack Problem: Model, Algorithms, and Applications
Xuanfeng Li, Shengcai Liu, Jin Wang, Xiao Chen, Yew-Soon Ong, Ke Tang

TL;DR
This paper introduces a new chance-constrained variant of the multiple-choice knapsack problem with unknown weight distributions, proposing a data-driven local search algorithm that performs well on synthetic and real-world benchmarks.
Contribution
It formulates CCMCKP with unknown distributions, develops the DDALS algorithm, and provides benchmark datasets, advancing solution methods for this complex problem.
Findings
DDALS outperforms baseline algorithms on benchmarks.
The algorithm remains effective with limited sample data.
Open-sourced benchmarks facilitate future research.
Abstract
The multiple-choice knapsack problem (MCKP) is a classic NP-hard combinatorial optimization problem. Motivated by several significant real-world applications, this work investigates a novel variant of MCKP called chance-constrained multiple-choice knapsack problem (CCMCKP), where the item weights are random variables. In particular, we focus on the practical scenario of CCMCKP, where the probability distributions of random weights are unknown but only sample data is available. We first present the problem formulation of CCMCKP and then establish two benchmark sets. The first set contains synthetic instances and the second set is devised to simulate a real-world application scenario of a certain telecommunication company. To solve CCMCKP, we propose a data-driven adaptive local search (DDALS) algorithm. The main novelty of DDALS lies in its data-driven solution evaluation approach that…
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
TopicsOptimization and Packing Problems · Optimization and Search Problems · Advanced Manufacturing and Logistics Optimization
MethodsFocus
