paper-with-me

Papers

Adaptive Large Neighborhood Search for Circle Bin Packing Problem

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

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, we propose an adaptive large neighborhood search (ALNS) algorithm, which uses our Greedy Algorithm with Corner Occupying Action (GACOA) to construct an initial layout. The greedy solution is usually in a local optimum trap, and ALNS enables multiple neighborhood search that depends on the stochastic annealing schedule to avoid getting stuck in local minimum traps. Specifically, ALNS perturbs the current layout to jump out of a local optimum by iteratively reassigns some circles and accepts the new layout with some probability during the search. The acceptance probability is adjusted adaptively using simulated annealing that fine-tunes the search direction in order to reach the global optimum. We benchmark computational results against GACOA in heterogeneous instances. ALNS always outperforms GACOA in improving the objective function, and in several cases, there is a significant reduction on the number of bins used in the packing.

📄 PDF Abstract BibTeX arXiv:2001.07709

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Iterated Tabu Search Algorithm for Packing Unequal Circles in a Circle

2013-06-04 · Tao Ye, Wenqi Huang, Zhipeng Lu

This paper presents an Iterated Tabu Search algorithm (denoted by ITS-PUCC) for solving the problem of Packing Unequal Circles in a Circle. The algorithm exploits the continuous and combinatorial nature of the unequal ci…

Combinatorial Optimization

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…

An Encoder-Decoder Approach for Packing Circles

2023-08-11 · Akshay Kiran Jose, Gangadhar Karevvanavar, Rajshekhar V Bhat

The problem of packing smaller objects within a larger object has been of interest since decades. In these problems, in addition to the requirement that the smaller objects must lie completely inside the larger objects, …

Decoder

Stochastic Item Descent Method for Large Scale Equal Circle Packing Problem

2020-01-22 · Kun He, Min Zhang, Jianrong Zhou, Yan Jin 외

Stochastic gradient descent (SGD) is a powerful method for large-scale optimization problems in the area of machine learning, especially for a finite-sum formulation with numerous variables. In recent years, mini-batch S…

LLM-Guided Program Evolution for Circle Packing: Breaking 10 Packomania Records for $28

2026-09-04 · Wes Sander arxiv

We present Discovery Loop, a lightweight system that uses a large language model (LLM) to iteratively evolve optimization algorithms. Starting from a simple seed solver, the LLM proposes algorithmic improvements guided b…