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

fix: random seeds in secondary location model #246

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Conversation

sebhoerl
Copy link
Contributor

@sebhoerl sebhoerl commented Jul 5, 2024

The secondary location model got individual random seeds passed to every parallel process. However, so far, it was using the global random seed instead. This should not have a big impact as every thread processes different activity chains, but there may still be some minor effects in terms of correlations between similar activity chains that are now resolved.

@sebhoerl sebhoerl merged commit be43c17 into develop Jul 16, 2024
2 checks passed
@sebhoerl sebhoerl deleted the fix/secloc-seed branch July 16, 2024 07:48
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.

1 participant