Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 677 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 677 Bytes

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