Pydelay - a python tool for solving delay differential equations
V. Flunkert, E. Schoell

TL;DR
Pydelay is a Python library that converts delay differential equations into C-code for efficient simulation using scipy weave, facilitating the modeling of complex systems with delays.
Contribution
It introduces a Python tool that automates the translation of delay differential equations into C-code for faster simulation, which was not previously available.
Findings
Enables efficient simulation of delay differential equations in Python.
Provides a user-friendly interface for modeling delays in dynamical systems.
Achieves faster computation through C-code generation.
Abstract
pydelay is a python library which translates a system of delay differential equations into C-code and simulates the code using scipy weave.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModeling and Simulation Systems · Advanced Data Storage Technologies · Numerical methods for differential equations
