Skip to content

lbs-vadar/Agents.jl

This branch is 54 commits behind JuliaDynamics/Agents.jl:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 5, 2024
Mar 15, 2024
Jun 23, 2024
Jun 11, 2024
Mar 15, 2024
Jul 14, 2024
Jul 14, 2024
Sep 24, 2023
Mar 15, 2024
Jan 13, 2022
Jun 11, 2024
Mar 21, 2022
Jul 6, 2022
Jul 28, 2023
Jun 23, 2024
May 21, 2024

Repository files navigation

Agents.jl

CI codecov Aqua QA Package Downloads

Agents.jl is a pure Julia framework for agent-based modeling (ABM): a computational simulation methodology where autonomous agents react to their environment (including other agents) given a predefined set of rules. Some major highlights of Agents.jl are:

  1. It is fast (faster than MASON, NetLogo, or Mesa)
  2. It is simple: has a very short learning curve and requires writing minimal code
  3. Has an extensive interface of thousands of out-of-the box possible agent actions
  4. Straightforwardly allows simulations on Open Street Maps
  5. Allows both traditional discrete-time ABM simulations as well as continuous time "event queue based" ABM simulations.

More information and an extensive list of features can be found in the documentation, which you can either find online or build locally by running the docs/make.jl file.

Citation

If you use this package in a publication, or simply want to refer to it, please cite the paper below:

@article{Agents.jl,
  doi = {10.1177/00375497211068820},
  url = {https://doi.org/10.1177/00375497211068820},
  year = {2022},
  month = jan,
  publisher = {{SAGE} Publications},
  pages = {003754972110688},
  author = {George Datseris and Ali R. Vahdati and Timothy C. DuBois},
  title = {Agents.jl: a performant and feature-full agent-based modeling software of minimal code complexity},
  journal = {{SIMULATION}},
  volume = {0},
  number = {0},
}

About

Agent-based modeling framework in Julia

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%