Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Quick Tutorial (Python)

Karthik Raman edited this page Jun 9, 2016 · 2 revisions

A quickstart for PyGMO is posted here. Some tutorials and examples are also available. If you just want to check the correct installation of PyGMO, you may type:

import PyGMO
print PyGMO.__version__
print PyGMO.__extensions__
PyGMO.run_test(n_trials=5)

which will produce a long screen output logging the detected PyGMO dependencies, the installed version and the results of 5 runs of algorithms on problems.

Clone this wiki locally