This repository contains code that animates the performance of two common Monte-Carlo Markov Chain (MCMC) methods: Random Walk Metropolis and Adaptive Covariance MC, on bivariate normal distributions.
Create a git repository in your local repository
git initClone this repository
git clone https://github.com/EngEmmanuel/sciProjectInstall all necessary packages automatically using conda
conda env create -f environment.yamlIf you do not have conda, you can manually install the packages using pip
Run play.py
python play.pyRun animation.py
python animation.py