Comparison of agent-based modeling software

Last updated

In the last few years, the agent-based modeling (ABM) community has developed several practical agent based modeling toolkits that enable individuals to develop agent-based applications. More and more such toolkits are coming into existence, and each toolkit has a variety of characteristics. Several individuals have made attempts to compare toolkits to each other (see references). Below is a chart intended to capture many of the features that are important to ABM toolkit users.

Comparison of ABM Software

Agent Based Modeling Toolkit Comparison
PlatformPrimary DomainSupporting OrganizationLicenseProgramming LanguageOperating SystemUser Support GIS Capabilities3D CapabilitiesLast Update
Adaptive Modeler Building agent-based market simulation models for price forecasting of real-world stocks and other securitiesAltreva; Utrecht, NetherlandsProprietary; free evaluation version available for research and experimentation (some limitations but no expiration)No programming skills required. An adaptive form of genetic programming is used to create trading rules. Users can select functions to be used in the genetic programming engine.WindowsFAQ, documentation, tutorial, examples, forum, email supportUn­knownYes Up to 3 agent properties can be visualized in real-time using 2D graphics and colorJuly 20, 2020 (Version 1.6.0) [1]
AnyLogic Agent-based general purpose; also supports discrete event and system dynamics simulations.The AnyLogic Company; Oakbrook Terrace, Illinois, USAProprietary; Free Personal Learning Edition availableJavaLinux, macOS, WindowsDemos; training; online community; ask a question; online help; tutorials; consulting servicesYes: supports both tile maps from free online providers and shapefile-based mapsYesSeptember 24, 2021 [2] [3]
Framsticks 2D/3D simulations of (evolving) multi-agent systems and artificial lifePoznan University of Technology, Poznan, PolandDepends on module: GPL/LGPL/ProprietaryFramScript (similar to JavaScript)Cross-platformEmail developer; tutorials; manual; FAQ; forums; API; documentation; selected publications; examplesYesYesJuly 14, 2015 [4]
GAMA Platform Modeling and simulation development environment for building spatially explicit agent-based simulations.IRD/SU international research unit UMMISCO, FranceGPL v3.0GAML (GAma Modeling Language) for simulations, Java for extensionsWindows; Linux; *nix; Mac OS Xtutorials; manual; FAQ; forums; documentation; selected publications; examplesYesYesApril 15, 2023;12 months ago (version 1.9.1) [5]
MASON General purpose; social complexity, physical modeling, abstract modeling, AI/machine learningGeorge Mason University, Fairfax, Virginia, USAAcademic Free License (open source)JavaCross-platformMailing list; documentation; Tutorials; third party extensions; reference papers; APIYesYesSeptember 3, 2019 (Version 20) [6]
NetLogo Social and natural sciences; Help beginning users get started authoring modelsNorthwestern University, Evanston, Illinois, USAGPLNetLogoCross-platformDocumentation; FAQ; selected references; tutorials; third party extensions; defect list; mailing listsYesYesSeptember 29, 2022 (Version 6.3.0) [7]
Repast Social sciencesArgonne National Laboratory, University of Chicago; Lemont, Illinois, USABSDJava (RepastS, RepastJ); Python (Repast4Py); Visual Basic, .Net, C++, J#, C# (Repast.net)Cross-platformDocumentation; mailing list; defect list; reference papers; external tools; tutorials; FAQ; examplesYesYesDecember 22, 2022 (Version 2.10.0) [8]
Soar General purpose AI; human performance modeling; learning (including explanation-based learning)John E. Laird, Clare Bates Congdon, Mazin Assanie, Nate Derbinsky and Joseph Xu; Division of Computer Science and Engineering, University of Michigan, Ann Arbor, Michigan, USABSDSoar 1 to 5 in Lisp; Soar 6 in C; Java, C++, TCLCross-platformDocumentation; FAQ; selected publications; defect list; third party extensions; mailing list; contact authors; tutorial; examples; wikiUn­knownUn­knownJuly 28, 2017 (Version 9.6.0) [9]
StarLogo Social and natural sciences; Educators; for students to model the behavior of decentralized systems; user friendly for K–12 studentsMitchel Resnick, Eric Klopfer, and others at MIT Media Lab and The MIT Scheller Teacher Education Program, Massachusetts Institute of Technology; Cambridge, MA, USAFree (closed source) – Clearthought Software License, Version 1.0StarLogo (an extension of Logo)Cross-platformMailing list; tutorials; FAQ; bug list; documentation; developer contactsUn­knownUn­knownNovember 27, 2018 [10]
Swarm General purpose agent basedSwarm Development GroupGPLJava; Objective-CCross-platformWiki; tutorials; examples; documentation; FAQ; selected publications; mailing listsUn­knownUn­known2005 [11]

Related Research Articles

<span class="mw-page-title-main">Logo (programming language)</span> Computer programming language

Logo is an educational programming language, designed in 1967 by Wally Feurzeig, Seymour Papert, and Cynthia Solomon. Logo is not an acronym: the name was coined by Feurzeig while he was at Bolt, Beranek and Newman, and derives from the Greek logos, meaning word or thought.

<span class="mw-page-title-main">Eclipse (software)</span> Software development environment

Eclipse is an integrated development environment (IDE) used in computer programming. It contains a base workspace and an extensible plug-in system for customizing the environment. It is the second-most-popular IDE for Java development, and, until 2016, was the most popular. Eclipse is written mostly in Java and its primary use is for developing Java applications, but it may also be used to develop applications in other programming languages via plug-ins, including Ada, ABAP, C, C++, C#, Clojure, COBOL, D, Erlang, Fortran, Groovy, Haskell, JavaScript, Julia, Lasso, Lua, NATURAL, Perl, PHP, Prolog, Python, R, Ruby, Rust, Scala, and Scheme. It can also be used to develop documents with LaTeX and packages for the software Mathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++, and Eclipse PDT for PHP, among others.

<span class="mw-page-title-main">NetLogo</span>

NetLogo is a programming language and integrated development environment (IDE) for agent-based modeling.

<span class="mw-page-title-main">FLTK</span>

Fast Light Toolkit (FLTK) is a cross-platform widget library for graphical user interfaces (GUIs), developed by Bill Spitzak and others. Made to accommodate 3D graphics programming, it has an interface to OpenGL, but it is also suitable for general GUI programming.

An agent-based model (ABM) is a computational model for simulating the actions and interactions of autonomous agents in order to understand the behavior of a system and what governs its outcomes. It combines elements of game theory, complex systems, emergence, computational sociology, multi-agent systems, and evolutionary programming. Monte Carlo methods are used to understand the stochasticity of these models. Particularly within ecology, ABMs are also called individual-based models (IBMs). A review of recent literature on individual-based models, agent-based models, and multiagent systems shows that ABMs are used in many scientific domains including biology, ecology and social science. Agent-based modeling is related to, but distinct from, the concept of multi-agent systems or multi-agent simulation in that the goal of ABM is to search for explanatory insight into the collective behavior of agents obeying simple rules, typically in natural systems, rather than in designing agents or solving specific practical or engineering problems.

Swarm is the name of an open-source agent-based modeling simulation package, useful for simulating the interaction of agents and their emergent collective behaviour. Swarm was initially developed at the Santa Fe Institute in the mid-1990s, and since 1999 has been maintained by the non-profit Swarm Development Group. Also known as the Swarm Simulation System, it is available for free and use, covered by the GNU General Public License.

The actor model in computer science is a mathematical model of concurrent computation that treats an actor as the basic building block of concurrent computation. In response to a message it receives, an actor can: make local decisions, create more actors, send more messages, and determine how to respond to the next message received. Actors may modify their own private state, but can only affect each other indirectly through messaging.

<span class="mw-page-title-main">Git</span> Software for version control of files

Git is a distributed version control system that tracks versions of files. It is often used to control source code by programmers collaboratively developing software.

<span class="mw-page-title-main">Open Cascade Technology</span> Open-source 3D modelling software

Open Cascade Technology (OCCT), formerly called CAS.CADE, is an open-source software development platform for 3D CAD, CAM, CAE, etc. that is developed and supported by Open Cascade SAS company.

The Recursive Porous Agent Simulation Toolkit (Repast) is a widely used free and open-source, cross-platform, agent-based modeling and simulation toolkit. Repast has multiple implementations in several languages and built-in adaptive features, such as genetic algorithms and regression.

Agent-based social simulation consists of social simulations that are based on agent-based modeling, and implemented using artificial agent technologies. Agent-based social simulation is a scientific discipline concerned with simulation of social phenomena, using computer-based multiagent models. In these simulations, persons or group of persons are represented by agents. MABSS is a combination of social science, multiagent simulation and computer simulation.

<span class="mw-page-title-main">Vaadin</span>

Vaadin is an open-source web application development platform for Java. Vaadin includes a set of Web Components, a Java web framework, and a set of tools that enable developers to implement modern web graphical user interfaces (GUI) using the Java programming language only, TypeScript only, or a combination of both.

Cocos2d is an open-source game development framework for creating 2D games and other graphical software for iOS, Android, Windows, macOS, Linux, HarmonyOS, OpenHarmony and web platforms. It is written in C++ and provides bindings for various programming languages, including C++, C#, Lua, and JavaScript. The framework offers a wide range of features, including physics, particle systems, skeletal animations, tile maps, and others.

Probabilistic programming (PP) is a programming paradigm in which probabilistic models are specified and inference for these models is performed automatically. It represents an attempt to unify probabilistic modeling and traditional general purpose programming in order to make the former easier and more widely applicable. It can be used to create systems that help make decisions in the face of uncertainty.

MASON is a multi-agent simulation environment developed in Java.

<span class="mw-page-title-main">.NET</span> Free and open-source software platform developed by Microsoft

The .NET platform is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. The project is mainly developed by Microsoft employees by way of the .NET Foundation and is released under an MIT License.

<span class="mw-page-title-main">GAMA Platform</span> Simulation platform

GAMA is a simulation platform with a complete modelling and simulation integrated development environment (IDE) for building spatially explicit agent-based simulations.

<span class="mw-page-title-main">TianoCore EDK II</span> Reference software implementation for UEFI

TianoCore EDK II is the reference implementation of UEFI by Intel. EDK is the abbreviation for EFI Development Kit and is developed by the TianoCore community. TianoCore EDK II is the de facto standard generic UEFI services implementation.

References

  1. "Altreva - Stock market forecasting software using agent-based market simulation models". www.altreva.com. Retrieved 29 November 2023.
  2. (Version 8.7.7) "AnyLogic latest version - 8.7.7". www.anylogic.com. Retrieved 16 January 2020.
  3. "Anylogic changes history". Anylogic. Archived from the original on 8 December 2018. Retrieved 9 November 2021.
  4. History framsticks.com
  5. "Releases · gama-platform/Gama". GitHub .
  6. "Releases · eclab/Mason". GitHub .
  7. "Releases · NetLogo/NetLogo". GitHub .
  8. "Releases · Repast/Repast.simphony". GitHub .
  9. "Releases · SoarGroup/Soar". GitHub .
  10. "Welcome".
  11. "Swarm:Stable release - Swarm".