random_seed cannot actually be set when creating a new study
baperry2 opened this issue · 1 comments
baperry2 commented
Line 84 in ff6466e
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
I agree. It would be very nice to have reproducible experiments. Also if an error occurs it would be easier to debug as well.