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. The simplicity of Agents.jl is due to the intuitive space-agnostic modeling approach we have implemented: agent actions are specified using generically named functions (such as "move agent" or "find nearby agents") that do not depend on the actual space the agents exist in, nor on the properties of the agents themselves. Overall this leads to ultra-fast model prototyping where even changing the space the agents live in is a matter of only a couple of lines of code.
Features
- It is fast (faster than MASON, NetLogo, or Mesa)
- It is simple
- Has a very short learning curve and requires writing minimal code
- Has an extensive interface of thousands of out-of-the box possible agent actions
- Straightforwardly allows simulations on Open Street Maps
- More information and an extensive list of features can be found in the documentation
Categories
FrameworksLicense
MIT LicenseFollow Agents.jl
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Agents.jl!