Artificial Chemistry is a subfield of Artificial Life that seeks to explore the “emergence, evolution, and behavior of life” via simulations of molecular processes . In this field, researchers study systems made up of virtual molecules that interact according to a defined set of rules in the hopes that they will assemble themselves into more complex structures. 

One of the foundational ideas of Artificial Chemistry (and Artificial Life in general) is the idea of emergence. It is used  “to deduce global properties of a system from the local interactions between its subsystems … in other words, a system has certain properties not due to the properties of its constituents, but due to their organization and their mutual function in the whole.”. These interactions may follow simple rules, but, given appropriate conditions and sufficient time, more complex behavior may emerge.

While other fields within Artificial Life analyze natural molecular processes to study these behaviors, Artificial Chemistry attempts to abstract away from them. Instead, artificial chemical systems (that resemble real chemical systems) are studied via computer simulation. The hope is that if we can understand how complex structures emerge and organize themselves within these abstract models, we can also gain insight into the basic mechanisms and conditions necessary for life.

Key Concepts

Formally, an artificial chemistry is a man-made system that resembles a real chemical system. More specifically, an artificial chemistry can be described by 3 key components: a set of possible molecules, reaction rules, and an algorithm deciding how the rules are applied to the molecules . Each of these components is described in detail below. All of the descriptions and explanations are from “A Brief Guide to the Ideas and Artefacts of Computational Artificial Life” by Dittrich, et al .

First, we have the set of possible molecules S, where S = {s1, s2 …, sn) and n may be infinite. These molecules can take many forms and types; they can be numbers, symbols, sequences of characters, binary strings, or even other types of data structures. Whichever one of these representations the molecules take is referred to as the “structure” of the artificial chemistry, and it is often the first step in defining one of these systems.

Next, we have the set of rules R, where each rule r R can be defined as follows:

s1 + s2 + … sn → s’1 + s’2 + … + s’m

where each si ∈ S.

Each of these rules states that the n molecules on the left-hand side of the rule can react and be replaced by the m molecules on the right. For a rule to be applied, all of the molecules on the left-hand side must be available. It’s possible and often the case that there are other conditions that must be met for a reaction to take place (rate constants, probability of reaction, etc.), but this is dependent on what is being studied within a particular system.

Finally, we have the algorithm deciding how the rules R are applied to the molecules S, denoted A. This algorithm determines how the set of rules is applied to some collection of molecules P that is a subset of S. These collections can also be known as reactors, reaction vessels, or populations. There are a variety of different approaches that can be used to model the dynamics of one of these collections. For example, one approach involves using a computer to draw a random sample from the population, checking whether any rule r R applies, and then performing the rule if so. Other approaches involve using differential equations to represent the concentrations of the different types of molecules.

Current research

The bulk of modern research in Artificial Chemistry can be categorized into one of the following three areas: modeling, information processing, and optimization . The first type, modeling research, can be applied in many different domains. They can be used to model biological and evolutionary systems (as described in the introduction), but are also used to model systems within the field of sociology or models of parallel processing . The next type, information processing, involves using properties of chemical systems to perform computations. Within this area, there are two types of research: research involving real molecules to perform these computations and research where the chemistry component is merely a metaphor that inspires the design of hardware and software. Finally, there is the area of optimization, where artificial chemical systems are used to find solutions to combinatorial problems. This field is one that is most similar to the field of evolutionary computing, as artificial chemical systems are also used there.

Citations

Dorin, A. (2014). Biological Bits: A brief guide to the ideas and artefacts of computational artificial life. Animaland. https://users.monash.edu/~aland/BiologicalBits.html
Dittrich, P., Ziegler, J., & Banzhaf, W. (2001). Artificial Chemistries—A Review. Artificial Life, 7(3), 225–275. https://doi.org/10.1162/106454601753238636