https://github.com/krabmaga/examples
Examples of krABMaga Rust ABM simulation framework
https://github.com/krabmaga/examples
abm discrete-event-simulation examples rust rust-lang simulation
Last synced: 12 days ago
JSON representation
Examples of krABMaga Rust ABM simulation framework
- Host: GitHub
- URL: https://github.com/krabmaga/examples
- Owner: krABMaga
- Created: 2021-04-14T09:28:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T08:20:20.000Z (11 months ago)
- Last Synced: 2025-03-29T02:51:33.372Z (30 days ago)
- Topics: abm, discrete-event-simulation, examples, rust, rust-lang, simulation
- Language: Rust
- Homepage:
- Size: 111 MB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# krABMaga examples
This repository hosts working examples of agent-based simulations, based on the krABMaga framework for the simulation engine and the visualization framework.
# Table of contents
| Model | Simulation | Visualization |
| --------------------------------------------| ------------------ | ----------------------------------------- |
| [Ants Foraging](antsforaging) | :heavy_check_mark: ||
| [Flockers](flockers) | :heavy_check_mark: ||
| [ForestFire](forestfire) | :heavy_check_mark: ||
| [ForestFire_bayesian](forestfire_bayesian) | :heavy_check_mark: |
| [Schelling](schelling) | :heavy_check_mark: ||
| [Sir_bayesian](sir_bayesian) | :heavy_check_mark: |
| [Sir_ga_exploration](sir_ga_exploration) | :heavy_check_mark: |
| [Sugarscape](sugarscape) | :heavy_check_mark: ||
| [Template](template) | :heavy_check_mark: ||
| [Virus on a Network](virusnetwork) | :heavy_check_mark: ||
| [Wolf Sheep Grass](wolfsheepgrass) | :heavy_check_mark: ||