Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: | drawing |
| [Flockers](flockers) | :heavy_check_mark: | drawing |
| [ForestFire](forestfire) | :heavy_check_mark: | drawing |
| [ForestFire_bayesian](forestfire_bayesian) | :heavy_check_mark: |
| [Schelling](schelling) | :heavy_check_mark: | drawing |
| [Sir_bayesian](sir_bayesian) | :heavy_check_mark: |
| [Sir_ga_exploration](sir_ga_exploration) | :heavy_check_mark: |
| [Sugarscape](sugarscape) | :heavy_check_mark: | drawing |
| [Template](template) | :heavy_check_mark: | drawing |
| [Virus on a Network](virusnetwork) | :heavy_check_mark: | drawing |
| [Wolf Sheep Grass](wolfsheepgrass) | :heavy_check_mark: | drawing |