-
Notifications
You must be signed in to change notification settings - Fork 26
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
Improve accuracy by using Twitter #120
Comments
Just adding
|
Interesting, @mzgubic. This trick to modify the step size does have as a consequence that it makes the step size deviate from the computed "best" step size. Perhaps that's what's now making the adaptation test fail. I would argue that that adaptation test is really extreme and probably not a setting that would be ever used in practice, so perhaps we could accept the loss of accuracy there if this trick does exhibit good improvement for more commonly occurring use cases. A better way to integrate this trick is to explicitly account for it in the step size computation, i.e. model an error of |
Is this issue still open? |
Yep, feel free to tackle |
-- https://twitter.com/willkurt/status/1330183861452541953?s=20
@wesselb suggested to insert it here:
https://github.com/JuliaDiff/FiniteDifferences.jl/blob/master/src/methods.jl#L270
The text was updated successfully, but these errors were encountered: