Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dholzmueller/sampling_experiments

Code for reproducing the plots in our paper "Convergence Rates for Non-Log-Concave Sampling and Log-Partition Estimation"
https://github.com/dholzmueller/sampling_experiments

Last synced: 24 days ago
JSON representation

Code for reproducing the plots in our paper "Convergence Rates for Non-Log-Concave Sampling and Log-Partition Estimation"

Awesome Lists containing this project

README

        

This Python Code can be used to reproduced the figures of our paper ["Convergence Rates for Non-Log-Concave Sampling and Log-Partition Estimation"](https://arxiv.org/abs/2303.03237). Please cite the paper if you use this code for research purposes. It requires the `torch`, `numpy` and `matplotlib` libraries to run. All figures will be generated by running `python3 experiments.py device`, where `device` can be a PyTorch device name like `cpu` or `cuda:0`. Intermediate results will be saved in order to avoid recomputing them if a plot should be changed.