Efficient Generation of Grids and Traversal Graphs in Compositional Spaces towards Exploration and Path Planning
Adam M. Krajewski, Allison M. Beese, Wesley F. Reinhart, Zi-Kui Liu

TL;DR
This paper introduces a high-performance library and an efficient algorithm for generating and traversing large simplex graphs in compositional spaces, enabling scalable exploration and path planning in complex, non-Euclidean domains.
Contribution
It presents a novel n-dimensional simplex graph data structure and an $ ext{O}(N)$ construction algorithm that avoids distance calculations, facilitating rapid graph generation for large compositional spaces.
Findings
Graph construction with billions of transitions takes seconds on a laptop.
The graph representation supports efficient path planning and optimization algorithms.
The approach leverages combinatorics and ordering, avoiding costly neighborhood computations.
Abstract
Many disciplines of science and engineering deal with problems related to compositions, ranging from chemical compositions in materials science to portfolio compositions in economics. They exist in non-Euclidean simplex spaces, causing many standard tools to be incorrect or inefficient, which is significant in combinatorically or structurally challenging spaces exemplified by Compositionally Complex Materials (CCMs) and Functionally Graded Materials (FGMs). Here, we explore them conceptually in terms of problem spaces and quantitatively in terms of computational feasibility. This work implements several essential methods specific to the compositional (simplex) spaces through a high-performance open-source library nimplex. Most significantly, we derive and implement an algorithm for constructing a novel n-dimensional simplex graph data structure, which contains all discretized…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Modular Robots and Swarm Intelligence · Optimization and Search Problems
