Conversation
|
Once the build has completed, you can preview your PR at this URL: https://NumericalMathematics.github.io/Ariadne.jl/previews/PR154/ in a couple of minutes. |
|
Your PR no longer requires formatting changes. Thank you for your contribution! |
NoLineSearchWe terminate since we don't quite get to our tolerance: BacktrackingLineSearchWe are oscillating badly, with ForcingThe only way I managed to solve this sofar is to use a lower tol_abs and to disable EisenstattWalker. |
| solve(ode, Theseus.ARS443(); | ||
| dt = 0.02, | ||
| newton_kwargs = (; linesearch! = BacktrackingLineSearch()) | ||
| ) |
There was a problem hiding this comment.
This still throws an error, right?
ranocha
left a comment
There was a problem hiding this comment.
Thanks, the code itself looks good to me. Maybe the example is too complicated for this method to handle it well...
Could you maybe adapt the test so that it passes, please? Then, we can at least use the feature directly when looking for a better example.
Using the test from #135