You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented dde solver base on ddeint with scipy.integrate.solve_ivp which is newer version. https://github.com/Menginventor/dde_ivp
It support rk23, rk45 adaptive step size. vectorized variable, dense output, and event detection
I would be more efficient and accurate the existing ddeint. Feel free to try it out.
Hi, I try to simulate FOPDT using ddeint. However, it doesn't work for me.
May I have your advice on this?
My system is as shown:
The text was updated successfully, but these errors were encountered: