Skip to content

Initial release of `torchdde`

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 17:07
· 11 commits to master since this release
  • 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.