Download presentation
Presentation is loading. Please wait.
1
Kurtis Cahill James Badal
2
Introduction Model a Maze as a Markov Chain Assumptions First Approach and Example Second Approach and Example Experiment Results Conclusion
3
Problem: To find an efficient approach of solving the rate of visitation of a cell inside a large maze Application: To find the best possible place to intercept information
4
Allows Stochastic principles to be applied to the problem Each maze cell will be model as a state in Markov Chain The Markov Chain will be one recurrent class
5
To reduce the complexity of the problem and simulation, certain assumptions will be applied: 1.Unbiased transition to adjacent cells 2.Random walk can’t be stationary 3.No isolated cells inside the maze
6
r i – Steady-state rate of the ith state of the Markov Chain p ji – Probability of moving from state j to state i on the next step
7
The transition matrix for the random walk on this maze
8
System of Steady State Rate Equations
9
Row Reduced System of Steady State Rate Equations
10
r i – Steady-state rate of the ith state of the Markov Chain p – Proportionality constant n i – Number of connections to the ith cell
12
Solution to System of Steady State Rate Equations
13
Random Walker starts at a certain maze location and walks 10 8 steps At each step the random walker increments the visit count of the most recently visited cell The mean and standard deviation are measured at the end of the experiment The measured result is compared to the calculated result
14
Random Walk result of a 2x2 Maze
15
Random Walk result of a 5x5 Maze
16
Random Walk result of a 10x10 Maze
17
Random Walk result of a 20x20 Maze
18
Random Walk result of a 40x40 Maze
19
Modeled the maze as a Markov Chain Applied Stochastic principles to the maze First Approach is n 3 complexity Second Approach is n complexity Tested the calculated result with the measured result
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.