I am simulating a neighborhood. Patches represent households, turtles people living there. I want to track "households" and thought it would be convenient to store an agentset of each household at the patch. That would allow me to do easy "household behavior", like ensuring regular groceries.
However, ask homePatch [ set houseHold (turtle-set partner myself) ]
just stores 0
in the patch variable.
Is it possible to save agentsets in the patch variable? It is defined in patches-own
.