Closed MenaWANG closed 1 year ago
The np.random.RandomState function was deprecated, and this was causing some issues with Hyperopt.
To fix this, I've
np.random.RandomState
np.random.default_rng
_classes.py
Tested locally with development installation and happy to report that the updated shaphypetune now works well with its hyperopt functionality. :)
The np.random.RandomState function was deprecated, and this was causing some issues with Hyperopt.
To fix this, I've
np.random.RandomState
withnp.random.default_rng
in_classes.py
Tested locally with development installation and happy to report that the updated shaphypetune now works well with its hyperopt functionality. :)