CityScope / CS_Simulation_GAMA

Agent Based Simulation platform for CityScope
GNU General Public License v3.0
31 stars 21 forks source link

Pull only mode #158

Closed crisjf closed 4 years ago

crisjf commented 4 years ago

Documenting quick new feature.

GAMABrix now has the variable pull_only. When turned on, it will simplify the behavior to only pulling the grid (no post, and no idle mode).

This variable will be useful for teaching, and for early model building when you do not want to stop the simulation after one day because you haven't yet defined the day.

I recommend always starting with pull_only<-true when introducing someone to GAMABrix

crisjf commented 4 years ago

Tested and pushed