Skip to content

Change the steady state solver to a NonlinearSolve.jl solver #116

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

Closed
1-Bart-1 opened this issue Apr 4, 2025 · 1 comment
Closed

Change the steady state solver to a NonlinearSolve.jl solver #116

1-Bart-1 opened this issue Apr 4, 2025 · 1 comment

Comments

@1-Bart-1
Copy link
Collaborator

1-Bart-1 commented Apr 4, 2025

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.

@ufechner7
Copy link
Owner

This problem was caused by:

I can confirm that this change introduces the bug:
  [d41bc354] ↑ NLSolversBase v7.8.3 ⇒ v7.9.1

Adding this entry to Project.toml fixes the issue:

NLSolversBase = "~7.8.3"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants