liudafei / pagmo2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pagmo

Build Status Build Status Build Status Code Coverage

Anaconda-Server Badge Anaconda-Server Badge PyPI

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

DOI

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.

If you are using pagmo/pygmo as part of your research, teaching, or other activities, we would be grateful if you could star the repository and/or cite our work. The DOI of the latest version and other citation resources are 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.

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 99.0%Language:Python 0.7%Language:CMake 0.2%Language:Shell 0.0%Language:Batchfile 0.0%Language:PowerShell 0.0%