sherpa-ai / sherpa

Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.
http://parameter-sherpa.readthedocs.io/
GNU General Public License v3.0
331 stars 53 forks source link

random_seed cannot actually be set when creating a new study #114

Open baperry2 opened 3 years ago

baperry2 commented 3 years ago

https://github.com/sherpa-ai/sherpa/blob/ff6466e99717983f9f394ba72b63f17343e32bdc/sherpa/core.py#L84

This functionality shows up in the documentation of the function, but not the implementation.

Ideally, the ability to set the random seed when creating a new study would be added to enable reproducibility. If not, it should be removed from the documentation to avoid confusion.

theisjendal commented 2 years ago

I agree. It would be very nice to have reproducible experiments. Also if an error occurs it would be easier to debug as well.