Back to TILs

pagmo — C++ scientific library for massively parallel optimization

Date: 2022-12-29Last modified: 2022-12-30

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 problems, and to make their deployment in massively parallel environments easy.

Reference