Posts by Ishibashi • 21 points
1 post
-
2
votes0
answers28
viewsQ: How to get additional information from "scipy.integrate.ode" solvers?
I am comparing different solvers ( dopri5, dop853, Vode, etc) of "scipy.integrate.ode" and I would like to know if there is any way to get information such as: number of iterations, number of steps…