Skip to content
/ pagmo2 Public

A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
COPYING.gpl3
LGPL-3.0
COPYING.lgpl3
Notifications You must be signed in to change notification settings

esa/pagmo2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b653312 · Apr 15, 2025
Jan 13, 2025
Feb 14, 2024
Dec 19, 2020
Jul 4, 2024
Aug 9, 2024
Apr 10, 2025
Jul 29, 2024
Sep 27, 2024
Apr 10, 2025
Jun 27, 2022
Jan 11, 2017
Apr 28, 2022
Aug 2, 2021
Jan 13, 2025
Jan 17, 2017
Jan 17, 2017
Jan 21, 2023
May 4, 2019
Apr 10, 2025
Sep 27, 2024

Repository files navigation

pagmo

Build Status Build Status Build Status Code Coverage

Anaconda-Server Badge

Join the chat at https://gitter.im/pagmo2/Lobby

DOI DOI

IMPORTANT NOTICE: pygmo, the Python bindings for pagmo, have been split off into a separate project, hosted here. Please update your bookmarks!

pagmo is a C++ scientific library for massively parallel optimization. It is built around the idea of providing a unified interface to optimization algorithms and to optimization problems and to make their deployment in massively parallel environments easy.

If you are using pagmo as part of your research, teaching, or other activities, we would be grateful if you could star the repository and/or cite our work. For citation purposes, you can use the following BibTex entry, which refers to the pagmo paper in the Journal of Open Source Software:

@article{Biscani2020,
  doi = {10.21105/joss.02338},
  url = {https://doi.org/10.21105/joss.02338},
  year = {2020},
  publisher = {The Open Journal},
  volume = {5},
  number = {53},
  pages = {2338},
  author = {Francesco Biscani and Dario Izzo},
  title = {A parallel global multiobjective framework for optimization: pagmo},
  journal = {Journal of Open Source Software}
}

The DOI of the latest version of the software is available at this link.

The full documentation can be found here.

Upgrading from pagmo 1.x.x

If you were using the old pagmo, have a look here on some technical data on what and why a completely new API and code was developed: https://github.com/esa/pagmo2/wiki/From-1.x-to-2.x

You will find many tutorials in the documentation, we suggest to skim through them to realize the differences. The new pagmo (version 2) should be considered (and is) as an entirely different code.