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

Implement a termination criterion for qiskit_algorithm's SPSA #37

Closed
dleidreiter opened this issue May 27, 2024 · 0 comments · Fixed by #38
Closed

Implement a termination criterion for qiskit_algorithm's SPSA #37

dleidreiter opened this issue May 27, 2024 · 0 comments · Fixed by #38
Assignees

Comments

@dleidreiter
Copy link
Collaborator

SPSA is a promising noise resistant classical optimizer for VQA routines. It is implemented in qiskit_algorithms and seemlessly usable within this implementation of EVQE. Yet unlike other classical optimizers in qiskit_algorithms, SPSA does not offer a stability based termination criterion, only a callback so the user can decide themselves whether to terminate. To prevent running needlessly many SPSA iterations in EVQE, a termination criterion should be offered for the SPSA optimizer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant