Glue for QD Benchmarks. Initialized at the QD Benchmark Workshop at GECCO 2023.
Create a conda env:
conda create --name qdglue python=3.9
conda activate qdglue
Install qdglue in editable mode (this means that if you change the files in
qdglue
, the package will update automatically):
pip install -e .
To run examples, install examples dependencies with:
pip install -r examples/requirements.txt