Releases: thibmonsel/torchdde
Releases · thibmonsel/torchdde
0.1.2
Initial release of `torchdde`
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.