Add pollinator-plant cascade extinction model#352
Add pollinator-plant cascade extinction model#352savirpatil wants to merge 12 commits intomesa:mainfrom
Conversation
|
This PR looks empty. Could you check? |
Hi @EwoutH, |
|
Thanks. Seems like an interesting topic. To move forward, please do a self-review and request a peer-review (see pinned issue) |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
|
Self Review: Is it correct and current? Is it clean? |
for more information, see https://pre-commit.ci
Summary
Adds a bipartite pollinator-plant cascade extinction model demonstrating emergent cascade failures using the Network discrete space.
Motive
This model was built to demonstrate usage of the Network discrete space with a bipartite graph structure. This model also demonstrates a real-world phenomenon, showing how pollinator loss triggers delayed plant collapse and mirroring colony collapse dynamics that can be seen in real ecosystems.
Implementation
Usage Examples
Static 3-panel visualization
python run.py
Interactive Solara dashboard
solara run app.py
The dashboard provides sliders for number of pollinators, plants, and network connectivity, allowing exploration of how network density affects the cascading effect.
Additional Notes
This PR was developed with AI assistance (Claude) for code generation
and debugging. All code has been reviewed, tested, and understood before making the pull request.