Closed bessembhiri closed 1 year ago
i just changed the line #rstate=np.random.RandomState(rseed),
by rstate=np.random.default_rng(rseed), to allow compatibility with hyperopt==0.2.7
+1: This patch got it working for me with hyperopt==0.2.7
hyperopt==0.2.7
confirming that this patch worked for me too: hyperopt==0.2.7, won't compile otherwise
i just changed the line #rstate=np.random.RandomState(rseed),
by rstate=np.random.default_rng(rseed), to allow compatibility with hyperopt==0.2.7