CMA-ES / pycma

Python implementation of CMA-ES
Other
1.08k stars 177 forks source link

Scipy.optimize.minimize implementation #220

Open maccaran-bh opened 1 year ago

maccaran-bh commented 1 year ago

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

nikohansen commented 1 year ago

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

should already do the majority of the trick?