Reproducibility with random seed
ogencoglu opened this issue · 1 comments
ogencoglu commented
Is there a way to fix the randomness with some seed
parameter to have reproducibility?
lindonroberts commented
Hi, the randomness is all done through numpy's random number generator, so you can just use numpy.random.seed(myseed)
to get reproducible results