Agent-based modeling (ABM) framework for Wren applications.
An agent-based (or individual-based) model is a computational simulation of autonomous agents that react to their environment (including other agents) given a predefined set of rules [1]. Many real-world emergent behaviors given simple agent interactions can only be captured in an agent-based model.
- Base-class library (BCL) to create agent-based models
Space
base-class to represent the area agents occupy, including these implementations:Grid
- 2D areas of a given sizeGraph
- Network of agents
Copyright © 2024 Chance Snow. All rights reserved.