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 seed set to int if not provided, support reproducible runs #61

Merged
merged 1 commit into from
Jun 18, 2020

Commits on Jun 14, 2020

  1. set random seed to an int in 0 to (2**32)-1 if it is not specified in…

    … the yaml configuration file. This enables runs to be reproducible, even if the seed is not set explicitly.
    Andrew Moodie committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    b78b00a View commit details
    Browse the repository at this point in the history