Skip to content
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

[Dev] faster ode solver #81

Open
jbcaillau opened this issue Dec 4, 2024 · 2 comments
Open

[Dev] faster ode solver #81

jbcaillau opened this issue Dec 4, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jbcaillau
Copy link
Member

jbcaillau commented Dec 4, 2024

@ocots what about having our own internal ODE solver? a standalone RKF54 (with adaptative stepsize) would perfectly do the job, I guess while

  • avoiding infinitely long install / precompile of OrdinaryDiffEq (they will break everything into smaller pieces sooner or later...)
  • ensuring simplicity and performance plus, possibly, eased access to a tailored AD

See, e.g.

@jbcaillau jbcaillau added the enhancement New feature or request label Dec 4, 2024
@jbcaillau
Copy link
Member Author

@ocots see also (thanks @abavoil): https://github.com/SciML/SimpleDiffEq.jl

@jbcaillau
Copy link
Member Author

@joseph-gergaud when you re-check AD for ODE solvers, please consider using the simple code above
#81 (comment)

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

No branches or pull requests

2 participants