Unclaimed project
Are you a maintainer of pagmo2? Claim this project to take control of your public changelog and roadmap.
Changelog
A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
Full changelog: https://esa.github.io/pagmo2/changelog.html
pagmo 2.18.0 adds official support for non-x86 processors, specifically 64-bit ARM and PowerPC. Automated builds on these architectures have been added to the CI pipeline, courtesy of travis and circleci.
This release includes various changes in the serialisation of the main classes. Although these changes are internal and they do not affect the public API, they do affect the data format of the serialised archives. As a result, it's not possible in pagmo 2.18.0 to load from archives produced with earlier versions of pagmo.
pagmo’s build system now honours the CMAKE_INSTALL_LIBDIR setting on Linux to determine the library installation path.