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

Save progress on multi-iteration tables #29

Open
blakeelias opened this issue Dec 28, 2020 · 0 comments
Open

Save progress on multi-iteration tables #29

blakeelias opened this issue Dec 28, 2020 · 0 comments

Comments

@blakeelias
Copy link
Owner

Prevent quadratic behavior where these tables get re-computed.
Compute the whole thing, while saving any intermediates along the way if they'll be needed.

Or save every power of 2 or something, so they can be combined easily.
(Can I create a simple method for combining two iterated tables to produce their lumped iteration?)

The whole story changes when doing time-varying environments anyway, since it's not just a matter of iterating the same transitions...

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

No branches or pull requests

1 participant