mesa
mesa copied to clipboard
Mesa is an open-source Python library for agent-based modeling, ideal for simulating complex systems and exploring emergent behaviors.
## Introduction This PR improves the several `Grid` classes, both in terms of *performance* and a *cleaner API*. Since I came to develop this PR for an improved performance I...
Please review closed tickets currently associated with [Quartzsite release]( https://github.com/projectmesa/mesa/milestone/25). These will be used to build the history. Also release to follow Quartzsite has been created - [Safford](https://github.com/projectmesa/mesa/milestone/31). Also -...
RE: #1169 When reading this -- https://pypi.org/help/#apitoken Right now, I manually manage deployments. When these are managed automatically, it seems to be it would be a better practice to create...
Use of `.ipynb` transitioned to `.rst` for the Sphinx build can result in desync from readthedocs build and`.ipynb` files and large diff files. We need to update to using just...
Per discussion creating additional pull request for ABM improvement as discussed in PR #1278
Fixes #1227.
Added DirectedGraph example (VirusOnNetworkDirected). Appended arrowhead SVG to D3.js module. Fixes issue https://github.com/projectmesa/mesa/issues/667 (partially). Based off pull request https://github.com/projectmesa/mesa/pull/846.
**Aggegrated agent variable** Currently it's not possible to quickly get a aggegrated metric of an agent variable. This PR adds a method to the `DataCollector` class called `get_agent_metric` that allows...
This visualization allows the developer to add any pyplot visualization. removes all dependencies on the js components