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
It looks like yours solution is fastest in Python ODE tasks.
In solve_ivp() we have events which allow to implement stop condition during ODE process solving.
Is it possible to find/implement something similar in NumbaLSODA?
It could be useful if I dont know real parameter's range of integration but know where it should be stopped during entire integration process.
Thanks.
The text was updated successfully, but these errors were encountered:
It looks like yours solution is fastest in Python ODE tasks.
In solve_ivp() we have events which allow to implement stop condition during ODE process solving.
Is it possible to find/implement something similar in NumbaLSODA?
It could be useful if I dont know real parameter's range of integration but know where it should be stopped during entire integration process.
Thanks.
The text was updated successfully, but these errors were encountered: