Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 567 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 567 Bytes

Hand-crafted Models

  • Directed Percolation (output.png)
  • Monte Carlo
  • Metropolis
  • Grey Model
  • Grey-Markov Model

Getting Started

Important: Before you begin you need to install Git and python3 on your machine to run this project.

Step 1 : Git clone the project.

git clone https://github.com/viridis959/hand-crafted-models.git

Step 2 : Install the package.

pip install -e .

Step 3 : Try them.

python directed_percolation.py
python monte_carlo.py
python metropolis.py
python grey_model.py
python grey_markov_model.py