djgroen / flee

flee agent-based modelling code
BSD 3-Clause "New" or "Revised" License
6 stars 7 forks source link

'Camps' for suspectFLEE #63

Closed irene-sophia closed 1 year ago

irene-sophia commented 1 year ago

When does a suspect stop traveling? This should work slightly differently for a 'suspect-agent' than for a forced migration agent.

On their way, a suspect may encounter multiple POIs ( at which they may stop (parking garage, etc). At each of these, the suspect stops traveling with a certain probability attributed to the POI.

djgroen commented 1 year ago

Remind to self that "stop travelling" may mean deleting the agent from the simulation. This would require a bit of new code.

djgroen commented 1 year ago

Note: I am working on this now in a separate branch.