Installation¤
- Purpose: quick ways to install
bbob-jaxfor users and contributors. - Requirements: Python
>=3.10.
Quick Install (pip)¤
- Recommended for most users.
pip install bbob-jax
This installs the core package with its main dependencies:
- jax
- jaxtyping
To include plotting helpers as well:
pip install "bbob-jax[plot]"
From Source¤
- Use this for local development or to contribute.
git clone https://github.com/bessagroup/bbob-jax cd bbob-jax # Editable install with extras you need pip install -e ".[plot,tests,docs,dev]"