numericalalgorithmsgroup/pybobyqa

Reproducibility with random seed

ogencoglu opened this issue · 1 comments

Is there a way to fix the randomness with some seed parameter to have reproducibility?

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