Skip to content

Add seeding for BiRB designs #547

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

Merged
merged 2 commits into from
Mar 14, 2025
Merged

Add seeding for BiRB designs #547

merged 2 commits into from
Mar 14, 2025

Conversation

coreyostrove
Copy link
Contributor

This addresses issue #546 and adds in the rest of the plumbing needed for deterministically random BiRB experiment design construction. Previously even when specifying a seed this wasn't being propagated through to all of the different random sampling steps (or in some cases these sampling steps weren't configured to take a seed) meaning that the results were unexpectedly still non-deterministic (which is a problem where reproducibility guarantees are required.

Add in the rest of the plumbing needed for deterministically random BiRB experiment design construction.
Copy link
Contributor

@sserita sserita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this. I'll note that this is using the new RNG interface instead of the old one that most of the codebase is using; however, we want to probably shift to this one, so I'll approve here and we'll migrate the others as part of dealing with #548 or a separate but related issue.

@sserita sserita merged commit bc2c2d3 into develop Mar 14, 2025
4 of 8 checks passed
@sserita sserita deleted the bugfix-birb-seeding branch March 14, 2025 04:17
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.

2 participants