paper-with-me

Papers

Evolving Algebraic Multigrid Methods Using Grammar-Guided Genetic Programming

2024-12-08 · Dinesh Parthasarathy, Wayne Bradford Mitchell, Harald Köstler

Multigrid methods despite being known to be asymptotically optimal algorithms, depend on the careful selection of their individual components for efficiency. Also, they are mostly restricted to standard cycle types like V-, F-, and W-cycles. We use grammar rules to generate arbitrary-shaped cycles, wherein the smoothers and their relaxation weights are chosen independently at each step within the cycle. We call this a flexible multigrid cycle. These flexible cycles are used in Algebraic Multigrid (AMG) methods with the help of grammar rules and optimized using genetic programming. The flexible AMG methods are implemented in the software library of hypre, and the programs are optimized separately for two cases: a standalone AMG solver for a 3D anisotropic problem and an AMG preconditioner with conjugate gradient for a multiphysics code. We observe that the optimized flexible cycles provide higher efficiency and better performance than the standard cycle types.

📄 PDF Abstract BibTeX arXiv:2412.05852

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Automated Grammar-based Algebraic Multigrid Design With Evolutionary Algorithms

2026-03-18 · Dinesh Parthasarathy, Wayne Mitchell, Arjun Gambhir, Harald Köstler 외 arxiv

Although multigrid is asymptotically optimal for solving many important partial differential equations, its efficiency relies heavily on the careful selection of the individual algorithmic components. In contrast to rece…

Evolving Generalizable Multigrid-Based Helmholtz Preconditioners with Grammar-Guided Genetic Programming

2022-04-27 · Jonas Schmitt, Harald Köstler

Solving the indefinite Helmholtz equation is not only crucial for the understanding of many physical phenomena but also represents an outstandingly-difficult benchmark problem for the successful application of numerical …

Towards Automated Algebraic Multigrid Preconditioner Design Using Genetic Programming for Large-Scale Laser Beam Welding Simulations

2024-12-11 · Dinesh Parthasarathy, Tommaso Bevilacqua, Martin Lanser, Axel Klawonn 외

Multigrid methods are asymptotically optimal algorithms ideal for large-scale simulations. But, they require making numerous algorithmic choices that significantly influence their efficiency. Unlike recent approaches tha…

Evolutionary Algorithms

Reducing operator complexity in Algebraic Multigrid with Machine Learning Approaches

2023-07-15 · Ru Huang, Kai Chang, Huan He, Ruipeng Li 외

We propose a data-driven and machine-learning-based approach to compute non-Galerkin coarse-grid operators in algebraic multigrid (AMG) methods, addressing the well-known issue of increasing operator complexity. Guided b…

Automating the Design of Multigrid Methods with Evolutionary Program Synthesis

2023-12-22 · Jonas Schmitt

Many of the most fundamental laws of nature can be formulated as partial differential equations (PDEs). Understanding these equations is, therefore, of exceptional importance for many branches of modern science and engin…

Code GenerationProgram Synthesis