Hi torchdiffeq maintainers,
First, thank you for the excellent work on this library! It has been incredibly useful for differentiable ODE solutions.
With the recent addition of the odeint_dense function, we noticed that it provides interpolation capabilities for accessing solutions at arbitrary time points. However, the current documentation lacks a concrete example of how to use odeint_dense and its interpolation features. This makes it challenging to adopt this functionality in practice.
Could you provide a minimal example demonstrating:
- How to call odeint_dense with proper parameters.
- How to use the returned solution object to interpolate states at non-eval time points.
Hi torchdiffeq maintainers,
First, thank you for the excellent work on this library! It has been incredibly useful for differentiable ODE solutions.
With the recent addition of the odeint_dense function, we noticed that it provides interpolation capabilities for accessing solutions at arbitrary time points. However, the current documentation lacks a concrete example of how to use odeint_dense and its interpolation features. This makes it challenging to adopt this functionality in practice.
Could you provide a minimal example demonstrating: