Closed DennisKleinhans closed 4 months ago
No longer use of Space from the skopt.Space module. Instead Bounds from the scipy.optimize module is used to define the search space.
Space
skopt.Space
Bounds
scipy.optimize
closes #269
Please run black through the notebooks (black --ipynb examples)
No longer use of
Space
from theskopt.Space
module. InsteadBounds
from thescipy.optimize
module is used to define the search space.closes #269