The dynamic bin packing optimization problem: open challenges

  1. Jessica González-San Martín 1
  2. Laura Cruz-Reyes 1
  3. Bernabé Dorronsoro 2
  4. Marcela Quiroz-Castellanos 3
  5. Claudia Gómez-Santillán 1
  6. Nelson Rangel-Valdez 1
  7. Héctor Fraire 1
  1. 1 Division of Postgraduate Studies and Research Instituto Tecnológico de Ciudad Madero Av. 1o. de Mayo esq. Sor Juana Inés de la Cruz s/n Col. Los Mangos, Cd. Madero, Tamaulipas, México
  2. 2 Computer Science Engineering Department University of Cadiz Avenida de la Universidad, 10 11519 Puerto Real, Cadiz, Spain
  3. 3 Artificial Intelligence Research Center Universidad Veracruzana Calle Salvador Díaz Mirón 35, Zona Universitaria, Xalapa-Enríquez, Veracruz, México.
Actas:
Numerical and Evolutionary Optimization Workshop 2021 (NEO2021)

Editorial: https://neo.cinvestav.mx/NEO2021/images/NEO2021HandBook.pdf

Año de publicación: 2021

Páginas: 65-66

Tipo: Aportación congreso

Resumen

The Bin Packing Problem (BPP) is a classic optimization problem that is known for its applicability and complexity, which belongs to a special class of problems called NP-hard, in which, given a set of items of variable size, we search to accommodate them inside fixed size containers, seeking to optimize the number of containers to be used, that is, using the least number of containers to place the largest number of items possible. For this problem, there are different variants such as one-dimensional (1D-BPP), 2-dimensional (2D-BPP), or 3-dimensional (3D-BPP) bin packing, multiobjective bin packing (MBP), dynamic bin packing (DBP), among others. The BPP has been preserved as a current study problem due to the various applications that it offers; therefore, in the recent state of the art, there are different algorithms, mainly heuristics, for solving the problem, however, currently, there are still open aspects of this problem that have not been studied in-depth, such as changes in the environment (dynamism). To date, there is no heuristic or metaheuristic algorithm capable of finding the optimal solution for all possible instances of a problem of this type despite the efforts of the scientific community. This work presents a review of DBP optimization model and methods to solve it; we identify those methods that provide a better impact on performance and highlight future lines of research on this problem. We also present the GGA-CGT-II algorithm as a case study extended from the Grouping Genetic Algorithm with Controlled Gene Transmission (GGA-CGT) [1] algorithm. In the proposed version, two differentstrategies were implemented: a) Method to calculate various theoretical lower limits of the optimal solution andselect the best one for each instance and b) Instance reduction method to simplify the problem. We conduct extensiveexperimentation to observe their impact on performance in isolation and then together. The new version of GGACGT showed an increment in its performance with benchmark instances for the 1D-BPP.With this work, it was possible to identify some promising lines of research for the dynamic bin packing [2,3].