sQUlearn / squlearn

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

Add SGLBO optimizer #242

Closed DennisKleinhans closed 2 months ago

DennisKleinhans commented 2 months ago
MoritzWillmann commented 2 months ago

Overall looks good, we need an implementation for _update_lr though. I'd say just a simple pass will be okay in this case

MoritzWillmann commented 2 months ago

Also a test case that utilizes the step function would be nice