sQUlearn / squlearn

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

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

Closed DennisKleinhans closed 4 days ago

DennisKleinhans commented 3 weeks 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 2 weeks ago

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