Contribute

If you wish to contribute there would be plenty to do for example :

  • Encapsulate all Runge Kutta methods (e.g. RK2(),RK4(),Dopri5()...) in one abstract class AbstractRK. One example of this is in Diffrax or in torchode.
  • Attend this exploration phase for the adjoint method from the issue.