Probabilistic Analysis of the Dual Next-Fit Algorithm for Bin Covering
Carsten Fischer, Heiko R\"oglin

TL;DR
This paper analyzes the probabilistic performance of the Dual Next-Fit online algorithm for bin covering, showing it performs better on average than the worst-case ratio, with bounds depending on item distributions.
Contribution
It establishes probabilistic bounds for the Dual Next-Fit algorithm's expected competitive ratio across various distributions, improving understanding of its average-case performance.
Findings
Expected competitive ratio is at least 1/2 + ε for all distributions.
Upper bound of 2/3 on the expected competitive ratio.
Expected ratio equals the random-order ratio for many distributions.
Abstract
In the bin covering problem, the goal is to fill as many bins as possible up to a certain minimal level with a given set of items of different sizes. Online variants, in which the items arrive one after another and have to be packed immediately on their arrival without knowledge about the future items, have been studied extensively in the literature. We study the simplest possible online algorithm Dual Next-Fit, which packs all arriving items into the same bin until it is filled and then proceeds with the next bin in the same manner. The competitive ratio of this and any other reasonable online algorithm is . We study Dual Next-Fit in a probabilistic setting where the item sizes are chosen i.i.d.\ according to a discrete distribution and we prove that, for every distribution, its expected competitive ratio is at least for a constant independent of the…
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
TopicsOptimization and Search Problems · Distributed systems and fault tolerance · Advanced Manufacturing and Logistics Optimization
