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
The current find_steady_state!(kps4) is non-deterministic: the exact same starting conditions can result in both failure and success. Changing to NonlinearSolve.jl makes it possible to test more different solvers, and see if there are better alternatives.
The text was updated successfully, but these errors were encountered:
The current
find_steady_state!(kps4)
is non-deterministic: the exact same starting conditions can result in both failure and success. Changing to NonlinearSolve.jl makes it possible to test more different solvers, and see if there are better alternatives.The text was updated successfully, but these errors were encountered: