Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 437 Bytes

oplss2019

This is a Metropolis-Hastings simulation together with some examples involving graph plotting and animation. To try different examples, change app/Main.hs. The source is in src/ .

The system uses Haskell stack. You need to install stack first if you want to use the system in the standard way.

To build, type stack build This may take some time (>1 hour) if it is your first time ever using stack.

To run, type stack run