We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881ee71 commit 3d5ee28Copy full SHA for 3d5ee28
docs/src/basics/faq.md
@@ -32,7 +32,7 @@ the solution quickly diverges to infinity! This means, double-check your paramet
32
are indexed correctly!
33
34
**Note: if you see these warnings during a parameter estimation process, this is
35
-likely the underlying problem. Simply check `sol.retcode != :Success` and throw
+likely the underlying problem. Simply check `SciMLBase.successful_retcode(sol.retcode)` and throw
36
an `Inf` cost. Most optimizers will then reject steps in those parameter regimes!**
37
38
There are a few other things to check as well. Often, the stability of
0 commit comments