Hi all,
I wrote a model with one type of agent (TRACER) that are running in a grid. I can initialize them, they move but they don't act as I want them to act. So, I have to ask you, maybe I am just blind to see my mistakes ;-)
I want my agents to move in direction of a network (l. 147 of my model) which works. But: according to an attribut of my agents: agent_movesInSoil (l. 505) it should move with a slower speed cell_kf. My movement reflex is shown from l. 549.
How does the attribute change: My cells represent some storage, they take a certain number of agents (f_p). The ref_Infiltration reflex (f. l.740) ASKS f_p of AGENTS to change their attribut (normally this should leed to a color change from #red to #blue). But my agents don't change color and the change of speed doesn't seem to show any effect. Is my application of the movement correct? Or should I put it as a callable action in my TRACER agents?
Do you see any error in my model?
Moreover, I have quite a lot of agents if my cell_storage is initially filled to 90% or more (roughly 1.5 mio). Would it help to reduce computation time from 12h for 1h of model if I run it in headless mode on a server?
Thanks for your answers,
Benjamin