sQUlearn / squlearn

scikit-learn interface for quantum algorithms
https://squlearn.github.io
Apache License 2.0
63 stars 20 forks source link

Replacement of Space with Bounds for the definition of the search space #276

Closed DennisKleinhans closed 4 months ago

DennisKleinhans commented 5 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.

closes #269

David-Kreplin commented 5 months ago

Please run black through the notebooks (black --ipynb examples)