IDC 621

IDC621 Modelling Complex Systems

View the Project on GitHub DhruvaSambrani/idc621

Term Paper 2 Submission

Thank you for teaching and evaluating the course.

This is the Term Paper 2 submission for IDC621 for the Spring Semester 2021 for MS18163.

Files to be evaluated

  1. termpaper2.html - The final static paper to be evaluated

Supplementary Files

  1. caSandPile.jl - This was the version which used the CellularBase.jl module, but had to be abandoned due to performance issues.
  2. caSandPile2.jl - This was the plain julia version which made it to the final paper.
  3. CellularBase.jl - This is a module which abstracts out most of the Cellular Automata, but was abandoned due to performance issues.
  4. TermPaper2.jl - A Pluto notebook which is the final submitted code/paper

Julia programming language was used. Instructions for running code can be found in the GitHub repository.