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

Scipy.optimize.minimize implementation #220

Open
maccaran-bh opened this issue Dec 21, 2022 · 1 comment
Open

Scipy.optimize.minimize implementation #220

maccaran-bh opened this issue Dec 21, 2022 · 1 comment

Comments

@maccaran-bh
Copy link

Is it possible to integrate this optimizer with the scipy function?

@nikohansen
Copy link
Contributor

I am pretty sure it should be possible, depending on what "integrate with" precisely means. Writing

  • a converter of the scipy.optimize.minimize input arguments to the input arguments of cma.fmin2 and
  • a converter of the output of cma.fmin2 into the format of scipy.optimize.minimize

should already do the majority of the trick?

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

No branches or pull requests

2 participants