Add Metropolis-Hastings algorithm for Potts modelling

This commit is contained in:
Dimitri Lozeve 2020-02-18 22:37:32 +01:00
parent 02281c49ee
commit f7f1db9246
3 changed files with 74 additions and 2 deletions

View file

@ -3,6 +3,9 @@ uuid = "a9e1c8f2-2681-4423-bf67-1649e7f3cb09"
authors = ["Dimitri Lozeve <dimitri@lozeve.com>"]
version = "0.1.0"
[deps]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
[compat]
julia = "1"