Installation¶
Install and set up Python. There are various ways to do it; my favorite one is to use micromamba. Then:
pip install bartz
To install the latest development version, do instead
pip install git+https://github.com/Gattocrucco/bartz.git
To use on GPU on a system that doesn’t provide jax
pre-installed, read how to install jax in its manual.