paper-with-me

Papers

Fast Neighborhood Search Heuristics for the Colored Bin Packing Problem

2023-10-06 · Renan F. F. da Silva, Yulle G. F. Borges, Rafael C. S. Schouery

The Colored Bin Packing Problem (CBPP) is a generalization of the Bin Packing Problem (BPP). The CBPP consists of packing a set of items, each with a weight and a color, in bins of limited capacity, minimizing the number of used bins and satisfying the constraint that two items of the same color cannot be packed side by side in the same bin. In this article, we proposed an adaptation of BPP heuristics and new heuristics for the CBPP. Moreover, we propose a set of fast neighborhood search algorithms for CBPP. These neighborhoods are applied in a meta-heuristic approach based on the Variable Neighborhood Search (VNS) and a matheuristic approach that combines linear programming with the meta-heuristics VNS and Greedy Randomized Adaptive Search (GRASP). The results indicate that our matheuristic is superior to VNS and that both approaches can find near-optimal solutions for a large number of instances, even for those with many items.

📄 PDF Abstract BibTeX arXiv:2310.04471

Code (1)

https://gitlab.com/renanfernandofranco/fast-neighborhood-search-heuristics-for-the-colorful-bin-packing-problem 공식 구현

Similar Papers 제목 키워드 기반

Local Branching Relaxation Heuristics for Integer Linear Programs

2022-12-15 · Taoan Huang, Aaron Ferber, Yuandong Tian, Bistra Dilkina 외

Large Neighborhood Search (LNS) is a popular heuristic algorithm for solving combinatorial optimization problems (COP). It starts with an initial solution to the problem and iteratively improves it by searching a large n…

Combinatorial Optimization

Adaptive Large Neighborhood Search for Circle Bin Packing Problem

2020-01-20 · Kun He, Kevin Tole, Fei Ni, Yong Yuan 외

We address a new variant of packing problem called the circle bin packing problem (CBPP), which is to find a dense packing of circle items to multiple square bins so as to minimize the number of used bins. To this end, w…

RAISE: LLM-based Automated Heuristic Design with Robust Adversary Instance Search

2026-06-30 · Fei Liu, Alessio Figalli, Patrick Owen, Nicola Serra arxiv

Automated Heuristic Design (AHD) with Large Language Models (LLMs) has shown remarkable progress in discovering high-quality heuristics. However, existing LLM-based AHD methods optimize heuristics for a fixed training in…

Small Boxes Big Data: A Deep Learning Approach to Optimize Variable Sized Bin Packing

2017-02-14 · Feng Mao, Edgar Blanco, Mingang Fu, Rohit Jain 외

Bin Packing problems have been widely studied because of their broad applications in different domains. Known as a set of NP-hard problems, they have different vari- ations and many heuristics have been proposed for obta…

Feature Engineeringfeature selection

Variable Neighborhood Search for the Bin Packing Problem with Compatible Categories

2019-05-09 · Luiz F. O. Moura Santos, Hugo T. Y. Yoshizaki, Claudio B. Cunha

Bin Packing with Conflicts (BPC) are problems in which items with compatibility constraints must be packed in the least number of bins, not exceeding the capacity of the bins and ensuring that non-conflicting items are p…