Symmetry (Jun 2022)

Identify Patterns in Online Bin Packing Problem: An Adaptive Pattern-Based Algorithm

  • Bingchen Lin,
  • Jiawei Li,
  • Ruibin Bai,
  • Rong Qu,
  • Tianxiang Cui,
  • Huan Jin

DOI
https://doi.org/10.3390/sym14071301
Journal volume & issue
Vol. 14, no. 7
p. 1301

Abstract

Read online

Bin packing is a typical optimization problem with many real-world application scenarios. In the online bin packing problem, a sequence of items is revealed one at a time, and each item must be packed into a bin immediately after its arrival. Inspired by duality in optimization, we proposed pattern-based adaptive heuristics for the online bin packing problem. The idea is to predict the distribution of items based on packed items, and to apply this information in packing future arrival items in order to handle uncertainty in online bin packing. A pattern in bin packing is a combination of items that can be packed into a single bin. Patterns selected according to past items are adopted and periodically updated in scheduling future items in the algorithm. Symmetry in patterns and the stability of patterns in the online bin packing problem are discussed. We have implemented the algorithm and compared it with the Best-Fit in a series of experiments with various distribution of items to show its effectiveness.

Keywords