Skip to content

Commit

Permalink
adding nbviewer shield
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarti committed Jun 10, 2024
1 parent 3f14340 commit 03265fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# `nsgaiii`: An implementation of NSGA-III in Python

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/lmarti/nsgaiii/blob/master/NSGA-III%20in%20Python.ipynb)
[![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.jupyter.org/github/lmarti/nsgaiii/blob/master/NSGA-III%20in%20Python.ipynb)

A Python implementation of the NSGA-III selection algorithm as described in:

Expand Down

0 comments on commit 03265fe

Please sign in to comment.