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

Leverage speed-up for deterministic dynamics #31

Open
blakeelias opened this issue Dec 28, 2020 · 1 comment
Open

Leverage speed-up for deterministic dynamics #31

blakeelias opened this issue Dec 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@blakeelias
Copy link
Owner

Don't have to iterate over entire space of next-states; instead can just iterate over the states that are actually reached -- which could be just 1 state.

@blakeelias blakeelias added the enhancement New feature or request label Dec 28, 2020
@blakeelias
Copy link
Owner Author

Of course, if I want to account for superspreaders properly, I need to have some stochasticity at least when in the the small numbers. But once cases get above a minimal threshold, can remove the stochasticity and get a big speedup.

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

1 participant