English

Optimization of a Triangular Delaunay Mesh Generator using Reinforcement Learning

Computational Geometry 2025-10-28 v1

Abstract

In this work we introduce a triangular Delaunay mesh generator that can be trained using reinforcement learning to maximize a given mesh quality metric. Our mesh generator consists of a graph neural network that distributes and modifies vertices, and a standard Delaunay algorithm to triangulate the vertices. We explore various design choices and evaluate our mesh generator on various tasks including mesh generation, mesh improvement, and producing variable resolution meshes. The learned mesh generator outputs meshes that are comparable to those produced by Triangle and DistMesh, two popular Delaunay-based mesh generators.

Keywords

Cite

@article{arxiv.2504.03610,
  title  = {Optimization of a Triangular Delaunay Mesh Generator using Reinforcement Learning},
  author = {Will Thacher and Per-Olof Persson and Yulong Pan},
  journal= {arXiv preprint arXiv:2504.03610},
  year   = {2025}
}
R2 v1 2026-06-28T22:47:08.069Z