Skip to content
forked from esa/pagmo2

A C++ / Python 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

Spencerx/pagmo2

 
 

Repository files navigation

pagmo

Gitter Build Status Build status Docs codecov.io PyPI Anaconda-Server Badge Anaconda-Server Badge

pagmo (C++) or pygmo (Python) is a 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.

The full documentation can be found here https://esa.github.io/pagmo2/

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.

About

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

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
COPYING.gpl3
LGPL-3.0
COPYING.lgpl3

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.6%
  • Python 1.7%
  • CMake 0.7%