polytope icon indicating copy to clipboard operation
polytope copied to clipboard

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

Open necozay opened this issue 11 years ago • 3 comments

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)

necozay avatar Aug 25 '14 05:08 necozay

  • projection_iterhull

(see also related tulip issue)

necozay avatar Aug 12 '16 05:08 necozay

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?

slivingston avatar Aug 12 '16 12:08 slivingston

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

johnyf avatar Aug 12 '16 21:08 johnyf