Base Classes#
- class Agent(unique_id: int, model: Model)[source]#
Base class for a model agent.
Create a new agent.
- Args:
unique_id (int): A unique numeric identified for the agent model: (Model): Instance of the model that contains the agent
Base class for a model agent.
Create a new agent.
unique_id (int): A unique numeric identified for the agent model: (Model): Instance of the model that contains the agent