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

provide a means for fixing the seed of random number generator in various functions #13

Open
necozay opened this issue Aug 25, 2014 · 3 comments
Assignees
Labels
bug An error, usually in the code.

Comments

@necozay
Copy link
Contributor

necozay commented Aug 25, 2014

for reproducibility... In particular, for the following functions:

  • esp.py
  • quickhull.py
  • glpk (not sure about the source of randomness but we have observed inconsistencies in the output for multiple repeated runs - glpsol seems to accept a seed value)
@johnyf johnyf added the bug label Aug 25, 2014
@necozay
Copy link
Contributor Author

necozay commented Aug 12, 2016

  • projection_iterhull

(see also related tulip issue)

@slivingston
Copy link
Member

Is this a "bug"?

Fixing the seed is crucial for many tests, so providing the feature requested in this issue is well motivated. However, is randomization being used wrongly somewhere?

@johnyf
Copy link
Member

johnyf commented Aug 12, 2016

The "inconsistencies" mentioned in the OP may have led to this characterization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error, usually in the code.
Projects
None yet
Development

No branches or pull requests

3 participants