A dump of solvers/algorithms that might be useful to have in pagmo:
[x] https://projects.coin-or.org/Ipopt ipopt (this was available in pagmo 1.x, potential issues compiling it on windows as it requires a fortran compiler) (#92)
[ ] https://www.ime.usp.br/~egbirgin/tango/codes.php#algencan Algencan (GPL) An nlp solver (classic alternative to ipopt, fully open but fortran with C API). I actually downloaded it and the interface looks very similar to IPOPT. Should be easy to develop the pagmo/pygmo interface.
[ ] https://github.com/fmfn/BayesianOptimization . It would be useful to have Bayesian Optimization in pagmo2. I found this software through google search and it seems to have a similar structure to pagmo2.
A dump of solvers/algorithms that might be useful to have in pagmo:
A couple of LBFGS implementations: