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

Enable saving the random state, so that restarts are still reproducible #71

Open
bocklund opened this issue Jun 28, 2018 · 1 comment
Open

Comments

@bocklund
Copy link
Member

ESPEI can be deterministic and reproducible, but restarting resets the random state.

That means running for 1000 steps in one run and two runs of 500 steps each (1000 total) will give different results, despite each being deterministic.

A solution is to be able to dump and load the random state on restart.

@bocklund
Copy link
Member Author

It would also be nice if the probability and trace are bundled into whatever blob/format stores this information, so that restarts could be just pointing to the blob and the downstream user doesn't have to worry about concatenating probability/trace files.

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

No branches or pull requests

1 participant