https://github.com/juliadynamics/agentsexamplezoo.jl
Examples written with Agents.jl
https://github.com/juliadynamics/agentsexamplezoo.jl
agent-based-modeling julia
Last synced: 5 months ago
JSON representation
Examples written with Agents.jl
- Host: GitHub
- URL: https://github.com/juliadynamics/agentsexamplezoo.jl
- Owner: JuliaDynamics
- License: mit
- Created: 2021-12-28T14:15:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T09:05:34.000Z (over 1 year ago)
- Last Synced: 2025-11-10T00:44:15.500Z (8 months ago)
- Topics: agent-based-modeling, julia
- Language: Julia
- Homepage: https://juliadynamics.github.io/AgentsExampleZoo.jl/dev/
- Size: 43.2 MB
- Stars: 18
- Watchers: 2
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agents.jl Example Zoo
This repository hosts built and run examples of models written in Agents.jl.
It contains most run examples that are not hosted on the main documentation of Agents.jl to make that documentation more concise and faster to build.
* Agents.jl docs: https://juliadynamics.github.io/Agents.jl/stable/
* Zoo of Examples: https://juliadynamics.github.io/AgentsExampleZoo.jl/dev/
### Contributing a new example
The setup of the repository uses Literate.jl. If you are unfamiliar with it, it is worth taking a look at its documentation. Alternatively, have a look at existing examples source code in `docs/examples`.