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

WIP: memoization in the trees #9

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

WIP: memoization in the trees #9

wants to merge 1 commit into from

Conversation

ranocha
Copy link
Owner

@ranocha ranocha commented Sep 21, 2021

Based on SciML/RootedTrees.jl#23

However, benchmarking shows that most of the time of computing series given f, u, dt is spent in differentiating f etc. - at least for higher order of approximation. Thus, we need other strategies to make that faster.

@ranocha ranocha linked an issue Sep 21, 2021 that may be closed by this pull request
@ranocha ranocha changed the title WIP: memoization WIP: memoization in the trees Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant