Closed cyxomo closed 3 years ago
The version 0.4.6 is all right if version was updated to 0.4.7 ,'RandomDesign' could not be found
It is fixed, but in a different way! Random was moved to a different package, please use
from emukit.core.initial_designs import RandomDesign
I've updated the original issue to clarify that too
I noticed that the issue 'RandomDesign' was still not fixed in version 0.4.7
/
>>> from emukit.experimental_design import RandomDesign Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'RandomDesign'
However,in #310 , I see it has been solved I was so confusedI installed emukit through pip
pip install emukit