How to monitor the process of SciPy.odeint?
问题 SciPy can solve ode equations by scipy.integrate.odeint or other packages, but it gives result after the function has been solved completely. However, if the ode function is very complex, the program will take a lot of time(one or two days) to give the whole result. So how can I mointor the step it solve the equations(print out result when the equation hasn't been solved completely)? 回答1: You could split the integration domain and integrate the segments, taking the last value of the previous