Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

37 implement a termination criterion for qiskit algorithms spsa #38

Merged
Merged
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Current version: 0.2.0
- Added tournament selection as an alternative selection method for EVQE ([Issue #25])
- Add the ability to initialize EVQE individuals with more than one circuit layer ([Issue #26])
- Added the ability to use the Critival Value at Risk instead of the Expectation Value ([Issue #32])
- Added a termination criterion for qiskit_algorithm's SPSA optimizer ([Issue #37])

### Fixed

Expand All @@ -29,6 +30,7 @@ Current version: 0.2.0

- Initial codeless pypi commit

[Issue #37]: https://github.com/DLR-RB/QUEASARS/issues/37
[Issue #32]: https://github.com/DLR-RB/QUEASARS/issues/32
[Issue #31]: https://github.com/DLR-RB/QUEASARS/issues/31
[Issue #29]: https://github.com/DLR-RB/QUEASARS/issues/29
Expand Down
Loading
Loading