control-toolbox / control-toolbox/CTFlows.jl

[Dev] Faster ode solver

Open
#81 5 comments 0 reactions 1 assignee Claimed by @ocots View on GitHub
enhancement
Dominant language
Julia
Stars
2
Forks
3
Avg merge
22h 16m
Merged PRs (30d)
9

Description

@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.*
- https://github.com/gwater/RungeKuttaFehlberg.jl/tree/master
- https://github.com/SciML/DiffEqDevTools.jl/blob/master/src/ode_tableaus.jl#L866-L920

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.