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

Properly handle RandomStates #99

Open
artgoldberg opened this issue Jul 1, 2020 · 0 comments
Open

Properly handle RandomStates #99

artgoldberg opened this issue Jul 1, 2020 · 0 comments
Assignees

Comments

@artgoldberg
Copy link
Contributor

RandomState should be managed so that:

  1. separate instances are used by different entities (submodels, species population) so changes in the behavior of one doesn't influence the behavior of another
  2. simulations can be restarted from checkpoints containing the random state

When this has been done, TestDynamicModel.do_test_expression_dependency_dynamics() no longer needs to temporarily suspend rounding by DynamicSpeciesState.get_population() so that it doesn't use the RandomState it shares with submodels

@artgoldberg artgoldberg self-assigned this Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant