-
-
Notifications
You must be signed in to change notification settings - Fork 227
fix stats of stabilized RK methods #2753
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
Conversation
Benchmark Results (Julia v1)Time benchmarks
Memory benchmarks
|
I've seen this before and started looking into the adaptivity algorithm and thought it must have possible improvements but couldn't figure out why it was behaving like that. This explains a lot 😅 |
Thanks for your review - and for catching the debug statement I forgot. |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
I was wondering why an algorithm became so much slower when supplying an
eigen_est
although both the number of steps and the number of function evaluations reported in the stats reduced significantly 🙈