Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 680 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 680 Bytes

Space matters

Implementation of the schelling model to study the effect of the space on the simulation results.

Licence

The code in this repository is licenced under the GNU Affero GPLv3 software licence. 

Run it

You should use SBT, and execute: sbt run

Visualise the results

Go to the online app : https://clementinegeo.shinyapps.io/visualisation/ Or use RStudio, open the files ui.R or server.R in the "visualisation" folder, and click : Run App

To visualise your own model results, upload csv files named "resultmicro.csv" for cell description across steps, and "resultmacro.csv" for parameters and output measures across steps.