Skip to content

dilnoza92/monte_carlo

Repository files navigation

markov_chain

image

image

Documentation Status

Updates

image

target

https://coveralls.io/github/dilnoza92/monte_carlo?branch=master

Monte Carlo simulation of Markov Chain It is a simulation package. it takes an input as a file which should contain cordinates in tuples. input_file.txt contains an example of how it should look like.

Example input file :

(42, 46)

(41, 32)

(9, 41)

(7, 28)

(30, 40)

(37, 14)

(32, 10)

How to run the code with an input file -----

  • coverage run --source=monte_carlo/monte_carlo.py monte_carlo/monte_carlo.py --input_file input_file.txt

How to run the tests: -----* coverage run setup.py test * coverage report -m

Before proposed distribution ----The image before changing the adjacency matrix is named path.png

image

The Outputs -----The output proposed graph will be named propsed_graph.png and saved in main directory where the setup file is saved.

image

Features

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published