esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
422 stars 57 forks source link

[Question] Facility Location Problem #94

Open fillipefeitosa opened 2 years ago

fillipefeitosa commented 2 years ago

Thanks for effort on this amazing library.

I am looking for a python library to perform Capacitated Facility Location problem with multi objectives. Is pygmo2 suited for that?

Can I find a working exemple on how to use pygmo to model a facility location problem?

Thanks for your time.