Skip to content

quality-diversity/quality-diversity.github.io

Repository files navigation

Website for Quality-Diversity optimisation algorithms

Website: https://quality-diversity.github.io

Please make pull requests to add your paper or your library (or to propose any other additional content).

To easily add papers you can use the python script add_paper.py:
python add_paper.py "title of my first fantastic paper about QD" "title my second even better paper about QD"

This script will automatically populate the _data/paperlist.yml file with the information found on arXiv and/or Crossref. You can provide as many titles as you want.

How to install

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt