日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
最適化/衝突検出arXiv:2508.08341

2次元不規則切断・詰め込み問題における幾何と最適化の分離:オープンソース衝突検出エンジン

Decoupling Geometry from Optimization in 2D Irregular Cutting and Packing Problems: an Open-Source Collision Detection Engine

シェア:XThreadsFacebookLINEはてブBluesky

2次元不規則切断・詰め込み問題の幾何的課題を専門に扱うオープンソース衝突検出エンジンjagua-rsを提案し、最適化アルゴリズム開発者が幾何を意識せずに済む基盤を提供する。

著者: Jeroen Gardeyn, Greet Vanden Berghe, Tony Wauters

分類: cs.CG, cs.RO

原文アブストラクト

Addressing irregular cutting and packing (C&P) optimization problems poses two distinct challenges: the geometric challenge of determining whether or not an item can be placed feasibly at a certain position, and the optimization challenge of finding a good solution according to some objective function. Until now, those tackling such problems have had to address both challenges simultaneously, requiring two distinct sets of expertise and a lot of research & development effort. One way to lower this barrier is to decouple the two challenges. In this paper we introduce a powerful collision detection engine (CDE) for 2D irregular C&P problems which assumes full responsibility for the geometric challenge. The CDE (i) allows users to focus with full confidence on their optimization challenge by abstracting geometry away and (ii) enables independent advances to propagate to all optimization algorithms built atop it. We present a set of core principles and design philosophies to model a general and adaptable CDE focused on maximizing performance, accuracy and robustness. These principles are accompanied by a concrete open-source implementation called $\texttt{jagua-rs}$. This paper together with its implementation serves as a catalyst for future advances in irregular C&P problems by providing a solid foundation which can either be used as it currently exists or be further improved upon.

PR本紙発行元 EmplifAI