Skip to content

estimation of minimum threshold probability of cells in the grid for percolation.

Notifications You must be signed in to change notification settings

dhikshithrm/MonteCarloSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonteCarloSimulation

A Probability Problem Which is not Mathematically Derived yet, This is a quantitative estimation of minimum threshold probability of a cell in the grid for it percolate by running simulations using WeightedQuickUnionFind with Path compression data structure to represent the connections in the grid formed by open cells and opening cells at random until the system percolates and finding the ratio of number of open cells and N*N (where N is the Side of the Grid), for T times so that we get consistent average result for threshold probability.

About

estimation of minimum threshold probability of cells in the grid for percolation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages