sbaldu / DynamicalSystemFramework

Framework for modelling dynamical complex systems

Home Page:https://sbaldu.github.io/DynamicalSystemFramework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite loop when adding random agents

Grufoony opened this issue · comments

When you add random agents uniformly there's actually no check if the net can store them. This ends up with an infinite loop over the streets, trying to find one empty slot for each agent.