├── slides.pdf └── README.md /slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gabsens/SelfAvoidingWalk/HEAD/slides.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Spring 2018 Monte Carlo project at ENSAE 2 | 3 | 4 | This repository includes the code, report and slides for the final project of the course *Simulation and Monte Carlo*. 5 | I was tasked with simulating self-avoiding random walks. The report starts with a quick survey on the properties of such walks, and then confronts rejection sampling, weighted importance sampling and the pivot algorithm. All the simulations were run in the 2-dimensional integer lattice, although the methods adapt readily to higher dimensions. 6 | 7 |
8 | 