alecjacobson / gptoolbox

Matlab toolbox for Geometry Processing.
MIT License
628 stars 166 forks source link

added metropolis-hastings #114

Closed sgsellan closed 2 years ago

sgsellan commented 3 years ago

Simple implementation of a Metropolis Hastings algorithm (symmetric proposal distribution) following the steps in the wikipedia page. I have used this in three projects already now so why not add to gptoolbox :)