AI RESEARCH

TorchDAE: Implicit DAE Solvers with Index Reduction and Adjoint Sensitivity [P]

r/MachineLearning

Hello everyone, I've been working on a PyTorch library for solving Differential Algebraic Equations (DAEs) that s vectorized execution and GPU acceleration. The library implements several algorithms that are not currently available in the Python ecosystem, including Generalized-Alpha integration, Dummy Derivatives index reduction, and adjoint sensitivity methods for DAEs. My motivation was to enable differentiable DAE simulation workflows in PyTorch for applications such as system identification, scientific machine learning, and physics-informed modeling.