NSGA-III

An implementation of NSGA-III in Python

View the Project on GitHub lmarti/nsgaiii

nsgaiii: An implementation of NSGA-III in Python

nsgaiii is a Python implementation of the selection algorithm of NSGA-III as described in:

nsgaiii can be used with -as has been developed relying on- the DEAP module.

Installation

So far, the only form of installation is to checkout the project from GitHub,

git clone https://github.com/lmarti/nsgaiii.git

...and then installing it by running:

python setup.py install

Demonstration

I have prepared a sample Jupyter/IPython notebook that illustrates the use of the module.