paper-with-me

Papers

Efficient time stepping for numerical integration using reinforcement learning

2021-04-08 · Michael Dellnitz, Eyke Hüllermeier, Marvin Lücke, Sina Ober-Blöbaum, Christian Offen, Sebastian Peitz, Karlson Pfannschmidt

Many problems in science and engineering require an efficient numerical approximation of integrals or solutions to differential equations. For systems with rapidly changing dynamics, an equidistant discretization is often inadvisable as it either results in prohibitively large errors or computational effort. To this end, adaptive schemes, such as solvers based on Runge--Kutta pairs, have been developed which adapt the step size based on local error estimations at each step. While the classical schemes apply very generally and are highly efficient on regular systems, they can behave sub-optimal when an inefficient step rejection mechanism is triggered by structurally complex systems such as chaotic systems. To overcome these issues, we propose a method to tailor numerical schemes to the problem class at hand. This is achieved by combining simple, classical quadrature rules or ODE solvers with data-driven time-stepping controllers. Compared with learning solution operators to ODEs directly, it generalises better to unseen initial data as our approach employs classical numerical schemes as base methods. At the same time it can make use of identified structures of a problem class and, therefore, outperforms state-of-the-art adaptive schemes. Several examples demonstrate superior efficiency. Source code is available at https://github.com/lueckem/quadrature-ML.

📄 PDF Abstract BibTeX arXiv:2104.03562

Code (1)

lueckem/quadrature-ML 공식 구현

Tasks

Meta-LearningNumerical Integrationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Hierarchical Deep Learning of Multiscale Differential Equation Time-Steppers

2020-08-22 · Yu-Ying Liu, J. Nathan Kutz, Steven L. Brunton

Nonlinear differential equations rarely admit closed-form solutions, thus requiring numerical time-stepping algorithms to approximate solutions. Further, many systems characterized by multiscale physics exhibit dynamics …

Deep LearningNumerical Integration

CENIC: Convex Error-controlled Numerical Integration for Contact

2025-11-11 · Vince Kurtz, Alejandro Castro arxiv

State-of-the-art robotics simulators operate in discrete time. This requires users to choose a time step, which is both critical and challenging: large steps can produce non-physical artifacts, while small steps force th…

Towards Efficient Time Stepping for Numerical Shape Correspondence

2023-12-21 · Alexander Köhler, Michael Breuß

The computation of correspondences between shapes is a principal task in shape analysis. To this end, methods based on partial differential equations (PDEs) have been established, encompassing e.g. the classic heat kerne…

`Next Generation' Reservoir Computing: an Empirical Data-Driven Expression of Dynamical Equations in Time-Stepping Form

2022-01-13 · Tse-Chun Chen, Stephen G. Penny, Timothy A. Smith, Jason A. Platt

Next generation reservoir computing based on nonlinear vector autoregression (NVAR) is applied to emulate simple dynamical system models and compared to numerical integration schemes such as Euler and the $2^\text{nd}$ o…

FormNumerical Integration

Proximal Policy Optimization Learning based Control of Congested Freeway Traffic

2022-04-12 · Shurong Mo, Nailong Wu, Jie Qi, Anqi Pan 외

This study proposes a delay-compensated feedback controller based on proximal policy optimization (PPO) reinforcement learning to stabilize traffic flow in the congested regime by manipulating the time-gap of adaptive cr…