Intro to Agent-Based Modeling

Agent-Based Modeling (ABM) is a computational approach to modeling reality. ABM is not new having a history dating back to the 1960s. What is new is that the average computer often will possess the needed computational power to use ABM for modeling purposes. This has led to an explosion in interest in ABMs.

This post will introduce ABM and some terms associated with this field of research.

Terms

The term agent-based modeling (ABM) has a lot to it that we need to unpack first. The word “agent” in this context means a computational object that possesses specific actions and behaviors. An example of this might be a car in traffic or birds flying together. These examples will make more sense later.

A model is a description of a process, event, or system. Models are developed to explore a phenomenon because the model can be manipulated to extract understanding. Specifically, a computational model takes inputs (variables) and manipulates the inputs in an algorithm like way. This allows for the prior mentioned experimentation but also for the ability to communicate quantitative results differently than a traditional mathematical equation.

With our knowledge of agents and modeling, we can now say that ABM is a computational model of agents and their interaction with an environment created by the researcher.

More Terms

The rationale behind ABM is the idea of emergence. By emergence, it is meant that when agents interact patterns begin to “emerge.” For example, cars travel together leading to traffic jams and birds fly together in flocks. The pattern of a traffic jam and a flock is only possible when the agents (cars and birds) interact with each other in each system.

Emergence can be seen from two different perspectives. Integrative emergence is the observer knowing the behavior of individual agents but trying to determine patterns or see the “big picture” of the system. For example, you know how cars drive in traffic but you want to understand the patterns of a traffic jam.

Differential emergence is the opposite. It involves the observer knowing the general pattern or big picture but wanting to determine the behavior and actions of individual agents. For example, you know the pattern of a traffic jam but want to learn how individual cars drive in a traffic jam.

A common error people make when looking for emergence is something called deterministic-centralized mindset. This view holds there is no randomness in a pattern and that there is some form of a controller of the pattern. For example, someone is responsible for the traffic jam, or there is a leader among the birds flying in a flock. From these two examples, you can see that it is more common for people to err on the side integrative emergence in that they see individuals responsible for the patterns rather than the system.

Pros & Cons

ABM allows people to explore the complex phenomenon in a hypothetically way. It is possible to generate large amounts of data in a computationally cheap way. In addition, many people find the results of an ABM to be easier to understand because knowledge of calculus is not required. The removal of math seems convenient but equations offer a compact explanation that ABM is not able to duplicate making this a disadvantage.

Among supporters of ABM, there is a small tendency to over-promise the capabilities. There is an argument that the development of ABM is similar to the switch from Roman to Arabic numbers during the Middle Ages. This is unlikely to be a fair comparison because the switch in number systems had a tremendous practical influence in everyday life whereas ABMs might be useful for scholarly like people but not a more practical person such as a plumber or entrepreneur.

Conclusion

ABMs allow researchers to experiment with various scenarios in a highly cost-efficient way. Modeling system with agents provides an approximation of reality that was not possible before. All approaches to uncovering reality have their flaws. However, ABMs providing a unique contribution to research today.

Leave a Reply