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

Ensure that given the same input data and fixed random number generators, the results are actually the same (reproducible) #195

Open
1kastner opened this issue Sep 9, 2023 · 0 comments
Labels
technical-debt This increases the code quality without changing the functionality

Comments

@1kastner
Copy link
Owner

1kastner commented Sep 9, 2023

What has been done
One idea is that ConFlowGen should generate reproducible results. The first half of the solution has been discussed and realised in #9 and #191. The second half came with #196. All random number generators need to be fixed, all SQL results need to be sorted, and any kind of shuffling needs to work with a (known) random seed.

What remains to be done
Thoroughly check whether all this works.

@1kastner 1kastner changed the title Allow reproducability by fixing the order in which containers are treated in the container flow generation process Ensure that given the same input data and fixed random number generators, the results are actually the same (reproducible) Sep 9, 2023
@1kastner 1kastner added the technical-debt This increases the code quality without changing the functionality label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical-debt This increases the code quality without changing the functionality
Projects
None yet
Development

No branches or pull requests

1 participant