Download as pdf or txt
Download as pdf or txt
You are on page 1of 23

Agent-based model

An agent-based model (ABM) is a computational model for simulating the actions and interactions of
autonomous agents (both individual or collective entities such as organizations or groups) 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).[1] 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.[2] 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.[2]

Agent-based models are a kind of microscale model[3] that simulate the simultaneous operations and
interactions of multiple agents in an attempt to re-create and predict the appearance of complex phenomena.
The process is one of emergence, which some express as "the whole is greater than the sum of its parts". In
other words, higher-level system properties emerge from the interactions of lower-level subsystems. Or,
macro-scale state changes emerge from micro-scale agent behaviors. Or, simple behaviors (meaning rules
followed by agents) generate complex behaviors (meaning state changes at the whole system level).

Individual agents are typically characterized as boundedly rational, presumed to be acting in what they
perceive as their own interests, such as reproduction, economic benefit, or social status,[4] using heuristics
or simple decision-making rules. ABM agents may experience "learning", adaptation, and reproduction.[5]

Most agent-based models are composed of: (1) numerous agents specified at various scales (typically
referred to as agent-granularity); (2) decision-making heuristics; (3) learning rules or adaptive processes; (4)
an interaction topology; and (5) an environment. ABMs are typically implemented as computer simulations,
either as custom software, or via ABM toolkits, and this software can be then used to test how changes in
individual behaviors will affect the system's emerging overall behavior.

History
The idea of agent-based modeling was developed as a relatively simple concept in the late 1940s. Since it
requires computation-intensive procedures, it did not become widespread until the 1990s.

Early developments

The history of the agent-based model can be traced back to the Von Neumann machine, a theoretical
machine capable of reproduction. The device von Neumann proposed would follow precisely detailed
instructions to fashion a copy of itself. The concept was then built upon by von Neumann's friend
Stanislaw Ulam, also a mathematician; Ulam suggested that the machine be built on paper, as a collection
of cells on a grid. The idea intrigued von Neumann, who drew it up—creating the first of the devices later
termed cellular automata. Another advance was introduced by the mathematician John Conway. He
constructed the well-known Game of Life. Unlike von Neumann's machine, Conway's Game of Life
operated by simple rules in a virtual world in the form of a 2-dimensional checkerboard.
The Simula programming language, developed in the mid 1960s and widely implemented by the early
1970s, was the first framework for automating step-by-step agent simulations.

1970s and 1980s: the first models

One of the earliest agent-based models in concept was Thomas Schelling's segregation model,[6] which
was discussed in his paper "Dynamic Models of Segregation" in 1971. Though Schelling originally used
coins and graph paper rather than computers, his models embodied the basic concept of agent-based models
as autonomous agents interacting in a shared environment with an observed aggregate, emergent outcome.

In the early 1980s, Robert Axelrod hosted a tournament of Prisoner's Dilemma strategies and had them
interact in an agent-based manner to determine a winner. Axelrod would go on to develop many other
agent-based models in the field of political science that examine phenomena from ethnocentrism to the
dissemination of culture.[7] By the late 1980s, Craig Reynolds' work on flocking models contributed to the
development of some of the first biological agent-based models that contained social characteristics. He
tried to model the reality of lively biological agents, known as artificial life, a term coined by Christopher
Langton.

The first use of the word "agent" and a definition as it is currently used today is hard to track down. One
candidate appears to be John Holland and John H. Miller's 1991 paper "Artificial Adaptive Agents in
Economic Theory",[8] based on an earlier conference presentation of theirs.

At the same time, during the 1980s, social scientists, mathematicians, operations researchers, and a
scattering of people from other disciplines developed Computational and Mathematical Organization
Theory (CMOT). This field grew as a special interest group of The Institute of Management Sciences
(TIMS) and its sister society, the Operations Research Society of America (ORSA).[9]

1990s: expansion

The 1990s were especially notable for the expansion of ABM within the social sciences, one notable effort
was the large-scale ABM, Sugarscape, developed by Joshua M. Epstein and Robert Axtell to simulate and
explore the role of social phenomena such as seasonal migrations, pollution, sexual reproduction, combat,
and transmission of disease and even culture.[10] Other notable 1990s developments included Carnegie
Mellon University's Kathleen Carley ABM,[11] to explore the co-evolution of social networks and culture.
The Santa Fe Institute (SFI) was important in encouraging the development of the ABM modeling platform
Swarm under the leadership of Christopher Langton. Research conducted through SFI allowed the
expansion of ABM techniques to a number of fields including study of the social and spatial dynamics of
small-scale human societies and primates.[9] During this 1990s timeframe Nigel Gilbert published the first
textbook on Social Simulation: Simulation for the social scientist (1999) and established a journal from the
perspective of social sciences: the Journal of Artificial Societies and Social Simulation (JASSS). Other than
JASSS, agent-based models of any discipline are within scope of SpringerOpen journal Complex Adaptive
Systems Modeling (CASM).[12]

Through the mid-1990s, the social sciences thread of ABM began to focus on such issues as designing
effective teams, understanding the communication required for organizational effectiveness, and the
behavior of social networks. CMOT—later renamed Computational Analysis of Social and Organizational
Systems (CASOS)—incorporated more and more agent-based modeling. Samuelson (2000) is a good brief
overview of the early history,[13] and Samuelson (2005) and Samuelson and Macal (2006) trace the more
recent developments.[14][15]
In the late 1990s, the merger of TIMS and ORSA to form INFORMS, and the move by INFORMS from
two meetings each year to one, helped to spur the CMOT group to form a separate society, the North
American Association for Computational Social and Organizational Sciences (NAACSOS). Kathleen
Carley was a major contributor, especially to models of social networks, obtaining National Science
Foundation funding for the annual conference and serving as the first President of NAACSOS. She was
succeeded by David Sallach of the University of Chicago and Argonne National Laboratory, and then by
Michael Prietula of Emory University. At about the same time NAACSOS began, the European Social
Simulation Association (ESSA) and the Pacific Asian Association for Agent-Based Approach in Social
Systems Science (PAAA), counterparts of NAACSOS, were organized. As of 2013, these three
organizations collaborate internationally. The First World Congress on Social Simulation was held under
their joint sponsorship in Kyoto, Japan, in August 2006. The Second World Congress was held in the
northern Virginia suburbs of Washington, D.C., in July 2008, with George Mason University taking the
lead role in local arrangements.

2000s and later

More recently, Ron Sun developed methods for basing agent-based simulation on models of human
cognition, known as cognitive social simulation.[16] Bill McKelvey, Suzanne Lohmann, Dario Nardi,
Dwight Read and others at UCLA have also made significant contributions in organizational behavior and
decision-making. Since 2001, UCLA has arranged a conference at Lake Arrowhead, California, that has
become another major gathering point for practitioners in this field.

Theory
Most computational modeling research describes systems in equilibrium or as moving between equilibria.
Agent-based modeling, however, using simple rules, can result in different sorts of complex and interesting
behavior. The three ideas central to agent-based models are agents as objects, emergence, and complexity.

Agent-based models consist of dynamically interacting rule-based agents. The systems within which they
interact can create real-world-like complexity. Typically agents are situated in space and time and reside in
networks or in lattice-like neighborhoods. The location of the agents and their responsive behavior are
encoded in algorithmic form in computer programs. In some cases, though not always, the agents may be
considered as intelligent and purposeful. In ecological ABM (often referred to as "individual-based models"
in ecology), agents may, for example, be trees in a forest, and would not be considered intelligent, although
they may be "purposeful" in the sense of optimizing access to a resource (such as water). The modeling
process is best described as inductive. The modeler makes those assumptions thought most relevant to the
situation at hand and then watches phenomena emerge from the agents' interactions. Sometimes that result
is an equilibrium. Sometimes it is an emergent pattern. Sometimes, however, it is an unintelligible mangle.

In some ways, agent-based models complement traditional analytic methods. Where analytic methods
enable humans to characterize the equilibria of a system, agent-based models allow the possibility of
generating those equilibria. This generative contribution may be the most mainstream of the potential
benefits of agent-based modeling. Agent-based models can explain the emergence of higher-order patterns
—network structures of terrorist organizations and the Internet, power-law distributions in the sizes of
traffic jams, wars, and stock-market crashes, and social segregation that persists despite populations of
tolerant people. Agent-based models also can be used to identify lever points, defined as moments in time in
which interventions have extreme consequences, and to distinguish among types of path dependency.

Rather than focusing on stable states, many models consider a system's robustness—the ways that complex
systems adapt to internal and external pressures so as to maintain their functionalities. The task of
harnessing that complexity requires consideration of the agents themselves—their diversity, connectedness,
and level of interactions.

Framework

Recent work on the Modeling and simulation of Complex Adaptive Systems has demonstrated the need for
combining agent-based and complex network based models.[17][18][19] describe a framework consisting of
four levels of developing models of complex adaptive systems described using several example
multidisciplinary case studies:

1. Complex Network Modeling Level for developing models using interaction data of various
system components.
2. Exploratory Agent-based Modeling Level for developing agent-based models for assessing
the feasibility of further research. This can e.g. be useful for developing proof-of-concept
models such as for funding applications without requiring an extensive learning curve for the
researchers.
3. Descriptive Agent-based Modeling (DREAM) for developing descriptions of agent-based
models by means of using templates and complex network-based models. Building DREAM
models allows model comparison across scientific disciplines.
4. Validated agent-based modeling using Virtual Overlay Multiagent system (VOMAS) for the
development of verified and validated models in a formal manner.

Other methods of describing agent-based models include code templates[20] and text-based methods such
as the ODD (Overview, Design concepts, and Design Details) protocol.[21]

The role of the environment where agents live, both macro and micro,[22] is also becoming an important
factor in agent-based modelling and simulation work. Simple environment affords simple agents, but
complex environments generates diversity of behaviour.[23]

Multi-scale modelling

One strength of agent-based modelling is its ability to mediate information flow between scales. When
additional details about an agent are needed, a researcher can integrate it with models describing the extra
details. When one is interested in the emergent behaviours demonstrated by the agent population, they can
combine the agent-based model with a continuum model describing population dynamics. For example, in
a study about CD4+ T cells (a key cell type in the adaptive immune system),[24] the researchers modelled
biological phenomena occurring at different spatial (intracellular, cellular, and systemic), temporal, and
organizational scales (signal transduction, gene regulation, metabolism, cellular behaviors, and cytokine
transport). In the resulting modular model, signal transduction and gene regulation are described by a
logical model, metabolism by constraint-based models, cell population dynamics are described by an agent-
based model, and systemic cytokine concentrations by ordinary differential equations. In this multi-scale
model, the agent-based model occupies the central place and orchestrates every stream of information flow
between scales.

Applications

In biology
Agent-based modeling has been used extensively in biology, including the analysis of the spread of
epidemics,[25] and the threat of biowarfare, biological applications including population dynamics,[26]
stochastic gene expression,[27] plant-animal interactions,[28] vegetation ecology,[29] migratory ecology,[30]
landscape diversity,[31] sociobiology,[32] the growth and decline of ancient civilizations, evolution of
ethnocentric behavior,[33] forced displacement/migration,[34] language choice dynamics,[35] cognitive
modeling, and biomedical applications including modeling 3D breast tissue formation/morphogenesis,[36]
the effects of ionizing radiation on mammary stem cell subpopulation dynamics,[37] inflammation,[38] [39]
and the human immune system.[40] Agent-based models have also been used for developing decision
support systems such as for breast cancer.[41] Agent-based models are increasingly being used to model
pharmacological systems in early stage and pre-clinical research to aid in drug development and gain
insights into biological systems that would not be possible a priori.[42] Military applications have also been
evaluated.[43] Moreover, agent-based models have been recently employed to study molecular-level
biological systems.[44][45][46] Agent-based models have also been written to describe ecological processes
at work in ancient systems, such as those in dinosaur environments and more recent ancient systems as
well.[47][48][49]

In epidemiology

Agent-based models now complement traditional compartmental models, the usual type of epidemiological
models. ABMs have been shown to be superior to compartmental models in regard to the accuracy of
predictions.[50][51] Recently, ABMs such as CovidSim by epidemiologist Neil Ferguson, have been used to
inform public health (nonpharmaceutical) interventions against the spread of SARS-CoV-2.[52]
Epidemiological ABMs have been criticized for simplifying and unrealistic assumptions.[53][54] Still, they
can be useful in informing decisions regarding mitigation and suppression measures in cases when ABMs
are accurately calibrated.[55] The ABMs for such simulations are mostly based on synthetic populations,
since the data of the actual population is not always available.[56]

Examples of ABM use in epidemiology


Program Year Citation Description

[57] SEIR model implemented in Python with an emphasis on features for


Covasim 2021
studying the effects of interventions.
Epidemic model of the spread of COVID-19, simulating every individual in a
OpenABM- [58]
2021 population with both R and Python interfaces but using C for heavy
Covid19
computation.

An individual-based transmission model of SARS-CoV-2 infection and


OpenCOVID 2021 [59] [60] COVID-19 disease dynamics, developed at the Swiss Tropical and Public
Health Institute.

In business, technology and network theory

Agent-based models have been used since the mid-1990s to solve a variety of business and technology
problems. Examples of applications include marketing,[61] organizational behaviour and cognition,[62] team
working,[63] supply chain optimization and logistics, modeling of consumer behavior, including word of
mouth, social network effects, distributed computing, workforce management, and portfolio management.
They have also been used to analyze traffic congestion.[64]
Recently, agent based modelling and simulation has been applied to various domains such as studying the
impact of publication venues by researchers in the computer science domain (journals versus
conferences).[65] In addition, ABMs have been used to simulate information delivery in ambient assisted
environments.[66] A November 2016 article in arXiv analyzed an agent based simulation of posts spread in
Facebook.[67] In the domain of peer-to-peer, ad hoc and other self-organizing and complex networks, the
usefulness of agent based modeling and simulation has been shown.[68] The use of a computer science-
based formal specification framework coupled with wireless sensor networks and an agent-based
simulation has recently been demonstrated.[69]

Agent based evolutionary search or algorithm is a new research topic for solving complex optimization
problems.[70]

In economics and social sciences

Prior to, and in the wake of the 2008 financial crisis, interest has grown in ABMs as possible tools for
economic analysis.[71][72] ABMs do not assume the economy can achieve equilibrium and "representative
agents" are replaced by agents with diverse, dynamic, and interdependent behavior including herding.
ABMs take a "bottom-up" approach and can generate extremely complex and volatile simulated
economies. ABMs can represent unstable systems with crashes and booms that develop out of non-linear
(disproportionate) responses to proportionally small changes.[73] A July 2010 article in The Economist
looked at ABMs as alternatives to DSGE models.[73] The journal Nature also encouraged agent-based
modeling with an editorial that suggested ABMs can do a better job of representing financial markets and
other economic complexities than standard models[74] along with an essay by J. Doyne Farmer and
Duncan Foley that argued ABMs could fulfill both the desires of Keynes to represent a complex economy
and of Robert Lucas to construct models based on microfoundations.[75] Farmer and Foley pointed to
progress that has been made using ABMs to model parts of an economy, but argued for the creation of a
very large model that incorporates low level models.[76] By modeling a complex system of analysts based
on three distinct behavioral profiles – imitating, anti-imitating, and indifferent – financial markets were
simulated to high accuracy. Results showed a correlation between network morphology and the stock
market index.[77] However, the ABM approach has been criticized for its lack of robustness between
models, where similar models can yield very different results.[78][79]

ABMs have been deployed in architecture and urban planning to evaluate design and to simulate pedestrian
flow in the urban environment[80] and the examination of public policy applications to land-use.[81] There
is also a growing field of socio-economic analysis of infrastructure investment impact using ABM's ability
to discern systemic impacts upon a socio-economic network.[82] Heterogeneity and dynamics can be easily
built in ABM models to address wealth inequality and social mobility.[83]

In water management

ABMs have also been applied in water resources planning and management, particularly for exploring,
simulating, and predicting the performance of infrastructure design and policy decisions,[84] and in
assessing the value of cooperation and information exchange in large water resources systems.[85]

Organizational ABM: agent-directed simulation


The agent-directed simulation (ADS) metaphor distinguishes between two categories, namely "Systems for
Agents" and "Agents for Systems."[86] Systems for Agents (sometimes referred to as agents systems) are
systems implementing agents for the use in engineering, human and social dynamics, military applications,
and others. Agents for Systems are divided in two subcategories. Agent-supported systems deal with the
use of agents as a support facility to enable computer assistance in problem solving or enhancing cognitive
capabilities. Agent-based systems focus on the use of agents for the generation of model behavior in a
system evaluation (system studies and analyses).

Self-driving cars

Hallerbach et al. discussed the application of agent-based approaches for the development and validation of
automated driving systems via a digital twin of the vehicle-under-test and microscopic traffic simulation
based on independent agents.[87] Waymo has created a multi-agent simulation environment Carcraft to test
algorithms for self-driving cars.[88][89] It simulates traffic interactions between human drivers, pedestrians
and automated vehicles. People's behavior is imitated by artificial agents based on data of real human
behavior. The basic idea of using agent-based modeling to understand self-driving cars was discussed as
early as 2003.[90]

Implementation
Many ABM frameworks are designed for serial von-Neumann computer architectures, limiting the speed
and scalability of implemented models. Since emergent behavior in large-scale ABMs is dependent of
population size,[91] scalability restrictions may hinder model validation.[92] Such limitations have mainly
been addressed using distributed computing, with frameworks such as Repast HPC[93] specifically
dedicated to these type of implementations. While such approaches map well to cluster and supercomputer
architectures, issues related to communication and synchronization,[94][95] as well as deployment
complexity,[96] remain potential obstacles for their widespread adoption.

A recent development is the use of data-parallel algorithms on Graphics Processing Units GPUs for ABM
simulation.[91][97][98] The extreme memory bandwidth combined with the sheer number crunching power
of multi-processor GPUs has enabled simulation of millions of agents at tens of frames per second.

Integration with other modeling forms

Since Agent-Based Modeling is more of a modeling framework than a particular piece of software or
platform, it has often been used in conjunction with other modeling forms. For instance, agent-based
models have also been combined with Geographic Information Systems (GIS). This provides a useful
combination where the ABM serves as a process model and the GIS system can provide a model of
pattern.[99] Similarly, Social Network Analysis (SNA) tools and agent-based models are sometimes
integrated, where the ABM is used to simulate the dynamics on the network while the SNA tool models
and analyzes the network of interactions.[100]

Verification and validation


Verification and validation (V&V) of simulation models is extremely important.[101][102] Verification
involves making sure the implemented model matches the conceptual model, whereas validation ensures
that the implemented model has some relationship to the real-world. Face validation, sensitivity analysis,
calibration, and statistical validation are different aspects of validation.[103] A discrete-event simulation
framework approach for the validation of agent-based systems has been proposed.[104] A comprehensive
resource on empirical validation of agent-based models can be found here.[105]

As an example of V&V technique, consider VOMAS (virtual overlay multi-agent system),[106] a software
engineering based approach, where a virtual overlay multi-agent system is developed alongside the agent-
based model. Muazi et al. also provide an example of using VOMAS for verification and validation of a
forest fire simulation model.[107][108] Another software engineering method, i.e. Test-Driven Development
has been adapted to for agent-based model validation.[109] This approach has another advantage that allows
an automatic validation using unit test tools.

See also
Agent-based computational economics Evolutionary algorithm
Agent-based model in biology Flocking
Agent-based social simulation (ABSS) Internet bot
Artificial society Kinetic exchange models of markets
Boids Multi-agent system
Comparison of agent-based modeling Simulated reality
software Social complexity
Complex system Social simulation
Complex adaptive system Sociophysics
Computational sociology Software agent
Conway's Game of Life Swarming behaviour
Dynamic network analysis Web-based simulation
Emergence TOTREP

References
1. Grimm, Volker; Railsback, Steven F. (2005). Individual-based Modeling and Ecology.
Princeton University Press. p. 485. ISBN 978-0-691-09666-7.
2. Niazi, Muaz; Hussain, Amir (2011). "Agent-based Computing from Multi-agent Systems to
Agent-Based Models: A Visual Survey" (https://web.archive.org/web/20131012005027/http://
cecosm.yolasite.com/resources/Accepted_Scientometrics_ABM_Website.pdf) (PDF).
Scientometrics. 89 (2): 479–499. arXiv:1708.05872 (https://arxiv.org/abs/1708.05872).
doi:10.1007/s11192-011-0468-9 (https://doi.org/10.1007%2Fs11192-011-0468-9).
hdl:1893/3378 (https://hdl.handle.net/1893%2F3378). S2CID 17934527 (https://api.semantic
scholar.org/CorpusID:17934527). Archived from the original (http://cecosm.yolasite.com/reso
urces/Accepted_Scientometrics_ABM_Website.pdf) (PDF) on October 12, 2013.
3. Gustafsson, Leif; Sternad, Mikael (2010). "Consistent micro, macro, and state-based
population modelling". Mathematical Biosciences. 225 (2): 94–107.
doi:10.1016/j.mbs.2010.02.003 (https://doi.org/10.1016%2Fj.mbs.2010.02.003).
PMID 20171974 (https://pubmed.ncbi.nlm.nih.gov/20171974).
4. "Agent-Based Models of Industrial Ecosystems" (https://web.archive.org/web/201107200419
14/http://policy.rutgers.edu/andrews/projects/abm/abmarticle.htm). Rutgers University.
October 6, 2003. Archived from the original (http://policy.rutgers.edu/andrews/projects/abm/a
bmarticle.htm) on July 20, 2011.
5. Bonabeau, E. (May 14, 2002). "Agent-based modeling: Methods and techniques for
simulating human systems" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC128598).
Proceedings of the National Academy of Sciences of the United States of America. 99
(Suppl 3): 7280–7. Bibcode:2002PNAS...99.7280B (https://ui.adsabs.harvard.edu/abs/2002
PNAS...99.7280B). doi:10.1073/pnas.082080899 (https://doi.org/10.1073%2Fpnas.0820808
99). PMC 128598 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC128598). PMID 12011407
(https://pubmed.ncbi.nlm.nih.gov/12011407).
6. Schelling, Thomas C. (1971). "Dynamic Models of Segregation" (http://zolaist.org/wiki/image
s/c/cf/Models_of_Segregation.pdf) (PDF). Journal of Mathematical Sociology. 1 (2): 143–
186. doi:10.1080/0022250x.1971.9989794 (https://doi.org/10.1080%2F0022250x.1971.9989
794). Archived (https://web.archive.org/web/20161201210328/http://zolaist.org/wiki/images/
c/cf/Models_of_Segregation.pdf) (PDF) from the original on December 1, 2016. Retrieved
April 21, 2015.
7. Axelrod, Robert (1997). The Complexity of Cooperation: Agent-Based Models of
Competition and Collaboration. Princeton: Princeton University Press. ISBN 978-0-691-
01567-5.
8. Holland, J.H.; Miller, J.H. (1991). "Artificial Adaptive Agents in Economic Theory" (https://we
b.archive.org/web/20051027152415/http://zia.hss.cmu.edu/miller/papers/aaa.pdf) (PDF).
American Economic Review. 81 (2): 365–71. Archived from the original (http://zia.hss.cmu.e
du/miller/papers/aaa.pdf) (PDF) on October 27, 2005.
9. Kohler, Timothy; Gumerman, George (2000). Dynamics in Human and Primate Societies:
Agent-based Modeling of Social and Spatial Processes. New York, New York: Santa Fe
Institute and Oxford University Press. ISBN 0-19-513167-3.
10. Epstein, Joshua M.; Axtell, Robert (October 11, 1996). Growing artificial societies: social
science from the bottom up (https://archive.org/details/growingartificia00epst/page/224).
Brookings Institution Press. pp. 224 (https://archive.org/details/growingartificia00epst/page/2
24). ISBN 978-0-262-55025-3.
11. "Construct" (http://www.casos.cs.cmu.edu/projects/construct/index.php). Computational
Analysis of Social Organizational Systems. Archived (https://web.archive.org/web/20081011
221558/http://www.casos.cs.cmu.edu/projects/construct/index.php) from the original on
October 11, 2008. Retrieved February 19, 2008.
12. "Springer Complex Adaptive Systems Modeling Journal (CASM)" (http://www.casmodeling.c
om/). Archived (https://web.archive.org/web/20120618154650/http://www.casmodeling.com/)
from the original on June 18, 2012. Retrieved July 1, 2012.
13. Samuelson, Douglas A. (December 2000). "Designing Organizations" (https://www.informs.o
rg/ORMS-Today/Archived-Issues/2000/orms-12-00/Designing-Organizations). OR/MS
Today. Archived (https://web.archive.org/web/20190617145006/https://www.informs.org/OR
MS-Today/Archived-Issues/2000/orms-12-00/Designing-Organizations) from the original on
June 17, 2019. Retrieved June 17, 2019.
14. Samuelson, Douglas A. (February 2005). "Agents of Change" (https://www.informs.org/ORM
S-Today/Archived-Issues/2005/orms-2-05/Agents-of-Change). OR/MS Today. Archived (http
s://web.archive.org/web/20190617145007/https://www.informs.org/ORMS-Today/Archived-Is
sues/2005/orms-2-05/Agents-of-Change) from the original on June 17, 2019. Retrieved
June 17, 2019.
15. Samuelson, Douglas A.; Macal, Charles M. (August 2006). "Agent-Based Modeling Comes
of Age" (https://www.informs.org/ORMS-Today/Archived-Issues/2006/orms-8-06/Agent-Base
d-Simulation-Comes-of-Age). OR/MS Today. Archived (https://web.archive.org/web/2019061
7145008/https://www.informs.org/ORMS-Today/Archived-Issues/2006/orms-8-06/Agent-Bas
ed-Simulation-Comes-of-Age) from the original on June 17, 2019. Retrieved June 17, 2019.
16. Sun, Ron, ed. (March 2006). Cognition and Multi-Agent Interaction: From Cognitive
Modeling to Social Simulation (https://www.cambridge.org/0521839645). Cambridge
University Press. ISBN 978-0-521-83964-8.
17. Aditya Kurve; Khashayar Kotobi; George Kesidis (2013). "An agent-based framework for
performance modeling of an optimistic parallel discrete event simulator" (https://doi.org/10.1
186%2F2194-3206-1-12). Complex Adaptive Systems Modeling. 1: 12. doi:10.1186/2194-
3206-1-12 (https://doi.org/10.1186%2F2194-3206-1-12).
18. Niazi, Muaz A. K. (June 30, 2011). "Towards A Novel Unified Framework for Developing
Formal, Network and Validated Agent-Based Simulation Models of Complex Adaptive
Systems". hdl:1893/3365 (https://hdl.handle.net/1893%2F3365). (PhD Thesis)
19. Niazi, M.A. and Hussain, A (2012), Cognitive Agent-based Computing-I: A Unified
Framework for Modeling Complex Adaptive Systems using Agent-based & Complex
Network-based Methods Cognitive Agent-based Computing (https://www.springer.com/biom
ed/neuroscience/book/978-94-007-3851-5) Archived (https://web.archive.org/web/20121224
084838/http://www.springer.com/biomed/neuroscience/book/978-94-007-3851-5) December
24, 2012, at the Wayback Machine
20. "Swarm code templates for model comparison" (https://web.archive.org/web/200808031259
09/http://www.swarm.org/index.php/Software_templates). Swarm Development Group.
Archived from the original (http://www.swarm.org/index.php/Software_templates) on August
3, 2008.
21. Volker Grimm; Uta Berger; Finn Bastiansen; et al. (September 15, 2006). "A standard
protocol for describing individual-based and agent-based models". Ecological Modelling.
198 (1–2): 115–126. doi:10.1016/j.ecolmodel.2006.04.023 (https://doi.org/10.1016%2Fj.ecol
model.2006.04.023). S2CID 11194736 (https://api.semanticscholar.org/CorpusID:1119473
6). (ODD Paper)
22. Ch'ng, E. (2012) Macro and Micro Environment for Diversity of Behaviour in Artificial Life
Simulation, Artificial Life Session, The 6th International Conference on Soft Computing and
Intelligent Systems, The 13th International Symposium on Advanced Intelligent Systems,
November 20–24, 2012, Kobe, Japan. Macro and Micro Environment (http://complexity.io/Pu
blications/chng-MacroMicroEnv.pdf) Archived (https://web.archive.org/web/2013111317331
3/http://complexity.io/Publications/chng-MacroMicroEnv.pdf) November 13, 2013, at the
Wayback Machine
23. Simon, Herbert A. The sciences of the artificial. MIT press, 1996.
24. Wertheim, Kenneth Y.; Puniy, Bhanwar Lal; Fleur, Alyssa La; Shah, Ab Rauf; Barberis,
Matteo; Helikar, Tomáš (August 3, 2021). "A multi-approach and multi-scale platform to
model CD4+ T cells responding to infections" (https://www.ncbi.nlm.nih.gov/pmc/articles/PM
C8376204). PLOS Computational Biology. 17 (8): e1009209.
Bibcode:2021PLSCB..17E9209W (https://ui.adsabs.harvard.edu/abs/2021PLSCB..17E9209
W). doi:10.1371/journal.pcbi.1009209 (https://doi.org/10.1371%2Fjournal.pcbi.1009209).
ISSN 1553-7358 (https://www.worldcat.org/issn/1553-7358). PMC 8376204 (https://www.ncb
i.nlm.nih.gov/pmc/articles/PMC8376204). PMID 34343169 (https://pubmed.ncbi.nlm.nih.gov/
34343169).
25. Situngkir, Hokky (2004). "Epidemiology Through Cellular Automata: Case of Study Avian
Influenza in Indonesia". arXiv:nlin/0403035 (https://arxiv.org/abs/nlin/0403035).
26. Caplat, Paul; Anand, Madhur; Bauch, Chris (March 10, 2008). "Symmetric competition
causes population oscillations in an individual-based model of forest dynamics". Ecological
Modelling. 211 (3–4): 491–500. doi:10.1016/j.ecolmodel.2007.10.002 (https://doi.org/10.101
6%2Fj.ecolmodel.2007.10.002).
27. Thomas, Philipp (December 2019). "Intrinsic and extrinsic noise of gene expression in
lineage trees" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6345792). Scientific Reports.
9 (1): 474. Bibcode:2019NatSR...9..474T (https://ui.adsabs.harvard.edu/abs/2019NatSR...9..
474T). doi:10.1038/s41598-018-35927-x (https://doi.org/10.1038%2Fs41598-018-35927-x).
ISSN 2045-2322 (https://www.worldcat.org/issn/2045-2322). PMC 6345792 (https://www.ncb
i.nlm.nih.gov/pmc/articles/PMC6345792). PMID 30679440 (https://pubmed.ncbi.nlm.nih.gov/
30679440).
28. Fedriani JM, T Wiegand, D Ayllón, F Palomares, A Suárez-Esteban and V. Grimm. 2018.
Assisting seed dispersers to restore old-fields: an individual-based model of the interactions
among badgers, foxes, and Iberian pear trees. Journal of Applied Ecology 55: 600–611.
29. Ch'ng, E. (2009) An Artificial Life-Based Vegetation Modelling Approach for Biodiversity
Research, in Nature-Inspired informatics for Intelligent Applications and Knowledge
Discovery: Implications in Business, Science and Engineering, R. Chiong, Editor. 2009, IGI
Global: Hershey, PA. http://complexity.io/Publications/NII-alifeVeg-eCHNG.pdf Archived (http
s://web.archive.org/web/20131113173223/http://complexity.io/Publications/NII-alifeVeg-eCH
NG.pdf) November 13, 2013, at the Wayback Machine
30. Weller, F.G.; Webb, E.B.; Beatty, W.S.; Fogenburg, S.; Kesler, D.; Blenk, R.H.; Eadie, J.M.;
Ringelman, K.; Miller, M. L. (2022). Agent-based modeling of movements and habitat
selection by mid-continent mallards (Report). Cooperator Science Series. Washington, D. C:
U.S. Department of Interior, Fish and Wildlife Service. doi:10.3996/css47216360 (https://doi.
org/10.3996%2Fcss47216360). FWS/CSS-143-2022.
31. Wirth, E.; Szabó, Gy.; Czinkóczky, A. (June 7, 2016). "Measure of Landscape Heterogeneity
by Agent-Based Methodology" (https://doi.org/10.5194%2Fisprs-annals-iii-8-145-2016).
ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences.
III-8: 145–151. Bibcode:2016ISPAnIII8..145W (https://ui.adsabs.harvard.edu/abs/2016ISPAn
III8..145W). doi:10.5194/isprs-annals-iii-8-145-2016 (https://doi.org/10.5194%2Fisprs-annals
-iii-8-145-2016).
32. Lima, Francisco W.S.; Hadzibeganovic, Tarik; Stauffer., Dietrich (2009). "Evolution of
ethnocentrism on undirected and directed Barabási-Albert networks". Physica A: Statistical
Mechanics and Its Applications. 388 (24): 4999–5004. arXiv:0905.2672 (https://arxiv.org/abs/
0905.2672). Bibcode:2009PhyA..388.4999L (https://ui.adsabs.harvard.edu/abs/2009PhyA..3
88.4999L). doi:10.1016/j.physa.2009.08.029 (https://doi.org/10.1016%2Fj.physa.2009.08.02
9). S2CID 18233740 (https://api.semanticscholar.org/CorpusID:18233740).
33. Lima, Francisco W. S.; Hadzibeganovic, Tarik; Stauffer, Dietrich (2009). "Evolution of
ethnocentrism on undirected and directed Barabási–Albert networks". Physica A. 388 (24):
4999–5004. arXiv:0905.2672 (https://arxiv.org/abs/0905.2672).
Bibcode:2009PhyA..388.4999L (https://ui.adsabs.harvard.edu/abs/2009PhyA..388.4999L).
doi:10.1016/j.physa.2009.08.029 (https://doi.org/10.1016%2Fj.physa.2009.08.029).
S2CID 18233740 (https://api.semanticscholar.org/CorpusID:18233740).
34. Edwards, Scott (June 9, 2009). The Chaos of Forced Migration: A Modeling Means to an
Humanitarian End. VDM Verlag. p. 168. ISBN 978-3-639-16516-6.
35. Hadzibeganovic, Tarik; Stauffer, Dietrich; Schulze, Christian (2009). "Agent-based computer
simulations of language choice dynamics". Annals of the New York Academy of Sciences.
1167 (1): 221–229. Bibcode:2009NYASA1167..221H (https://ui.adsabs.harvard.edu/abs/200
9NYASA1167..221H). doi:10.1111/j.1749-6632.2009.04507.x (https://doi.org/10.1111%2Fj.1
749-6632.2009.04507.x). PMID 19580569 (https://pubmed.ncbi.nlm.nih.gov/19580569).
S2CID 32790067 (https://api.semanticscholar.org/CorpusID:32790067).
36. Tang, Jonathan; Enderling, Heiko; Becker-Weimann, Sabine; Pham, Christopher; Polyzos,
Aris; Chen, Charlie; Costes, Sylvain (2011). "Phenotypic transition maps of 3D breast acini
obtained by imaging-guided agent-based modeling" (https://www.ncbi.nlm.nih.gov/pmc/articl
es/PMC4009383). Integrative Biology. 3 (4): 408–21. doi:10.1039/c0ib00092b (https://doi.or
g/10.1039%2Fc0ib00092b). PMC 4009383 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC
4009383). PMID 21373705 (https://pubmed.ncbi.nlm.nih.gov/21373705).
37. Tang, Jonathan; Fernando-Garcia, Ignacio; Vijayakumar, Sangeetha; Martinez-Ruis,
Haydeliz; Illa-Bochaca, Irineu; Nguyen, David; Mao, Jian-Hua; Costes, Sylvain; Barcellos-
Hoff, Mary Helen (2014). "Irradiation of juvenile, but not adult, mammary gland increases
stem cell self-renewal and estrogen receptor negative tumors". Stem Cells. 32 (3): 649–61.
doi:10.1002/stem.1533 (https://doi.org/10.1002%2Fstem.1533). PMID 24038768 (https://pub
med.ncbi.nlm.nih.gov/24038768). S2CID 32979016 (https://api.semanticscholar.org/CorpusI
D:32979016).
38. Tang, Jonathan; Ley, Klaus; Hunt, C. Anthony (2007). "Dynamics of in silico leukocyte
rolling, activation, and adhesion" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1839892).
BMC Systems Biology. 1 (14): 14. doi:10.1186/1752-0509-1-14 (https://doi.org/10.1186%2F
1752-0509-1-14). PMC 1839892 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1839892).
PMID 17408504 (https://pubmed.ncbi.nlm.nih.gov/17408504).
39. Tang, Jonathan; Hunt, C. Anthony (2010). "Identifying the rules of engagement enabling
leukocyte rolling, activation, and adhesion" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2
824748). PLOS Computational Biology. 6 (2): e1000681. Bibcode:2010PLSCB...6E0681T
(https://ui.adsabs.harvard.edu/abs/2010PLSCB...6E0681T).
doi:10.1371/journal.pcbi.1000681 (https://doi.org/10.1371%2Fjournal.pcbi.1000681).
PMC 2824748 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2824748). PMID 20174606
(https://pubmed.ncbi.nlm.nih.gov/20174606).
40. Castiglione, Filippo; Celada, Franco (2015). Immune System Modeling and Simulation (htt
p://www.crcpress.com/product/isbn/9781466597488). CRC Press, Boca Raton. p. 274.
ISBN 978-1-4665-9748-8. Archived (https://web.archive.org/web/20230204160700/https://w
ww.routledge.com/Immune-System-Modelling-and-Simulation/Castiglione-Celada/p/book/97
81466597488) from the original on February 4, 2023. Retrieved December 17, 2017.
41. Siddiqa, Amnah; Niazi, Muaz; Mustafa, Farah; Bokhari, Habib; Hussain, Amir; Akram,
Noreen; Shaheen, Shabnum; Ahmed, Fouzia; Iqbal, Sarah (2009). "A new hybrid agent-
based modeling & simulation decision support system for breast cancer data analysis" (http
s://web.archive.org/web/20110614051810/http://www.cs.stir.ac.uk/~man/papers/ICICT_Cam
eraready_June20_09.pdf) (PDF). 2009 International Conference on Information and
Communication Technologies. pp. 134–139. doi:10.1109/ICICT.2009.5267202 (https://doi.or
g/10.1109%2FICICT.2009.5267202). ISBN 978-1-4244-4608-7. S2CID 14433449 (https://ap
i.semanticscholar.org/CorpusID:14433449). Archived from the original (http://www.cs.stir.ac.u
k/~man/papers/ICICT_Cameraready_June20_09.pdf) (PDF) on June 14, 2011. (Breast
Cancer DSS)
42. Butler, James; Cosgrove, Jason; Alden, Kieran; Read, Mark; Kumar, Vipin; Cucurull‐
Sanchez, Lourdes; Timmis, Jon; Coles, Mark (2015). "Agent‐Based Modeling in Systems
Pharmacology" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4716580). CPT:
Pharmacometrics & Systems Pharmacology. 4 (11): 615–629. doi:10.1002/psp4.12018 (http
s://doi.org/10.1002%2Fpsp4.12018). PMC 4716580 (https://www.ncbi.nlm.nih.gov/pmc/articl
es/PMC4716580). PMID 26783498 (https://pubmed.ncbi.nlm.nih.gov/26783498).
43. Barathy, Gnana; Yilmaz, Levent; Tolk, Andreas (March 2012). "Agent Directed Simulation for
Combat Modeling and Distributed Simulation". Engineering Principles of Combat Modeling
and Distributed Simulation. Hoboken, NJ: Wiley. pp. 669–714.
doi:10.1002/9781118180310.ch27 (https://doi.org/10.1002%2F9781118180310.ch27).
ISBN 9781118180310.
44. Azimi, Mohammad; Jamali, Yousef; Mofrad, Mohammad R. K. (2011). "Accounting for
Diffusion in Agent Based Models of Reaction-Diffusion Systems with Application to
Cytoskeletal Diffusion" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3179499). PLOS
ONE. 6 (9): e25306. Bibcode:2011PLoSO...625306A (https://ui.adsabs.harvard.edu/abs/201
1PLoSO...625306A). doi:10.1371/journal.pone.0025306 (https://doi.org/10.1371%2Fjournal.
pone.0025306). PMC 3179499 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3179499).
PMID 21966493 (https://pubmed.ncbi.nlm.nih.gov/21966493).
45. Azimi, Mohammad; Mofrad, Mohammad R. K. (2013). "Higher Nucleoporin-Importinβ Affinity
at the Nuclear Basket Increases Nucleocytoplasmic Import" (https://www.ncbi.nlm.nih.gov/p
mc/articles/PMC3840022). PLOS ONE. 8 (11): e81741. Bibcode:2013PLoSO...881741A (htt
ps://ui.adsabs.harvard.edu/abs/2013PLoSO...881741A). doi:10.1371/journal.pone.0081741
(https://doi.org/10.1371%2Fjournal.pone.0081741). PMC 3840022 (https://www.ncbi.nlm.nih.
gov/pmc/articles/PMC3840022). PMID 24282617 (https://pubmed.ncbi.nlm.nih.gov/2428261
7).
46. Azimi, Mohammad; Bulat, Evgeny; Weis, Karsten; Mofrad, Mohammad R. K. (November 5,
2014). "An agent-based model for mRNA export through the nuclear pore complex" (https://w
ww.ncbi.nlm.nih.gov/pmc/articles/PMC4230623). Molecular Biology of the Cell. 25 (22):
3643–3653. doi:10.1091/mbc.E14-06-1065 (https://doi.org/10.1091%2Fmbc.E14-06-1065).
PMC 4230623 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4230623). PMID 25253717
(https://pubmed.ncbi.nlm.nih.gov/25253717).
47. Pahl, Cameron C.; Ruedas, Luis (2021). "Carnosaurs as Apex Scavengers: Agent-based
simulations reveal possible vulture analogues in late Jurassic Dinosaurs". Ecological
Modelling. 458: 109706. doi:10.1016/j.ecolmodel.2021.109706 (https://doi.org/10.1016%2Fj.
ecolmodel.2021.109706).
48. Volmer; et al. (2017). "Did Panthera pardus (Linnaeus, 1758) become extinct in Sumatra
because of competition for prey? Modeling interspecific competition within the Late
Pleistocene carnivore guild of the Padang Highlands, Sumatra". Palaeogeography,
Palaeoclimatology, Palaeoecology. 487: 175–186. Bibcode:2017PPP...487..175V (https://ui.
adsabs.harvard.edu/abs/2017PPP...487..175V). doi:10.1016/j.palaeo.2017.08.032 (https://do
i.org/10.1016%2Fj.palaeo.2017.08.032).
49. Hagen, Oskar; Flück, Benjamin; Fopp, Fabian; Cabral, Juliano C.; Hartig, Florian; Pontarp,
Mikael; Rangel, Thiago F.; Pellissier, Loïc (2021). "gen3sis: A general engine for eco-
evolutionary simulations of the processes that shape Earth's biodiversity" (https://www.ncbi.n
lm.nih.gov/pmc/articles/PMC8384074). PLOS Biology. 19 (7): e3001340.
doi:10.1371/journal.pbio.3001340 (https://doi.org/10.1371%2Fjournal.pbio.3001340).
PMC 8384074 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8384074). PMID 34252071
(https://pubmed.ncbi.nlm.nih.gov/34252071). S2CID 235807562 (https://api.semanticscholar.
org/CorpusID:235807562).
50. Eisinger, Dirk; Thulke, Hans-Hermann (April 1, 2008). "Spatial pattern formation facilitates
eradication of infectious diseases" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC232689
2). The Journal of Applied Ecology. 45 (2): 415–423. doi:10.1111/j.1365-2664.2007.01439.x
(https://doi.org/10.1111%2Fj.1365-2664.2007.01439.x). ISSN 0021-8901 (https://www.world
cat.org/issn/0021-8901). PMC 2326892 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC232
6892). PMID 18784795 (https://pubmed.ncbi.nlm.nih.gov/18784795).
51. Railsback, Steven F.; Grimm, Volker (March 26, 2019). Agent-Based and Individual-Based
Modeling (https://press.princeton.edu/books/hardcover/9780691190822/agent-based-and-in
dividual-based-modeling). ISBN 978-0-691-19082-2. Archived (https://web.archive.org/web/
20201024163738/https://press.princeton.edu/books/hardcover/9780691190822/agent-base
d-and-individual-based-modeling) from the original on October 24, 2020. Retrieved
October 19, 2020.
52. Adam, David (April 2, 2020). "Special report: The simulations driving the world's response to
COVID-19" (https://doi.org/10.1038%2Fd41586-020-01003-6). Nature. 580 (7803): 316–318.
Bibcode:2020Natur.580..316A (https://ui.adsabs.harvard.edu/abs/2020Natur.580..316A).
doi:10.1038/d41586-020-01003-6 (https://doi.org/10.1038%2Fd41586-020-01003-6).
PMID 32242115 (https://pubmed.ncbi.nlm.nih.gov/32242115). S2CID 214771531 (https://ap
i.semanticscholar.org/CorpusID:214771531).
53. Sridhar, Devi; Majumder, Maimuna S. (April 21, 2020). "Modelling the pandemic" (https://ww
w.bmj.com/content/369/bmj.m1567). BMJ. 369: m1567. doi:10.1136/bmj.m1567 (https://doi.o
rg/10.1136%2Fbmj.m1567). ISSN 1756-1833 (https://www.worldcat.org/issn/1756-1833).
PMID 32317328 (https://pubmed.ncbi.nlm.nih.gov/32317328). S2CID 216074714 (https://ap
i.semanticscholar.org/CorpusID:216074714). Archived (https://web.archive.org/web/2021051
6061544/https://www.bmj.com/content/369/bmj.m1567) from the original on May 16, 2021.
Retrieved October 19, 2020.
54. Squazzoni, Flaminio; Polhill, J. Gareth; Edmonds, Bruce; Ahrweiler, Petra; Antosz, Patrycja;
Scholz, Geeske; Chappin, Émile; Borit, Melania; Verhagen, Harko; Giardini, Francesca;
Gilbert, Nigel (2020). "Computational Models That Matter During a Global Pandemic
Outbreak: A Call to Action" (http://jasss.soc.surrey.ac.uk/23/2/10.html). Journal of Artificial
Societies and Social Simulation. 23 (2): 10. doi:10.18564/jasss.4298 (https://doi.org/10.1856
4%2Fjasss.4298). ISSN 1460-7425 (https://www.worldcat.org/issn/1460-7425).
S2CID 216426533 (https://api.semanticscholar.org/CorpusID:216426533). Archived (https://
web.archive.org/web/20210224024334/http://jasss.soc.surrey.ac.uk/23/2/10.html) from the
original on February 24, 2021. Retrieved October 19, 2020.
55. Maziarz, Mariusz; Zach, Martin (2020). "Agent-based modelling for SARS-CoV-2 epidemic
prediction and intervention assessment: A methodological appraisal" (https://www.ncbi.nlm.n
ih.gov/pmc/articles/PMC7461315). Journal of Evaluation in Clinical Practice. 26 (5): 1352–
1360. doi:10.1111/jep.13459 (https://doi.org/10.1111%2Fjep.13459). ISSN 1365-2753 (http
s://www.worldcat.org/issn/1365-2753). PMC 7461315 (https://www.ncbi.nlm.nih.gov/pmc/arti
cles/PMC7461315). PMID 32820573 (https://pubmed.ncbi.nlm.nih.gov/32820573).
56. Manout, O.; Ciari, F. (2021). "Assessing the Role of Daily Activities and Mobility in the
Spread of COVID-19 in Montreal With an Agent-Based Approach" (https://pesquisa.bvsalud.
org/global-literature-on-novel-coronavirus-2019-ncov/resource/pt/covidwho-1346397).
Frontiers in Built Environment. 7. doi:10.3389/fbuil.2021.654279 (https://doi.org/10.3389%2F
fbuil.2021.654279).
57. Kerr, Cliff; et al. (2021), "Covasim: an agent-based model of COVID-19 dynamics and
interventions" (https://doi.org/10.1101/2020.05.10.20097469), medRxiv, vol. 17, no. 7,
pp. e1009149, doi:10.1101/2020.05.10.20097469 (https://doi.org/10.1101%2F2020.05.10.20
097469), PMC 8341708 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8341708),
PMID 34310589 (https://pubmed.ncbi.nlm.nih.gov/34310589), archived (https://web.archive.
org/web/20230204160700/https://www.medrxiv.org/content/10.1101/2020.05.10.20097469v
3) from the original on February 4, 2023, retrieved July 19, 2021
58. Hinch, Robert; et al. (2021), "OpenABM-Covid19—An agent-based model for non-
pharmaceutical interventions against COVID-19 including contact tracing" (https://doi.org/10.
1371/journal.pcbi.1009146), PLOS Computational Biology, 17 (7): e1009146,
Bibcode:2021PLSCB..17E9146H (https://ui.adsabs.harvard.edu/abs/2021PLSCB..17E9146
H), doi:10.1371/journal.pcbi.1009146 (https://doi.org/10.1371%2Fjournal.pcbi.1009146),
PMC 8328312 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8328312), PMID 34252083
(https://pubmed.ncbi.nlm.nih.gov/34252083), archived (https://web.archive.org/web/2023020
4160704/https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1009146)
from the original on February 4, 2023, retrieved July 19, 2021
59. Shattock, Andrew; Le Rutte, Epke; et al. (2021), "Impact of vaccination and non-
pharmaceutical interventions on SARS-CoV-2 dynamics in Switzerland" (https://doi.org/10.1
016/j.epidem.2021.100535), Epidemics, 38 (7): 100535, Bibcode:2021PLSCB..17E9146H
(https://ui.adsabs.harvard.edu/abs/2021PLSCB..17E9146H),
doi:10.1016/j.epidem.2021.100535 (https://doi.org/10.1016%2Fj.epidem.2021.100535),
PMC 8669952 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8669952), PMID 34923396
(https://pubmed.ncbi.nlm.nih.gov/34923396), archived (https://web.archive.org/web/2023020
4160703/https://www.sciencedirect.com/science/article/pii/S1755436521000785?via%3Dih
ub) from the original on February 4, 2023, retrieved February 15, 2022
60. "Git-repository with open access source-code for OpenCOVID" (https://github.com/SwissTP
H/OpenCOVID). GitHub. Swiss TPH. January 31, 2022. Archived (https://web.archive.org/we
b/20220215120617/https://github.com/SwissTPH/OpenCOVID) from the original on
February 15, 2022. Retrieved February 15, 2022.
61. Rand, William; Rust, Roland T. (2011). "Agent-based modeling in marketing: Guidelines for
rigor". International Journal of Research in Marketing. 28 (3): 181–193.
doi:10.1016/j.ijresmar.2011.04.002 (https://doi.org/10.1016%2Fj.ijresmar.2011.04.002).
62. Hughes, H. P. N.; Clegg, C. W.; Robinson, M. A.; Crowder, R. M. (2012). "Agent-based
modelling and simulation: The potential contribution to organizational psychology". Journal
of Occupational and Organizational Psychology. 85 (3): 487–502. doi:10.1111/j.2044-
8325.2012.02053.x (https://doi.org/10.1111%2Fj.2044-8325.2012.02053.x).
63. Crowder, R. M.; Robinson, M. A.; Hughes, H. P. N.; Sim, Y. W. (2012). "The development of
an agent-based modeling framework for simulating engineering team work". IEEE
Transactions on Systems, Man, and Cybernetics - Part A: Systems and Humans. 42 (6):
1425–1439. doi:10.1109/TSMCA.2012.2199304 (https://doi.org/10.1109%2FTSMCA.2012.2
199304). S2CID 7985332 (https://api.semanticscholar.org/CorpusID:7985332).
64. "Application of Agent Technology to Traffic Simulation" (https://web.archive.org/web/201101
01034847/http://www.tfhrc.gov/advanc/agent.htm). United States Department of
Transportation. May 15, 2007. Archived from the original (http://www.tfhrc.gov/advanc/agent.
htm) on January 1, 2011. Retrieved October 31, 2007.
65. Niazi, M.; Baig, A. R.; Hussain, A.; Bhatti, S. (2008). "Simulation of the research process" (htt
p://www.informs-sim.org/wsc08papers/159.pdf) (PDF). In Mason, S.; Hill, R.; Mönch, L.;
Rose, O.; Jefferson, T.; Fowler, J. W. (eds.). 2008 Winter Simulation Conference. pp. 1326–
1334. doi:10.1109/WSC.2008.4736206 (https://doi.org/10.1109%2FWSC.2008.4736206).
hdl:1893/3203 (https://hdl.handle.net/1893%2F3203). ISBN 978-1-4244-2707-9.
S2CID 6597668 (https://api.semanticscholar.org/CorpusID:6597668). Archived (https://web.a
rchive.org/web/20110601150006/http://www.informs-sim.org/wsc08papers/159.pdf) (PDF)
from the original on June 1, 2011. Retrieved June 7, 2009.
66. Niazi, Muaz A. (2008). "Self-Organized Customized Content Delivery Architecture for
Ambient Assisted Environments" (https://web.archive.org/web/20110614051629/http://www.
cs.stir.ac.uk/~man/papers/upg106-niazi.pdf) (PDF). UPGRADE '08: Proceedings of the Third
International Workshop on Use of P2P, Grid and Agents for the Development of Content
Networks: 45–54. doi:10.1145/1384209.1384218 (https://doi.org/10.1145%2F1384209.1384
218). ISBN 9781605581552. S2CID 16916130 (https://api.semanticscholar.org/CorpusID:16
916130). Archived from the original (http://www.cs.stir.ac.uk/~man/papers/upg106-niazi.pdf)
(PDF) on June 14, 2011.
67. Nasrinpour, Hamid Reza; Friesen, Marcia R.; McLeod, Robert D. (November 22, 2016). "An
Agent-Based Model of Message Propagation in the Facebook Electronic Social Network".
arXiv:1611.07454 (https://arxiv.org/abs/1611.07454) [cs.SI (https://arxiv.org/archive/cs.SI)].
68. Niazi, Muaz; Hussain, Amir (March 2009). "Agent based Tools for Modeling and Simulation
of Self-Organization in Peer-to-Peer, Ad-Hoc and other Complex Networks" (https://web.arch
ive.org/web/20101204212920/http://www.cs.stir.ac.uk/~man/papers/niaziCommmag.pdf)
(PDF). IEEE Communications Magazine. 47 (3): 163–173.
doi:10.1109/MCOM.2009.4804403 (https://doi.org/10.1109%2FMCOM.2009.4804403).
hdl:1893/2423 (https://hdl.handle.net/1893%2F2423). S2CID 23449913 (https://api.semantic
scholar.org/CorpusID:23449913). Archived from the original (http://www.cs.stir.ac.uk/~man/p
apers/niaziCommmag.pdf) (PDF) on December 4, 2010.
69. Niazi, Muaz; Hussain, Amir (2011). "A Novel Agent-Based Simulation Framework for
Sensing in Complex Adaptive Environments" (https://web.archive.org/web/2011072502373
3/http://cs.stir.ac.uk/~man/papers/Accepted_IEEESensorsAug2010.pdf) (PDF). IEEE
Sensors Journal. 11 (2): 404–412. arXiv:1708.05875 (https://arxiv.org/abs/1708.05875).
Bibcode:2011ISenJ..11..404N (https://ui.adsabs.harvard.edu/abs/2011ISenJ..11..404N).
doi:10.1109/JSEN.2010.2068044 (https://doi.org/10.1109%2FJSEN.2010.2068044).
hdl:1893/3398 (https://hdl.handle.net/1893%2F3398). S2CID 15367419 (https://api.semantic
scholar.org/CorpusID:15367419). Archived from the original (http://cs.stir.ac.uk/~man/papers/
Accepted_IEEESensorsAug2010.pdf) (PDF) on July 25, 2011.
70. Sarker, R. A.; Ray, T. (2010). "Agent Based Evolutionary Approach: An Introduction". Agent-
Based Evolutionary Search. Adaptation, Learning, and Optimization. Vol. 5. p. 1.
doi:10.1007/978-3-642-13425-8_1 (https://doi.org/10.1007%2F978-3-642-13425-8_1).
ISBN 978-3-642-13424-1.
71. Page, Scott E. (2008). Agent-Based Models (http://www.dictionaryofeconomics.com/article?i
d=pde2008_A000218&edition=current&q=agent-based%20computational%20modeling&to
picid=&result_number=1). The New Palgrave Dictionary of Economics (2 ed.). Archived (http
s://web.archive.org/web/20180210023520/https://www.springernature.com/gp/) from the
original on February 10, 2018. Retrieved October 3, 2011.
72. Testfatsion, Leigh; Judd, Kenneth, eds. (May 2006). Handbook of Computational Economics
(https://web.archive.org/web/20120306100156/http://www.elsevier.com/wps/find/bookdescri
ption.cws_home/660847/description#description). Vol. 2. Elsevier. p. 904. ISBN 978-0-444-
51253-6. Archived from the original (http://www.elsevier.com/wps/find/bookdescription.cws_
home/660847/description#description) on March 6, 2012. Retrieved January 29, 2012.
(Chapter preview) (https://www.sciencedirect.com/science/journal/15740021/2)
73. "Agents of change" (http://www.economist.com/node/16636121). The Economist. July 22,
2010. Archived (https://web.archive.org/web/20110123110948/http://www.economist.com/no
de/16636121) from the original on January 23, 2011. Retrieved February 16, 2011.
74. "A model approach" (https://doi.org/10.1038%2F460667a). Nature. 460 (7256): 667. August
6, 2009. Bibcode:2009Natur.460Q.667. (https://ui.adsabs.harvard.edu/abs/2009Natur.460Q.
667.). doi:10.1038/460667a (https://doi.org/10.1038%2F460667a). PMID 19661863 (https://p
ubmed.ncbi.nlm.nih.gov/19661863).
75. Farmer & Foley 2009, p. 685.
76. Farmer & Foley 2009, p. 686.
77. Stefan, F., & Atman, A. (2015). Is there any connection between the network morphology and
the fluctuations of the stock market index? Physica A: Statistical Mechanics and Its
Applications, (419), 630-641.
78. Dawid, Herbert; Gatti, Delli (January 2018). "Agent-based macroeconomics". Handbook of
Computational Economics. 4: 63–156. doi:10.1016/bs.hescom.2018.02.006 (https://doi.org/1
0.1016%2Fbs.hescom.2018.02.006).
79. Rand, William; Rust, Roland T. (July 2011). "Agent-based modeling in marketing: Guidelines
for rigor". International Journal of Research in Marketing. 28 (3): 181–193.
doi:10.1016/j.ijresmar.2011.04.002 (https://doi.org/10.1016%2Fj.ijresmar.2011.04.002).
80. Aschwanden, G.D.P.A; Wullschleger, Tobias; Müller, Hanspeter; Schmitt, Gerhard (2009).
"Evaluation of 3D city models using automatic placed urban agents". Automation in
Construction. 22: 81–89. doi:10.1016/j.autcon.2011.07.001 (https://doi.org/10.1016%2Fj.autc
on.2011.07.001).
81. Brown, Daniel G.; Page, Scott E.; Zellner, Moira; Rand, William (2005). "Path dependence
and the validation of agent‐based spatial models of land use" (https://doi.org/10.1080%2F13
658810410001713399). International Journal of Geographical Information Science. 19 (2):
153–174. doi:10.1080/13658810410001713399 (https://doi.org/10.1080%2F136588104100
01713399).
82. Smetanin, Paul; Stiff, David (2015). Investing in Ontario's Public Infrastructure: A Prosperity
at Risk Perspective, with an analysis of the Greater Toronto and Hamilton Area (http://www.c
ancea.ca/sites/economic-analysis.ca/files/reports/CANCEA%20Report%20-%20Investing%
20in%20Ontario%27s%20Infrastructure%20FINAL%20Oct%202015%20Web.pdf) (PDF).
The Canadian Centre for Economic Analysis (Report). Archived (https://web.archive.org/we
b/20161118042407/http://www.cancea.ca/sites/economic-analysis.ca/files/reports/CANCE
A%20Report%20-%20Investing%20in%20Ontario%27s%20Infrastructure%20FINAL%20Oc
t%202015%20Web.pdf) (PDF) from the original on November 18, 2016. Retrieved
November 17, 2016.
83. Yang, Xiaoliang; Zhou, Peng (April 2022). "Wealth inequality and social mobility: A
simulation-based modelling approach" (https://linkinghub.elsevier.com/retrieve/pii/S0167268
122000580). Journal of Economic Behavior & Organization. 196: 307–329.
doi:10.1016/j.jebo.2022.02.012 (https://doi.org/10.1016%2Fj.jebo.2022.02.012).
S2CID 247143315 (https://api.semanticscholar.org/CorpusID:247143315). Archived (https://
web.archive.org/web/20220423185543/https://linkinghub.elsevier.com/retrieve/pii/S0167268
122000580) from the original on April 23, 2022. Retrieved April 28, 2022.
84. Berglund, Emily Zechman (November 2015). "Using Agent-Based Modeling for Water
Resources Planning and Management" (http://ascelibrary.org/doi/10.1061/%28ASCE%29W
R.1943-5452.0000544). Journal of Water Resources Planning and Management. 141 (11):
04015025. doi:10.1061/(ASCE)WR.1943-5452.0000544 (https://doi.org/10.1061%2F%28AS
CE%29WR.1943-5452.0000544). ISSN 0733-9496 (https://www.worldcat.org/issn/0733-949
6). Archived (https://web.archive.org/web/20220119081321/http://ascelibrary.org/doi/10.106
1/(ASCE)WR.1943-5452.0000544) from the original on January 19, 2022. Retrieved
September 18, 2021.
85. Giuliani, M.; Castelletti, A. (July 2013). "Assessing the value of cooperation and information
exchange in large water resources systems by agent-based optimization: MAS Framework
for Large Water Resources Systems" (http://doi.wiley.com/10.1002/wrcr.20287). Water
Resources Research. 49 (7): 3912–3926. doi:10.1002/wrcr.20287 (https://doi.org/10.1002%2
Fwrcr.20287). S2CID 128659104 (https://api.semanticscholar.org/CorpusID:128659104).
86. "Agent-Directed Simulation" (http://www.eng.auburn.edu/~yilmaz/ADS.html). Archived (http
s://web.archive.org/web/20110927165246/http://www.eng.auburn.edu/~yilmaz/ADS.html)
from the original on September 27, 2011. Retrieved August 9, 2011.
87. Hallerbach, S.; Xia, Y.; Eberle, U.; Koester, F. (2018). "Simulation-Based Identification of
Critical Scenarios for Cooperative and Automated Vehicles" (https://www.researchgate.net/p
ublication/324194968). SAE International Journal of Connected and Automated Vehicles.
SAE International. 1 (2): 93–106. doi:10.4271/2018-01-1066 (https://doi.org/10.4271%2F201
8-01-1066).
88. Madrigal, Story by Alexis C. "Inside Waymo's Secret World for Training Self-Driving Cars" (ht
tps://www.theatlantic.com/technology/archive/2017/08/inside-waymos-secret-testing-and-si
mulation-facilities/537648/). The Atlantic. Archived (https://web.archive.org/web/2020081419
5438/https://www.theatlantic.com/technology/archive/2017/08/inside-waymos-secret-testing-
and-simulation-facilities/537648/) from the original on August 14, 2020. Retrieved August 14,
2020.
89. Connors, J.; Graham, S.; Mailloux, L. (2018). "Cyber Synthetic Modeling for Vehicle-to-
Vehicle Applications". In International Conference on Cyber Warfare and Security. Academic
Conferences International Limited: 594-XI.
90. Yang, Guoqing; Wu, Zhaohui; Li, Xiumei; Chen, Wei (2003). "SVE: Embedded agent based
smart vehicle environment" (https://ieeexplore.ieee.org/document/1252782). Proceedings of
the 2003 IEEE International Conference on Intelligent Transportation Systems. Vol. 2.
pp. 1745–1749 vol.2. doi:10.1109/ITSC.2003.1252782 (https://doi.org/10.1109%2FITSC.20
03.1252782). ISBN 0-7803-8125-4. S2CID 110177067 (https://api.semanticscholar.org/Corp
usID:110177067). Archived (https://web.archive.org/web/20220131211240/https://ieeexplor
e.ieee.org/document/1252782) from the original on January 31, 2022. Retrieved August 19,
2021.
91. Lysenko, Mikola; D'Souza, Roshan M. (2008). "A Framework for Megascale Agent Based
Model Simulations on Graphics Processing Units" (http://jasss.soc.surrey.ac.uk/11/4/10.htm
l). Journal of Artificial Societies and Social Simulation. 11 (4): 10. ISSN 1460-7425 (https://w
ww.worldcat.org/issn/1460-7425). Archived (https://web.archive.org/web/20190426210422/h
ttp://jasss.soc.surrey.ac.uk/11/4/10.html) from the original on April 26, 2019. Retrieved
April 16, 2019.
92. Gulyás, László; Szemes, Gábor; Kampis, George; de Back, Walter (2009). "A Modeler-
Friendly API for ABM Partitioning" (https://proceedings.asmedigitalcollection.asme.org/proce
eding.aspx?articleid=1649189). Proceedings of the ASME 2009 International Design
Engineering Technical Conferences & Computers and Information in Engineering
Conference IDETC/CIE 2009. San Diego, California, USA. 2: 219–226. Archived (https://we
b.archive.org/web/20190416181927/https://proceedings.asmedigitalcollection.asme.org/pro
ceeding.aspx%3Farticleid%3D1649189) from the original on April 16, 2019. Retrieved
April 16, 2019.
93. Collier, N.; North, M. (2013). "Parallel agent-based simulation with Repast for High
Performance Computing". Simulation. 89 (10): 1215–1235. doi:10.1177/0037549712462620
(https://doi.org/10.1177%2F0037549712462620). S2CID 29255621 (https://api.semanticsch
olar.org/CorpusID:29255621).
94. Fujimoto, R. (2015). "Parallel and distributed simulation" (http://www.lib.ncsu.edu/resolver/1
840.4/5268). 2015 Winter Simulation Conference (WSC). Huntington Beach, CA, USA.
pp. 45–59. doi:10.1109/WSC.2015.7408152 (https://doi.org/10.1109%2FWSC.2015.740815
2). ISBN 978-1-4673-9743-8. Archived (https://web.archive.org/web/20230204160704/http
s://repository.lib.ncsu.edu/handle/1840.4/5268) from the original on February 4, 2023.
Retrieved September 6, 2020.
95. Shook, E.; Wang, S.; Tang, W. (2013). "A communication-aware framework for parallel
spatially explicit agent-based models". International Journal of Geographical Information
Science. Taylor & Francis. 27 (11): 2160–2181. doi:10.1080/13658816.2013.771740 (https://
doi.org/10.1080%2F13658816.2013.771740). S2CID 41702653 (https://api.semanticscholar.
org/CorpusID:41702653).
96. Jonas, E.; Pu, Q.; Venkataraman, S.; Stoica, I.; Recht, B. (2017). "Occupy the Cloud:
Distributed Computing for the 99%". Proceedings of the 2017 Symposium on Cloud
Computing (SoCC '17). Santa Clara, CA, USA: ACM: 445–451. arXiv:1702.04024 (https://ar
xiv.org/abs/1702.04024). Bibcode:2017arXiv170204024J (https://ui.adsabs.harvard.edu/abs/
2017arXiv170204024J). doi:10.1145/3127479.3128601 (https://doi.org/10.1145%2F312747
9.3128601). S2CID 854354 (https://api.semanticscholar.org/CorpusID:854354).
97. Isaac Rudomin; et al. (2006). "Large Crowds in the GPU" (https://web.archive.org/web/2014
0111054342/https://sites.google.com/site/rudominisaac/shader-agents). Monterrey Institute
of Technology and Higher Education. Archived from the original (https://sites.google.com/sit
e/rudominisaac/shader-agents) on January 11, 2014.
98. Richmond, Paul; Romano, Daniela M. (2008). "Agent Based GPU, a Real-time 3D
Simulation and Interactive Visualisation Framework for Massive Agent Based Modelling on
the GPU" (https://wayback.archive-it.org/all/20090115220835/http://www.dcs.shef.ac.uk/~da
niela/Paul_abgpu_IWSV_2008.pdf) (PDF). Proceedings International Workshop on Super
Visualisation (IWSV08). Archived from the original (http://www.dcs.shef.ac.uk/~daniela/Paul
_abgpu_IWSV_2008.pdf) (PDF) on January 15, 2009. Retrieved April 27, 2012.
99. Brown, Daniel G.; Riolo, Rick; Robinson, Derek T.; North, Michael; Rand, William (2005).
"Spatial Process and Data Models: Toward Integration of agent-based models and GIS".
Journal of Geographical Systems. Springer. 7 (1): 25–47. Bibcode:2005JGS.....7...25B (http
s://ui.adsabs.harvard.edu/abs/2005JGS.....7...25B). doi:10.1007/s10109-005-0148-5 (https://
doi.org/10.1007%2Fs10109-005-0148-5). hdl:2027.42/47930 (https://hdl.handle.net/2027.4
2%2F47930). S2CID 14059768 (https://api.semanticscholar.org/CorpusID:14059768).
100. Zhang, J.; Tong, L.; Lamberson, P.J.; Durazo-Arvizu, R.A.; Luke, A.; Shoham, D.A. (2015).
"Leveraging social influence to address overweight and obesity using agent-based models:
The role of adolescent social networks" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC430
6600). Social Science & Medicine. Elsevier BV. 125: 203–213.
doi:10.1016/j.socscimed.2014.05.049 (https://doi.org/10.1016%2Fj.socscimed.2014.05.049).
ISSN 0277-9536 (https://www.worldcat.org/issn/0277-9536). PMC 4306600 (https://www.ncb
i.nlm.nih.gov/pmc/articles/PMC4306600). PMID 24951404 (https://pubmed.ncbi.nlm.nih.gov/
24951404).
101. Sargent, R. G. (2000). "Verification, validation and accreditation of simulation models". 2000
Winter Simulation Conference Proceedings (Cat. No.00CH37165). Vol. 1. pp. 50–59.
CiteSeerX 10.1.1.17.438 (https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.43
8). doi:10.1109/WSC.2000.899697 (https://doi.org/10.1109%2FWSC.2000.899697).
ISBN 978-0-7803-6579-7. S2CID 57059217 (https://api.semanticscholar.org/CorpusID:5705
9217).
102. Galán, José Manuel; Izquierdo, Luis; Izquierdo, Segismundo S.; Santos, José Ignacio; del
Olmo, Ricardo; López-Paredes, Adolfo; Edmonds, Bruce (2009). "Errors and Artefacts in
Agent-Based Modelling" (http://jasss.soc.surrey.ac.uk/12/1/1.html). Journal of Artificial
Societies and Social Simulation. 12 (1): 1. Archived (https://web.archive.org/web/200906210
45033/http://jasss.soc.surrey.ac.uk/12/1/1.html) from the original on June 21, 2009. Retrieved
January 26, 2010.
103. Klügl, F. (2008). "A validation methodology for agent-based simulations". Proceedings of the
2008 ACM symposium on Applied computing - SAC '08. pp. 39–43.
doi:10.1145/1363686.1363696 (https://doi.org/10.1145%2F1363686.1363696).
ISBN 9781595937537. S2CID 9450992 (https://api.semanticscholar.org/CorpusID:945099
2).
104. Fortino, G.; Garro, A.; Russo, W. (2005). "A Discrete-Event Simulation Framework for the
Validation of Agent-Based and Multi-Agent Systems" (http://www-lia.deis.unibo.it/books/woa
2005/papers/11.pdf) (PDF). Archived (https://web.archive.org/web/20110626211408/http://w
ww-lia.deis.unibo.it/books/woa2005/papers/11.pdf) (PDF) from the original on June 26,
2011. Retrieved September 27, 2009.
105. Tesfatsion, Leigh. "Empirical Validation: Agent-Based Computational Economics" (https://w
ww2.econ.iastate.edu/tesfatsi/empvalid.htm). Iowa State University. Archived (https://web.arc
hive.org/web/20200626090651/https://www2.econ.iastate.edu/tesfatsi/empvalid.htm) from
the original on June 26, 2020. Retrieved June 24, 2020.
106. Niazi, Muaz; Hussain, Amir; Kolberg, Mario. "Verification and Validation of Agent-Based
Simulations using the VOMAS approach" (https://web.archive.org/web/20110614052017/htt
p://www.cs.stir.ac.uk/~man/papers/VOMAS_CRV_aug_05_09_Muazv2.pdf) (PDF).
Proceedings of the Third Workshop on Multi-Agent Systems and Simulation '09 (MASS '09),
as Part of MALLOW 09, Sep 7–11, 2009, Torino, Italy. Archived from the original (http://www.
cs.stir.ac.uk/~man/papers/VOMAS_CRV_aug_05_09_Muazv2.pdf) (PDF) on June 14, 2011.
107. Niazi, Muaz; Siddique, Qasim; Hussain, Amir; Kolberg, Mario (April 11–15, 2010).
"Verification & Validation of an Agent-Based Forest Fire Simulation Model" (https://web.archi
ve.org/web/20110725083937/http://cs.stir.ac.uk/~man/papers/2_ADS_09_Final_Paper.pdf)
(PDF). Proceedings of the Agent Directed Simulation Symposium 2010, as Part of the ACM
SCS Spring Simulation Multiconference: 142–149. Archived from the original (http://cs.stir.a
c.uk/~man/papers/2_ADS_09_Final_Paper.pdf) (PDF) on July 25, 2011.
108. Niazi, Muaz A. K. (June 11, 2011). "Towards A Novel Unified Framework for Developing
Formal, Network and Validated Agent-Based Simulation Models of Complex Adaptive
Systems". University of Stirling. hdl:1893/3365 (https://hdl.handle.net/1893%2F3365). PhD
Thesis
109. Onggo, B.S.; Karatas, M. (2016). "Test-driven simulation modelling: A case study using
agent-based maritime search-operation simulation" (https://www.sciencedirect.com/science/
article/abs/pii/S0377221716301965). European Journal of Operational Research. 254 (2):
517–531. doi:10.1016/j.ejor.2016.03.050 (https://doi.org/10.1016%2Fj.ejor.2016.03.050).
Archived (https://web.archive.org/web/20200630141434/https://www.sciencedirect.com/scie
nce/article/abs/pii/S0377221716301965) from the original on June 30, 2020. Retrieved
March 30, 2021.

General
Barnes, D.J.; Chu, D. (2010). Introduction to Modelling for Biosciences (chapter 2 & 3) (http://
www.cs.kent.ac.uk/projects/imb/). Springer Verlag. ISBN 978-1-84996-325-1. Archived (http
s://web.archive.org/web/20101230060434/http://www.cs.kent.ac.uk/projects/imb/) from the
original on December 30, 2010. Retrieved September 20, 2010.
Carley, Kathleen M. "Smart Agents and Organizations of the Future" (http://www.casos.cs.cm
u.edu/publications/Abstracts_All/SmartAgents_abstract.html). In Lievrouw, Leah;
Livingstone, Sonia (eds.). Handbook of New Media. Thousand Oaks, CA: Sage. pp. 206–
220. Archived (https://web.archive.org/web/20070611000725/http://www.casos.cs.cmu.edu/p
ublications/Abstracts_All/SmartAgents_abstract.html) from the original on June 11, 2007.
Retrieved February 17, 2008.
Farmer, J. Doyne; Foley, Duncan (August 6, 2009). "The economy needs agent-based
modelling" (https://zenodo.org/record/897777). Nature. 460 (7256): 685–686.
Bibcode:2009Natur.460..685F (https://ui.adsabs.harvard.edu/abs/2009Natur.460..685F).
doi:10.1038/460685a (https://doi.org/10.1038%2F460685a). PMID 19661896 (https://pubme
d.ncbi.nlm.nih.gov/19661896). S2CID 37676798 (https://api.semanticscholar.org/CorpusID:3
7676798). Archived (https://web.archive.org/web/20200725003947/https://zenodo.org/recor
d/897777) from the original on July 25, 2020. Retrieved June 28, 2019.
Gilbert, Nigel; Troitzsch, Klaus (2005). Simulation for the Social Scientist (2 ed.). Open
University Press. ISBN 978-0-335-21600-0. first edition, 1999.
Gilbert, Nigel (2008). Agent-based Models. SAGE. ISBN 9781412949644.
Helbing, Dirk; Balietti, Stefano. Helbing, Dirk (ed.). "Agent-Based Modeling" (https://www.res
earchgate.net/publication/228843530). Social Self-Organization: 25–70.
Holland, John H. (1992). "Genetic Algorithms". Scientific American. 267 (1): 66–72.
Bibcode:1992SciAm.267a..66H (https://ui.adsabs.harvard.edu/abs/1992SciAm.267a..66H).
doi:10.1038/scientificamerican0792-66 (https://doi.org/10.1038%2Fscientificamerican0792-
66).
Holland, John H. (September 1, 1996). Hidden Order: How Adaptation Builds Complexity
(1 ed.). Reading, Mass.: Addison-Wesley. ISBN 978-0-201-44230-4.
Miller, John H.; Page, Scott E. (March 5, 2007). Complex Adaptive Systems: An Introduction
to Computational Models of Social Life. Princeton, NJ: Princeton University Press.
ISBN 978-0-691-12702-6.
Murthy, V. K.; Krishnamurthy, E. V. (2009). "Multiset of Agents in a Network for Simulation of
Complex Systems". Recent Advances in Nonlinear Dynamics and Synchronization. Studies
in Computational Intelligence. Vol. 254. p. 153. doi:10.1007/978-3-642-04227-0_6 (https://do
i.org/10.1007%2F978-3-642-04227-0_6). ISBN 978-3-642-04226-3.
Naldi, G.; Pareschi, L.; Toscani, G. (2010). Mathematical modeling of collective behavior in
socio-economic and life sciences (https://www.springer.com/birkhauser/mathematics/book/9
78-0-8176-4945-6). Birkhauser. ISBN 978-0-8176-4945-6. Archived (https://web.archive.org/
web/20120901141452/http://www.springer.com/birkhauser/mathematics/book/978-0-8176-4
945-6) from the original on September 1, 2012. Retrieved August 28, 2017.
Onggo, B.S.; Karatas, M. (2016). "Test-driven simulation modelling: A case study using
agent-based maritime search-operation simulation" (https://www.sciencedirect.com/science/
article/abs/pii/S0377221716301965). European Journal of Operational Research. 254 (2):
517–531. doi:10.1016/j.ejor.2016.03.050 (https://doi.org/10.1016%2Fj.ejor.2016.03.050).
Archived (https://web.archive.org/web/20200630141434/https://www.sciencedirect.com/scie
nce/article/abs/pii/S0377221716301965) from the original on June 30, 2020. Retrieved
March 30, 2021.
O'Sullivan, D.; Haklay, M. (2000). "Agent-based models and individualism: Is the world
agent-based?" (http://discovery.ucl.ac.uk/5244/). Environment and Planning A (Submitted
manuscript). 32 (8): 1409–1425. doi:10.1068/a32140 (https://doi.org/10.1068%2Fa32140).
S2CID 14131066 (https://api.semanticscholar.org/CorpusID:14131066). Archived (https://we
b.archive.org/web/20230204160708/https://discovery.ucl.ac.uk/id/eprint/5244/) from the
original on February 4, 2023. Retrieved October 28, 2018.
Preis, T.; Golke, S.; Paul, W.; Schneider, J. J. (2006). "Multi-agent-based Order Book Model
of financial markets". Europhysics Letters (EPL). 75 (3): 510–516.
Bibcode:2006EL.....75..510P (https://ui.adsabs.harvard.edu/abs/2006EL.....75..510P).
doi:10.1209/epl/i2006-10139-0 (https://doi.org/10.1209%2Fepl%2Fi2006-10139-0).
S2CID 56156905 (https://api.semanticscholar.org/CorpusID:56156905).
Rudomín, I.; Millán, E.; Hernández, B. N. (November 2005). "Fragment shaders for agent
animation using finite state machines". Simulation Modelling Practice and Theory. 13 (8):
741–751. doi:10.1016/j.simpat.2005.08.008 (https://doi.org/10.1016%2Fj.simpat.2005.08.00
8).
Salamon, Tomas (2011). Design of Agent-Based Models : Developing Computer
Simulations for a Better Understanding of Social Processes (http://www.designofagentbased
models.info/). Bruckner Publishing. ISBN 978-80-904661-1-1. Archived (https://web.archive.
org/web/20120317102501/http://www.designofagentbasedmodels.info/) from the original on
March 17, 2012. Retrieved October 22, 2011.
Sallach, David; Macal, Charles (2001). "The simulation of social agents: an introduction".
Social Science Computer Review. 19 (33): 245–248. doi:10.1177/089443930101900301 (ht
tps://doi.org/10.1177%2F089443930101900301). S2CID 219971440 (https://api.semanticsc
holar.org/CorpusID:219971440).
Shoham, Yoav; Leyton-Brown, Kevin (2009). Multiagent Systems: Algorithmic, Game-
Theoretic, and Logical Foundations (http://www.masfoundations.org/). Cambridge University
Press. p. 504. ISBN 978-0-521-89943-7. Archived (https://web.archive.org/web/2011050121
0249/http://www.masfoundations.org/) from the original on May 1, 2011. Retrieved
February 25, 2009.
Vidal, Jose (2010). "Fundamentals of Multiagent Systems Using NetLogo" (http://jmvidal.cs
e.sc.edu/papers/mas.pdf) (PDF). Archived (https://web.archive.org/web/20200331133542/htt
p://jmvidal.cse.sc.edu/papers/mas.pdf) (PDF) from the original on March 31, 2020. Retrieved
May 31, 2020. Available online.
Wilensky, Uri; Rand, William (2015). An Introduction to Agent-Based Modeling: Modeling
Natural, Social, and Engineered Complex Systems with NetLogo (https://mitpress.mit.edu/bo
oks/introduction-agent-based-modeling). MIT Press. ISBN 978-0-2627-3189-8. Archived (htt
ps://web.archive.org/web/20200608111054/https://mitpress.mit.edu/books/introduction-agent
-based-modeling) from the original on June 8, 2020. Retrieved May 3, 2020.
Sabzian, Hossein; Shafia, Mohammad Ali (2018). "A review of agent-based modeling (ABM)
concepts and some of its main applications in management science" (https://ijms.ut.ac.ir/arti
cle_68135.html). Iranian Journal of Management Studies. 11 (4): 659–692. Archived (https://
web.archive.org/web/20210424011557/https://ijms.ut.ac.ir/article_68135.html) from the
original on April 24, 2021. Retrieved April 7, 2021.

External links

Articles/general information
Agent-based models of social networks, java applets. (https://web.archive.org/web/2011051
6072744/http://cmol.nbi.dk/models/)
On-Line Guide for Newcomers to Agent-Based Modeling in the Social Sciences (https://www
2.econ.iastate.edu/tesfatsi/abmread.htm)
Introduction to Agent-based Modeling and Simulation (http://www-unix.mcs.anl.gov/~leyffer/li
stn/slides-06/MacalNorth.pdf). Argonne National Laboratory, November 29, 2006.
Agent-based models in Ecology – Using computer models as theoretical tools to analyze
complex ecological systems (http://www.abm-ecology.org)
Network for Computational Modeling in the Social and Ecological Sciences' Agent Based
Modeling FAQ (https://www.comses.net/about/faq/)
Multiagent Information Systems (https://web.archive.org/web/20081015142701/http://www.iri
sel.com/~jmgomez/IT/doctorate/taller_resumen2.htm) – Article on the convergence of SOA,
BPM and Multi-Agent Technology in the domain of the Enterprise Information Systems. Jose
Manuel Gomez Alvarez, Artificial Intelligence, Technical University of Madrid – 2006
Artificial Life Framework (https://web.archive.org/web/20021121141843/http://artificiallife.or
g/)
Article providing methodology for moving real world human behaviors into a simulation
model where agent behaviors are represented (https://archive.today/20130128163823/http://
inderscience.metapress.com/openurl.asp?genre=article&eissn=1740-2131&volume=4&issu
e=3&spage=264)
Agent-based Modeling Resources (https://web.archive.org/web/20110811053902/http://age
nt-based-models.com/), an information hub for modelers, methods, and philosophy for agent-
based modeling
An Agent-Based Model of the Flash Crash of May 6, 2010, with Policy Implications (http://ssr
n.com/abstract=2336772), Tommi A. Vuorenmaa (Valo Research and Trading), Liang Wang
(University of Helsinki - Department of Computer Science), October, 2013

Simulation models
Multi-agent Meeting Scheduling System Model by Qasim Siddique (http://ccl.northwestern.e
du/netlogo/models/community/Updated%20Meeting%20Scheduling)
Multi-firm market simulation by Valentino Piana (http://www.economicswebinstitute.org/essa
ys/fixedvar.htm)
List of COVID-19 simulation models

Retrieved from "https://en.wikipedia.org/w/index.php?title=Agent-based_model&oldid=1166685830"

You might also like