conda env create -f environment.yml
Install Python 3.9.19 and pip 24.0, then
pip3 install -r requirements.txt
To reproduce all the plots in the paper, run
python run_experiment.py linear
and
python run_experiment.py nonlinear
The code takes around 3 hours to run on a laptop CPU.