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

Add Covariance Matrix Adaptation Evolution Strategy (CMA-ES) optimizer for VQAs #10262

Closed
Unathi-Skosana opened this issue Jun 12, 2023 · 2 comments
Labels
mod: algorithms Related to the Algorithms module type: feature request New feature or request

Comments

@Unathi-Skosana
Copy link

What should we add?

Qiskit terra interface for CMA-ES which is a stochastic derivative-free numerical optimization algorithm, observed in arXiv:2111.13454 to be on par with and sometimes outperforming SPSA with appropriate hyperparameter tuning 1.

Footnotes

  1. I would be more than happy to work on this.

@Unathi-Skosana Unathi-Skosana added the type: feature request New feature or request label Jun 12, 2023
@jakelishman jakelishman added the mod: algorithms Related to the Algorithms module label Jun 12, 2023
@Cryoris
Copy link
Contributor

Cryoris commented Jun 26, 2023

@MarcDrudis almost finished the implementation of CMA-ES during the work on #8170, which would be nice to get in.

@ElePT
Copy link
Contributor

ElePT commented Aug 22, 2023

Transferred to new repo: qiskit-community/qiskit-algorithms#62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod: algorithms Related to the Algorithms module type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants