Code for the paper "Generalized sparsity-promoting solvers for Bayesian inverse problems".
We provide the code for experiments as Python Jupyter notebooks. To set up your environment prior to running the code, the steps are:
- Create a new conda environment with
conda create --name gensparse python=3.11
. - Install the submodule
jlinops
withcd jlinops
and thenpip install -e .
. - Install other dependencies with
pip install requirements.txt
.