Online Unbounded Knapsack
Hans-Joachim B\"ockenhauer, Matthias Gehnen, Juraj Hromkovi\v{c}, Ralf, Klasing, Dennis Komm, Henri Lotze, Daniel Mock, Peter Rossmanith, Moritz, Stocker

TL;DR
This paper analyzes the online unbounded knapsack problem, focusing on competitive ratios and advice complexity, revealing bounds for randomized algorithms and advice-based strategies, and demonstrating the problem's inherent difficulty.
Contribution
It provides new bounds on competitive ratios and advice complexity for online unbounded knapsack algorithms, including the impact of randomness and advice bits.
Findings
Competitive ratio of 2 for simple unbounded knapsack.
Randomness can reduce the ratio below 1.736, but not below 1.693.
Advice bits can improve the ratio to 3/2, with bounds depending on input size.
Abstract
We analyze the competitive ratio and the advice complexity of the online unbounded knapsack problem. An instance is given as a sequence of n items with a size and a value each, and an algorithm has to decide how often to pack each item into a knapsack of bounded capacity. The items are given online and the total size of the packed items must not exceed the knapsack's capacity, while the objective is to maximize the total value of the packed items. While each item can only be packed once in the classical 0-1 knapsack problem, the unbounded version allows for items to be packed multiple times. We show that the simple unbounded knapsack problem, where the size of each item is equal to its value, allows for a competitive ratio of 2. We also analyze randomized algorithms and show that, in contrast to the 0-1 knapsack problem, one uniformly random bit cannot improve an algorithm's…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle License Plate Recognition · Optimization and Search Problems
