Skip to content

Commit

Permalink
Update README with arXiv preprint
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiBolibar committed Jun 17, 2024
1 parent 9fe0f6f commit bfef194
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

# Differentiable programming for Differential equations: a review

### ⚠️ New preprint available! 📖 ⚠️

The review paper is now available as a preprint on arXiv: https://arxiv.org/abs/2406.09699

If you want to cite this work, please use this BibTex citation:
```
@misc{sapienza2024differentiable,
title={Differentiable Programming for Differential Equations: A Review},
author={Facundo Sapienza and Jordi Bolibar and Frank Schäfer and Brian Groenke and Avik Pal and Victor Boussange and Patrick Heimbach and Giles Hooker and Fernando Pérez and Per-Olof Persson and Christopher Rackauckas},
year={2024},
eprint={2406.09699},
archivePrefix={arXiv},
primaryClass={id='math.NA' full_name='Numerical Analysis' is_active=True alt_name='cs.NA' in_archive='math' is_general=False description='Numerical algorithms for problems in analysis and algebra, scientific computation'}
}
```

---

This respository contains all the text, code and figures used for the review paper about sentitivity methods for differential equations. This topic received different names in different communities, but the core problem is quite simple. Given a system of differential equations
```math
\frac{du}{dt} = f(u, \theta, t),
Expand Down

0 comments on commit bfef194

Please sign in to comment.