esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
414 stars 56 forks source link

[WIP] Adds bindings for PagMo2 NSGA-III #160

Open pmslavin opened 3 months ago

pmslavin commented 3 months ago

Implements interface for the NSGA-III algorithm in PagMo2 described here.

Unit tests are provided.

Note that this is in draft status at the moment: