Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T08:20:20.000Z (7 months ago)
- Last Synced: 2024-06-04T09:37:09.842Z (7 months ago)
- Topics: abm, discrete-event-simulation, examples, rust, rust-lang, simulation
- Language: Rust
- Homepage:
- Size: 111 MB
- Stars: 13
- Watchers: 3
- 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: | |