GeomScale / dingo

A python library for metabolic networks sampling and analysis
GNU Lesser General Public License v3.0
44 stars 28 forks source link

Exposed two HMC walks with exponential and Gaussian sampling from Volesti #68

Closed guillexm closed 1 year ago

guillexm commented 1 year ago

Exposed two Hamiltonian Monte Carlo exact walks with exponential and Gaussian sampling from the random walks on Volesti, changing bindings.cpp and volestipy.pyx to access those walks.

vissarion commented 1 year ago

Thanks for this PR! I have a couple of comments.

vissarion commented 1 year ago

Could you please also add a couple of tests just to cover those new two walks and show that they work as expected.