-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling unstable systems #27
Comments
Yes, treat it as Inf. |
The latter? would allow |
I don't know if its so simple. What about the following
We have decoupled stable and unstable linear system. But |
I guess the question is, do we want to target the system we intended to represent via |
I'm not clear on what you are asking here. |
Floating point representation will send |
Yes, but Its seems like in the rest of the ecosystem the suggestion is to set The issue I see is that in the case in the link its up to the user to decide the appropriate behavior. However, here we are imbedding that decision into the |
to clarify, in the case of the two dimensions I was not saying send both to |
When I faced this problem, I was think it was going to actually require changes in |
Using Quadrature.jl with |
Unstable systems are causing extremely long quadrature run times. Seems like we can mitigate this with checking the status of the ODEProblem sol.
How should we handle the pull-back with unstable systems? Simply assign Inf to the pull back? Or assign Inf to all states in S(x) and then evaluate the observable.
The text was updated successfully, but these errors were encountered: