Skip to content

Releases: thibmonsel/torchdde

0.1.2

12 Dec 11:59
Compare
Choose a tag to compare
  • Documentation improvements.
  • Bug fix where integration exceeds sometimes the end point t1.

Initial release of `torchdde`

19 Sep 17:07
Compare
Choose a tag to compare
  • torchdde is a neural network package that is compatible with Delay Differential Equations (DDEs) written in Pytorch.
  • Only constant delays are supported.
  • Basic solvers are available like RK2,RK4,Dopri5.
  • The adjoint method or regular backprop is available to train Neural DDEs.