ICB-DCM / pyPESTO

python Parameter EStimation TOolbox
https://pypesto.readthedocs.io
BSD 3-Clause "New" or "Revised" License
220 stars 47 forks source link

Global optimization toolboxes #170

Closed yannikschaelte closed 4 years ago

yannikschaelte commented 5 years ago

As existed for pesto, a few global toolboxes should be interfaced, in addition to the gradient-based local ones.

E.g.:

paulstapor commented 5 years ago

For PSO: https://pythonhosted.org/pyswarm/ or https://github.com/jerrytheo/psopy

For an GA: https://github.com/CMA-ES/pycma

Anything for MEIGO?

dweindl commented 5 years ago

See also #169

yannikschaelte commented 4 years ago

pyswarm exists. for the others: see separate issues.