All Projects → lmarti → Nsgaiii

lmarti / Nsgaiii

Licence: lgpl-3.0
An implementation of NSGA-III in Python.

Projects that are alternatives of or similar to Nsgaiii

Qpga
Simulations of photonic quantum programmable gate arrays
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Encode Attend Navigate
Learning Heuristics for the TSP by Policy Gradient
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
P Multimodal Dataset Toolbox
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Equivariant Transformers
Equivariant Transformer (ET) layers are image-to-image mappings that incorporate prior knowledge on invariances with respect to continuous transformations groups (ICML 2019). Paper: https://arxiv.org/abs/1901.11399
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Backdrop
Implementation and demonstration of backdrop in pytorch. Code and demonstration of GP dataset generator.
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Cifar10 mxnet
使用mxnet编写的kaggle CIFAR10比赛的代码
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Deep Learning
深度学习的实战项目
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Vkapi Course
Курс по Python по работе с VK API
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Predictive Maintenance
Demonstration of MapR for Industrial IoT
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Red bag
支付宝红包/淘宝领喵币/雪球红包/苏宁易购/京东/淘宝自动签到 领取金币
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Hass Amazon Rekognition
Home Assistant Object detection with Amazon Rekognition
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Pynq
Python Productivity for ZYNQ
Stars: ✭ 1,152 (+1619.4%)
Mutual labels:  jupyter-notebook
Predictive Analytics With Tensorflow
Predictive Analytics with TensorFlow, published by Packt
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Concrete Autoencoders
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Timeflow
Tensorflow for Time Series Applications
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Remote Sensing With Python
Stars: ✭ 67 (+0%)
Mutual labels:  jupyter-notebook
Equalareacartogram
Converts a Shapefile, GeoJSON, or CSV to an equal area cartogram
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Deeplearning tutorial
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Tensorflow
This Repository contains all tensorflow tutorials.
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook
Etl with python
ETL with Python - Taught at DWH course 2017 (TAU)
Stars: ✭ 68 (+1.49%)
Mutual labels:  jupyter-notebook

nsgaiii: An implementation of NSGA-III in Python

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

  • Deb, K., & Jain, H. (2014). An Evolutionary Many-Objective Optimization Algorithm Using Reference-Point-Based Nondominated Sorting Approach, Part I: Solving Problems With Box Constraints. IEEE Transactions on Evolutionary Computation, 18(4), 577–601. doi:10.1109/TEVC.2013.2281535.

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

This code is highly experimental. Contributions and bug fixes are welcome.

Installation

So far, the only form of installation is to clone 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 NSGA-III and the use of the module.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].