DiffEqML / torchdyn

A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods
https://torchdyn.org
Apache License 2.0
1.36k stars 125 forks source link

Add Midpoint solvers; warn for fixed-step methods #92

Closed fedebotu closed 3 years ago

fedebotu commented 3 years ago
  1. Add Midpoint solver
  2. Add HyperMidpoint hypersolver
  3. Add midpoint to solver dictionary
  4. Throw a warning when trying to set tolerances in fixed-step size solvers
  5. Fix other Hypersolvers to be compatible with the updated API