https://github.com/esa/pygmo
Contains the sphinx documentation for PyGMO. To see the actual code, please use the PaGMO repository (https://github.com/esa/pagmo) as PyGMO is the python bindings to PaGMO (c++)
https://github.com/esa/pygmo
Last synced: about 19 hours ago
JSON representation
Contains the sphinx documentation for PyGMO. To see the actual code, please use the PaGMO repository (https://github.com/esa/pagmo) as PyGMO is the python bindings to PaGMO (c++)
- Host: GitHub
- URL: https://github.com/esa/pygmo
- Owner: esa
- License: gpl-3.0
- Created: 2014-02-24T10:15:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T16:26:23.000Z (over 9 years ago)
- Last Synced: 2025-02-07T06:45:34.528Z (11 months ago)
- Homepage:
- Size: 18.2 MB
- Stars: 48
- Watchers: 20
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PyGMO
=====
PyGMO (the Python Parallel Global Multiobjective Optimizer) is a scientific library providing a large number of optimisation problems and algorithms under the same powerful parallelization abstraction built around the generalized island-model paradigm.
This repository contains only the automatically generated documentation for PyGMO: http://esa.github.io/pygmo
PyGMO provides Python bindings for PaGMO, you can find the code here: http://github.com/esa/pagmo