esa / pagmo2

A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pagmo2/
GNU General Public License v3.0
810 stars 160 forks source link

Wrapping more solvers #77

Open bluescarni opened 7 years ago

bluescarni commented 7 years ago

A dump of solvers/algorithms that might be useful to have in pagmo:

A couple of LBFGS implementations:

dhellfeld commented 5 years ago

Why were the scipy solvers dropped between pagmo 1 and 2?

bluescarni commented 5 years ago

@dhellfeld Yes, but they will be added back to pagmo 2 soon.

Sceki commented 4 years ago