Hyperopt has the option to initialise its internal RNG via the rstate argument, which isn't set at present (rng_seed in the list of hyperparameter options is used by Lasagne). If we explicitly set rstate, can we reliably obtain the same set of hyperparameters from the optimisation process?
Hyperopt has the option to initialise its internal RNG via the
rstate
argument, which isn't set at present (rng_seed
in the list of hyperparameter options is used by Lasagne). If we explicitly setrstate
, can we reliably obtain the same set of hyperparameters from the optimisation process?