- Directed Percolation (output.png)
- Monte Carlo
- Metropolis
- Grey Model
- Grey-Markov Model
Important: Before you begin you need to install Git and python3 on your machine to run this project.
git clone https://github.com/viridis959/hand-crafted-models.git
pip install -e .
python directed_percolation.py
python monte_carlo.py
python metropolis.py
python grey_model.py
python grey_markov_model.py