核心概念
The author introduces novel methods and algorithms to address the challenging problem of packing unequal circles into a circular container, showcasing superior performance over existing methods.
要約
The content discusses innovative methods for optimizing the packing of unequal circles into a circular container. It introduces a novel layout-graph transformation method, an Iterative Solution-Hashing Search algorithm, and various enhancements to refine optimization processes. The proposed algorithm demonstrates superior performance in solving the PUCC problem.
Key points include:
- Introduction of innovative methods for tackling the classic Circle Packing Problem.
- Proposal of an Iterative Solution-Hashing Search algorithm to efficiently explore high-quality configurations.
- Enhancement of optimization phases with adaptive maintenance, vacancy detection, and Voronoi-based locating methods.
- Validation through extensive computational experiments showcasing superior performance over existing state-of-the-art methods.
The article also delves into related studies, categorizing them into constructive methods, penalty modeling methods, and mathematical programming approaches. It highlights landmark studies and high-performance algorithms that have emerged in recent years.
統計
The penalty factor 𝜌 is initialized as 10^-3.
The penalty term 𝜌𝑅^2 is used in the objective function for container optimization.
The penalty factor 𝜌 is halved iteratively during the container optimization process.
The condition ‖𝑢′ − 𝑢∗‖^2 < 10^-2 is usually satisfied in experiments for vacancy detection accuracy.
引用
"Efficient Iterative Solution-Hashing Search (I-SHS) Algorithm"
"Novel Methods for Configuration Comparison"
"Adaptive Adjacency Maintenance (AAM) Method"