| |
| | [No title] |
 | | For this algorithm, the “smart” decision — stay or move — is allowed to depend not only on di, the degree of the vertex where you are, but also on dj, the degree of the vertex where you propose to go. |
 | | To implement the general version of the Metropolis algorithm, you compare all pairs pij and pji, and, whenever the two probabilities are not equal, you force them to be equal by inserting a coin flip to reduce whichever probability is larger. |
 | | The Metropolis algorithm provides an alternative strategy: Each time you choose a string and toss a coin, instead of using the outcome of the toss to decide whether or not to record the length, use it instead to decide which length to record, the current one, or a duplicate of the previous one. |
| www.mtholyoke.edu /courses/gcobb/stat344/mcmc/cclich6.doc (6190 words) |
|