Agent-Based Model developped in the CityScience group using Gama Platform.
- Clone this repository
- Download GAMA here
- Run GAMA
- Choose a new Workspace (this is a temporay folder used for computation)
- Right click on User Models->Import->GAMA Project.. and import the project that you just cloned
- The
main.gamlfile specifies the initialization state, as well as the different experiments to be run and a few global functions - The
parameters.gamlfile specificies universal constants and simulation parameters - The
Agents.gamlfile specifies simulation species and their behaviors. - The
Loggers.gamlfile generates the output files
Some basic functions are based on our previous work VehicleClustering