Abstract
Computing the rate of evolution in spatially structured populations is difficult. A key quantity is the fixation time of a single mutant with relative reproduction rate r which invades a population of residents. We say that the fixation time is “fast” if it is at most a polynomial function in terms of the population size N. Here we study fixation times of advantageous mutants (r > 1) and neutral mutants (r = 1) on directed graphs, which are those graphs that have at least some one-way connections. We obtain three main results. First, we prove that for any directed graph the fixation time is fast, provided that r is sufficiently large. Second, we construct an efficient algorithm that gives an upper bound for the fixation time for any graph and any r ≥ 1. Third, we identify a broad class of directed graphs with fast fixation times for any r ≥ 1. This class includes previously studied amplifiers of selection, such as Superstars and Metafunnels. We also show that on some graphs the fixation time is not a monotonically declining function of r; in particular, neutral fixation can occur faster than fixation for small selective advantages.
Author summary
Populations of reproducing individuals evolve by accumulating mutations. When a single individual acquires a mutation, it takes some time until the mutation spreads across the population. Depending on the structure of the population, this so-called fixation time could be relatively short or exceedingly long. The structure of biological populations can be represented by graphs. The vertices of the graph denote individuals and the edges indicate possible reproductive events. Directed graphs are defined as those graphs that have some one-way edges. It is known that very long fixation times can arise for certain directed graphs. In this work, we consider a standard process of evolutionary dynamics. We show that for many directed graphs the fixation time is short. We show that fixation time is always short in the ecological scenario describing the spread of an invasive species in an ecosystem. We also show that while advantageous mutations generally fixate faster than neutral mutations, there are interesting exceptions. Finally, we provide concrete bounds for fixation time on any population structure. Those bounds serve as guarantees for simulation-based and computational explorations of the space of all directed graphs.
Introduction
Evolution is a stochastic process that acts on populations of reproducing individuals. Two main driving forces of evolutionary dynamics are mutation and selection [1–3]. Mutation generates new variants and selection prunes them. When new mutations are sufficiently rare, the evolutionary dynamics are characterized by the fate of a single new mutant. The mutant can either take over the whole population or become extinct. Even when the mutation grants its bearer a relative fitness advantage r ≥ 1, it might still go extinct due to random fluctuations [4]. Two key parameters that quantify the fate of the newly occurring mutation are the fixation probability and the fixation time [5, 6]. Here we study the effect of spatial structure on those quantities.
Spatial models have a long history of investigation in ecology [7–13], population dynamics [4], population genetics [6, 14–19], evolutionary game theory [20–24], infection dynamics [25–28] and cancer evolution [29, 30]. The classical investigation in population genetics includes the debate between Fisher and Wright [15] and hybrid zones [31]. A biological population can be structured in the sense of geographical distribution, age structure, or specific interaction patterns. Human populations structure is often studied in terms of social networks [32].
Spatial structure has profound effects on both the fixation probability and the fixation time. Those effects are studied within the framework of Evolutionary Graph Theory [33–36]. There, individuals are represented as nodes of a graph (network). The edges (connections) of the graph represent the migration patterns of offspring. The edges can be one-way or two-way. Graphs can represent the well-mixed population, spatial lattices, island sub-populations, or arbitrary complex spatial structures. Those directed graphs can arise by the flow from upstream to downstream demes in meta-populations, by cellular differentiation in somatic evolution, or in age structured populations. Also in human social networks many interactions are one way—such as from influencer to follower or from teacher to learner.
Previous research investigated population structures with various effects on fixation probability and time [37–41]. For example, isothermal graphs have both the same fixation probability and the same distribution of mutant population size changes over time as the well-mixed population [33, 40]. Suppressors of selection reduce the fixation probability of advantageous mutants [42], and amplifiers of selection enhance the fixation probability of advantageous mutants [43]. Amplifiers are population structures that could potentially accelerate the evolutionary search [44]. Known classes of amplifiers include families such as Stars [45–47], Comets [48], Superstars [49, 50], or Megastars [51].
Interestingly, the amplification typically comes at a cost of increasing the fixation time [52], sometimes substantially [53]. This is problematic, since when fixation times are extremely long, fixation is not a relevant event any more, and thus the fixation probability alone is not the most representative quantity [54, 55]. It is therefore paramount to understand how the population structure affects the fixation time and, in particular, what are the population structures for which the fixation time is “reasonably fast.”
Borrowing standard concepts from computer science [56], in this work we say that fixation time is fast if the fixation time is (at most) polynomial in terms of the population size N. Otherwise we say that the fixation time is long, and the corresponding population structure is slow. Two important known results are: (i) for all undirected graphs the fixation time is fast [57, 58]; and (ii) if some edges are one-way (if the graph is directed), then the fixation time can be exponentially long [59]. The latter result has an important negative consequence: when the fixation time is exponentially long, we know no tool to efficiently simulate the process. Therefore, computing or approximating any relevant quantities for realistic population sizes is in practice infeasible.
In this work, we present three positive results that concern fixation times on directed graphs (where some or all edges are one-way). First, we prove that for any directed graph the fixation time is fast, provided that the mutant fitness advantage r is sufficiently large. Second, we devise an efficient algorithm that gives an upper bound on the fixation time, for any graph and any r ≥ 1. The bound can be used to estimate how long one needs to run the simulations until they terminate. Third, we identify a broad class of directed graphs for which the fixation times are fast for any r ≥ 1. This class includes many previously studied amplifiers of selection, such as Superstars and Metafunnels. To conclude, we discuss important algorithmic consequences that enable efficient computational exploration of various properties of directed graphs.
Model
In this section we define the notions we use later, such as the population structure (represented by a graph), the evolutionary dynamics (Moran Birth-death process), and the key quantities (fixation probability and fixation time).
Population structure
The spatial population structure is represented by a graph (network) G = (V, E), where V is the set of N nodes (vertices) labeled v1, …, vN and E is the set of directed one-way edges (links) connecting pairs of different nodes. A two-way connection between nodes u and v is represented by two one-way edges u → v and v → u. We assume that the graph is strongly connected. For any node v, the number of edges incoming to v is called the indegree (denoted deg−(v)), and the number of outgoing edges is called the outdegree (denoted deg+(v)). When the two numbers coincide, we call them the degree (denoted deg(v)).
Graph classes
We say that a graph is undirected if for every edge u → v there is also an edge v → u in the opposite direction. Otherwise we say that a graph is directed. We say that a graph is regular if all nodes have the same degree, that is, there exists a number d such that deg−(v) = deg+(v) = d for all nodes v ∈ V. We say that a graph G is Eulerian (also known as a circulation) if deg−(v) = deg+(v) for each node v. Finally, in this work we say that a graph is balanced if an equality
holds for all nodes v. Here the left-hand side represents the average indegree of the successors of v, whereas the right-hand side represents the average outdegree of the predecessors of v. It is straightforward to check that the class of balanced graphs includes the regular graphs and the undirected graphs, as well as other graph classes such as Superstars or Metafunnels [33], see S1 Appendix. Below we will prove that the fixation times on all balanced graphs are fast for any r ≥ 1.
Moran Bd process
To model the evolutionary dynamics we consider the standard Moran Birth-death process. Each node of the graph is occupied by a single individual. Initially, some individuals are wild-type residents with normalized fitness equal to 1, and some individuals are mutants with relative fitness advantage r ≥ 1. Given a graph G and a relative fitness advantage r ≥ 1, Moran Birth-death process is a discrete-time stochastic process, where in each step:
First (Birth), we select an individual with probability proportional to its fitness. Suppose we selected node u.
Second (death), we select an outgoing neighbor of u uniformly at random. Suppose we selected node v.
Finally (update), we replace the individual at node v by a copy of individual at node u.
At each time-step, the current configuration is the subset of nodes occupied by mutants. Since the graph is strongly connected, almost surely we eventually obtain a configuration where either all nodes are mutants (we say that mutants fixed), or all nodes are residents (we say that mutants went extinct) [57].
Fixation probability and fixation time
The key quantities that we consider in this work are fixation probability and fixation time.
Given a graph G, a mutant fitness advantage r ≥ 1, and an initial configuration S ⊆ V of nodes occupied by mutants, the fixation probability fpr(G, S) is the probability that starting from S, the mutants eventually fix (as opposed to going extinct). Morever, we define an auxiliary quantity fpmin that turns out to be useful later in our results. Formally, given a graph G and r = 1, for i = 1, …, N denote by fp(i)(G) = fpr=1(G, {vi}) the fixation probability of a single neutral mutant who initially appears at node vi. We define fpmin(G) = mini fp(i)(G) to be the smallest of those N fixation probabilities.
To measure the duration of the process until fixation (or extinction) occurs, different notions are used. The (expected) absorption time ATr(G, S) is the expected number of steps of the Moran Birth-death process until the process terminates, regardless of what is the outcome (mutant fixation or extinction). In contrast, (expected) fixation time Tr(G, S) is the expected number of steps averaged over only those evolutionary trajectories that terminate with mutant fixation. Similarly, one can define the (expected) extinction time ExtTr(G, S) averaging over only those trajectories that terminate with the mutant going extinct. By linearity of expectation, the three quantities are related as ATr(G, S) = fpr(G, S) ⋅ Tr(G, S) + (1 − fpr(G, S)) ⋅ ExtTr(G, S). Note that in this work, absorption time, fixation time, and extinction time are mean times to absorption, making them scalar values rather than random variables. Information about the random variable can be recovered from its expectation using concentration bounds such as Markov’s inequality [57]. Our objective in this work is to provide upper bounds on the absorption time and on the fixation time. To that end, given a graph G and a mutant fitness advantage r ≥ 1, let Tr(G) = maxS⊆V,S≠∅ Tr(G, S) be the largest fixation time among all possible initial configurations. In the limit of strong selection r → ∞ we also define T∞(G) = limr→∞Tr(G). This regime is called the ecological scenario [60] and corresponds to new invasive species populating an existing ecosystem.
Asymptotic notation
We say a function f(N) is (at most) polynomial if there exists a positive constant c such that f(N) ≤ Nc for all large enough N. Examples of polynomial functions are and f2(N) = 10 ⋅ N log N, whereas functions such as g(N) = 1.1N and are not polynomial, since they grow too quickly. In computer science, problems that can be solved using polynomially many elementary computations are considered tractable. In alignment with that, given a population structure G with N nodes, we say that fixation time is fast if it is at most polynomial in terms of the population size N.
Results
We present three main types of results.
Fixation time is fast when selection advantage is strong enough
As our first main result, we prove that the fixation time on any directed graph is fast, provided that the mutant fitness advantage r is large enough.
As an illustration, for every N = 4k we consider a graph GN depicted in Fig 1A. It consists of four columns of k nodes each. The grey edges within the yellow region are two-way. The black one-way edges point from the side columns to the middle columns. When mutants initially occupy the left part of the graph, the only way forward for them is to progress upward through the third column. But while there, mutants are under an increased pressure due to the resident nodes in the rightmost column. The same applies to residents. They can only make progress by climbing upward through the second column, but there they are under pressure due to mutants in the leftmost column. As a consequence, the fixation time crucially depends on r. When r = 1.1, Fig 1B shows that the fixation time scales exponentially in N (that is, it is long). In contrast, in the limit of large r the fixation time is less than N2, that is, it is fast.
In general, we can prove the following result about an arbitrary population structure.
Theorem 1. Let GN be a strongly connected graph on N nodes. Suppose that r ≥ N2. Then ATr(GN) ≤ 2N3 and Tr(GN) ≤ 3N3.
Theorem 1 implies that while the fixation time on certain graphs can be long for some values of r, this effect is inevitably transient, and the fixation time becomes fast once r exceeds a certain threshold. The intuition behind the proof is that if r is large enough, the size of the mutant subpopulation is always more likely to increase than to decrease, regardless of which nodes are currently occupied by mutants. Thus, the evolutionary process can be mapped to a random walk with a constant positive bias. It is known that such biased random walks absorb polynomially quickly. See S1 Appendix for details.
An attractive feature of Theorem 1 is that it applies to all directed graphs. An obvious limitation is that the condition r ≥ N2 is unrealistic, except possibly for the regime r → ∞ that has been studied under the name ecological scenario [60]. Therefore, as our second result, we considerably relax this condition for graphs with certain structural features. A directed graph is said to be Eulerian (also called a circulation) if each node has the same indegree as outdegree. In that case, we refer to the number deg−(v) = deg+(v) simply as a degree of node v.
Theorem 2. Let GN be a strongly connected Eulerian graph on N nodes with smallest degree δ and largest degree Δ. Suppose that for some ε > 0. Then and .
To illustrate Theorem 2 we point out two special cases (for the full proof see S1 Appendix).
First, consider any regular graph GN, that is, a graph where all nodes have the same indegree and outdegree equal to d. Then, the graph is Eulerian and we have d = Δ = δ, and thus Theorem 2 implies that Tr(GN) is at most a polynomial in N and d for any r ≥ 1. In other words, fixation time on any regular graph is fast for any r ≥ 1 (we note that this result is known [59]).
Second, consider an Eulerian graph that is “close to being regular”, in the sense that each node has degree either 4 or 5. An example of such a graph is a square lattice with several additional long-range connections. Then, Theorem 2 implies that the fixation time is fast for every r > 5/4 = 1.25.
Fixation time for small selective advantage
The above results show that for any fixed graph G, the fixation time is fast when r is sufficiently large. It is natural to hope that perhaps for any fixed graph G the fixation time is a monotonically decreasing function of r for r ≥ 1. However, this is not the case, as shown in Fig 2.
Briefly speaking, the effect responsible for the increase in fixation time when r = 1 + ε is that by increasing the mutant fitness advantage, certain evolutionary trajectories that used to lead to mutant extinction instead lead to mutant fixation. Since those “newly fixating” trajectories might generally take relatively long to fix, the average length of the fixating trajectories can go up. Similarly, the absorption time can also go up as we increase r. Those findings are in alignment with the stochastic slowdown phenomenon [61].
Despite the lack of monotonicity, we can show that the fixation time cannot go up too much as we increase r. Recall that fpmin(GN) = min{fpr=1(GN, {v}) ∣ v ∈ GN} denotes the fixation probability under neutral drift (r = 1), when the initial mutant appears at a node v with the smallest fixation probability. Note that for any graph with N nodes we have fpmin(GN) ≤ 1/N, but fpmin(GN) could in general be substantially smaller than 1/N. Finally, the quantity fpmin(GN) can be computed efficiently by solving a linear system of N equations [35, 39, 62, 63]; see S1 Appendix for additional details.
We can now state our second main result.
Theorem 3. Let GN be a strongly connected graph on N vertices and let r ≥ 1. Then
We note that Theorem 3 yields an efficiently computable upper bound on Tr(GN). In the next section we elaborate on the computational consequences of this result. In the rest of this section, we give a brief intuition behind the proof of Theorem 3.
The proof relies on two ingredients. First, instead of considering the process with mutant fitness advantage r, we consider the neutral process that corresponds to r = 1. There, using a martingale argument we show that the fixation time Tr=1(GN) can be bounded from above in terms of the quantity fpmin. The intuition is that as long as all fixation probabilities are non-negligible, all active steps of the stochastic process have substantial magnitude either towards fixation or towards extinction. As a consequence, we are able to argue that either fixation or extinction will occur after not too many steps. All in all, this yields an upper bound on fixation time Tr=1(GN) of the neutral process in terms of the quantity fpmin. See S1 Appendix for details.
As our second ingredient, we translate the bound on Tr=1(GN) into a bound on Tr(GN) for any r ≥ 1. We note that, as indicated in Fig 2, for a fixed graph GN the fixation time is in general not a monotonically decreasing function of r. Nevertheless, the continuous versions of two processes can be coupled in a certain specific way, which allows us to argue that while Tr(GN) can be somewhat larger than Tr=1(GN), it cannot be substantially larger. In this step, we again use the quantity fpmin. See S1 Appendix for details.
Fixation time is fast when the graph is balanced
As noted above, Theorem 3 provides an upper bound on the fixation time for any graph GN and any mutant fitness advantage r ≥ 1, in terms of the quantity fpmin(GN). We have 0 ≤ fpmin(GN) ≤ 1/N. When the quantity fpmin(GN) is exponentially small, the upper bound from Theorem 3 becomes exponentially large, and thus not particularly interesting. However, for many graphs the quantity fpmin(GN) turns out to be much larger, namely inversely proportional to a polynomial in N. In those cases, Theorem 3 implies that the fixation time Tr(GN) is fast for any r ≥ 1.
In particular, as our third main result we prove that this occurs for a broad class of graphs which we call balanced graphs. Formally, we say that a graph GN is balanced if an equality
holds for all nodes v. Here the left-hand side represents the average outdegree of the predecessors of v, whereas the right-hand side represents the average indegree of the successors of v. We note that the family of balanced graphs includes many families of graphs studied in the context of Moran process in the existing literature, such as the undirected graphs [57], regular (possibly directed) graphs [59], Superstars and Metafunnels [33], Megastars [51, 64], cyclic complete multipartite graphs [65], or directed fans [66], see Fig 3.
We have the following theorem.
Theorem 4. Let GN be a balanced strongly connected graph. Then:
for any node u.
Tr(GN) ≤ N14 for any r ≥ 1.
Theorem 4 implies that the fixation time on all balanced graphs is fast for all r ≥ 1. Similarly, we can prove that it is fast for Megastars [51] assuming r ≥ 1 (see S1 Appendix).
The proof of the first part of Theorem 4 relies on the fact that in the neutral case r = 1 the fixation probability is additive. This allows us to reduce the size of the linear system that describes the underlying Markov chain from 2N equations to N equations. For balanced graphs, this system takes a special form that admits an explicit solution. The second part then follows directly from Theorem 3. See S1 Appendix for details.
We note that the second part of Theorem 3 has an important computational consequence. Since the fixation time on any balanced graph is bounded from above for any r ≥ 1, individual-based simulations of the evolutionary process are guaranteed to terminate quickly with high probability [57]. Any relevant quantities of interest, such as the fixation probability of the mutant with r ≥ 1, can thus be efficiently approximated to arbitrary precision. In particular, Theorem 3 yields a fully-polynomial randomized approximation scheme (FPRAS) for the fixation probability on balanced graphs with any r ≥ 1.
Theorem 5. There is a FPRAS for fixation probability on balanced graphs for any r ≥ 1.
We note that Theorem 5 applies also to any (not necessarily balanced) graph GN, provided that the quantity fpmin(GN) is inversely proportional to a polynomial. This is the case for instance for Megastars. See S1 Appendix for details. Moreover, when fpmin(GN) is smaller than that, Theorem 3 still gives an explicit, efficiently computable upper bound on the fixation time that can be used to bound the running time of any individual-based simulations.
Computational experiments
Finally, to further illustrate the scope of our results we run several computational experiments on graphs with small population size N. We use nauty [67] to perform such enumerations. Since already for N = 6 there are more than one million non-isomorphic strongly connected directed graphs, we consider N = 5. For each of the 5048 graphs with N = 5 we compute the fixation time and the fixation probability under uniform initialization by solving the underlying Markov chain using numerical methods, see Fig 4.
The slowest graph is the (undirected) Star graph. Note that when N is large the fixation time on a Star graph is known to be proportional to roughly N2 [52].
Among the oriented graphs, the slowest are variants of either a fan graph FN, or a vortex graph VN. Since both the fan graphs and the vortex graphs belong to the class of balanced graphs, the fixation time on those graphs is fast for any population size N and any mutant fitness advantage r ≥ 1 due to Theorem 4 (see Fig 5 for empirical support). The fixation time appears to be proportional to roughly N2 (see S1 Appendix).
Together, those results suggest that even though directed graphs with exponentially long fixation times do exist, in practice most small directed graphs reach fixation reasonably quickly.
Discussion
A decade ago, a foundational work by Diaz et. al. showed that fixation time on any undirected population structure is fast [57]. This result enabled extensive computational exploration of the landscape of all undirected graphs that later lead to several inspiring research outputs [20, 37, 54, 68, 69]. It is our hope that by enabling computational exploration of population structures with some (or all) one-way connections, this work will serve the same purpose.
Studying the evolutionary dynamics in spatially structured populations is notoriously hard. In this work we consider one of the simplest possible dynamics, namely the classic Moran Birth-death process, and we analyze the fixation time of a newly occurring mutant. When the fixation time is exponentially long, the process is expensive to simulate, and moreover various commonly studied quantities such as fixation probability are largely irrelevant. It is thus paramount to delineate settings in which the fixation time is “relatively fast”, as opposed to being “exceedingly long.”
It is known [57] that the fixation time is fast, provided that all interactions among the individuals are two-way. However, many relevant population structures include one-way interactions. In meta-population dynamics, an upstream deme could seed a downstream deme. In somatic evolution, cellular differentiation could be irreversible. In an age structured population there is the one way arrow of time.
In this work, we therefore consider spatial structures in which some (or all) interactions are one-way. It is known that on such structures the fixation time can be exceedingly long [59]. Nevertheless, here we present three results which indicate that fixation times on spatial structures with one-way connections are often fast.
First, we prove that on any population structure the fixation time is fast, provided that the mutant fitness advantage r exceeds a certain threshold value r⋆ (see Theorem 1). In the special case when the population structure is represented by a regular graph, the threshold value simplifies to r⋆ = 1, and we recover a known result that the fixation time on regular graphs is short for all r ≥ 1 [59]. As another corollary, for any Eulerian graph whose degrees are sandwiched between δ and Δ we can set r⋆ = Δ/δ (see Theorem 2).
Second, somewhat counter-intuitively we show that fixation time sometimes goes up as we increase r. That is, on certain spatial structures fixation of a neutral mutant occurs faster than fixation of a mutant with a small selective advantage. This effect is called stochastic slowdown [61]. We show that the magnitude of the slowdown can be bounded. In particular, in the spirit of parametrized complexity [70, 71], given a graph structure GN we define a certain efficiently computable quantity fpmin(GN), and we bound the fixation time for any r ≥ 1 from above using fpmin(GN) and N (see Theorem 3). This has important consequences for performing individual-based simulations that typically run the process several times and report an empirical average. The limitation of naive individual-based simulations is that, a priori, it is not clear how much time will be needed until the simulations converge, and deciding to stop the simulations mid-way may bias the empirical average by over-representing the evolutionary trajectories that quickly go extinct. Using Theorem 3, this limitation can be circumvented by first efficiently computing an upper bound on the expected fixation time without having to simulate the process even once. We stress that this computational approach works for all spatial structures, balanced or not, and hence it expands our methodological toolkit for computational treatment of the role of spatial structure in evolution.
Third, we identify a class of population structures for which fixation times are fast for any r ≥ 1. This class is surprisingly broad. To start with, it includes several families of graph that had been studied in the context of Evolutionary Graph Theory earlier, such as Superstars and Metafunnels [33], or directed Fans [66]. Furthermore, the class also includes several other graph families of general interest, such as book graphs or cyclic complete multipartite graphs [65]. Similarly, we prove that the fixation times on Megastars [51] are fast for all r ≥ 1 too.
While the focus of this work is to identify regimes and population structures that lead to fast fixation times, population structures with long fixation times may also be desirable, e.g. in conservation ecology to maintain high levels of ecological diversity [72–76]. Our results imply that spatial structures that support coexistence of two competing types on exponential time-scales all have a common feature. Namely, there must exist a starting node such that in the neutral regime (r = 1), the fixation probability of a single mutant who initially appears at that node is exponentially small. In other words, spatial structures in which a neutral mutant has a non-negligible chance of fixating, no matter where it appears, never support coexistence on long time-scales.
We note that throughout this work we considered the standard model of Moran process with Birth-death updating. A natural direction for future research is to consider related models, such as those with location-dependent fitness [76–79] or those with death-Birth updating [20, 63, 80, 81]. It is known that in terms of fixation probabilities the Birth-death and the death-Birth processes behave quite differently for undirected graphs [37, 45, 82].
Supporting information
Acknowledgments
We thank Brendan McKay for helpful instructions on using nauty and Salil Vadhan for insightful discussions about random walks on directed graphs.
Data Availability
Code for the figures and the computational experiments is available from the Figshare repository: https://doi.org/10.6084/m9.figshare.23802531.
Funding Statement
J.T. was supported by Charles Univ. projects UNCE/24/SCI/008 and PRIMUS/24/SCI/012. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
References
- 1. Kimura M. Evolutionary rate at the molecular level. Nature. 1968;217:624–626. doi: 10.1038/217624a0 [DOI] [PubMed] [Google Scholar]
- 2. Moran PAP. Random processes in genetics. In: Mathematical proceedings of the cambridge philosophical society. vol. 54. Cambridge University Press; 1958. p. 60–71. [Google Scholar]
- 3. Ewens WJ. Mathematical population genetics: theoretical introduction. vol. 27. Springer; 2004. [Google Scholar]
- 4. Durrett R, Levin S. The importance of being discrete (and spatial). Theoretical population biology. 1994;46(3):363–394. doi: 10.1006/tpbi.1994.1032 [DOI] [Google Scholar]
- 5. Whitlock MC. Fixation probability and time in subdivided populations. Genetics. 2003;164(2):767–779. doi: 10.1093/genetics/164.2.767 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6. Slatkin M. Fixation probabilities and fixation times in a subdivided population. Evolution. 1981; p. 477–488. doi: 10.1111/j.1558-5646.1981.tb04911.x [DOI] [PubMed] [Google Scholar]
- 7. Bonachela JA, Pringle RM, Sheffer E, Coverdale TC, Guyton JA, Caylor KK, et al. Termite mounds can increase the robustness of dryland ecosystems to climatic change. Science. 2015;347(6222):651–655. doi: 10.1126/science.1261487 [DOI] [PubMed] [Google Scholar]
- 8. Tilman D, May RM, Lehman CL, Nowak MA. Habitat destruction and the extinction debt. Nature. 1994;371(64926492):65–66. doi: 10.1038/371065a0 [DOI] [Google Scholar]
- 9. Comins HN, Hassell MP, May RM. The Spatial Dynamics of Host–Parasitoid Systems. Journal of Animal Ecology. 1992;61(3):735–748. doi: 10.2307/5627 [DOI] [Google Scholar]
- 10. Hassell MP, Comins HN, Mayt RM. Spatial structure and chaos in insect population dynamics. Nature. 1991;353(63416341):255–258. doi: 10.1038/353255a0 [DOI] [Google Scholar]
- 11. Levin SA. The Problem of Pattern and Scale in Ecology: The Robert H. MacArthur Award Lecture. Ecology. 1992;73(6):1943–1967. doi: 10.2307/1941447 [DOI] [Google Scholar]
- 12. Levin SA. Population Dynamic Models in Heterogeneous Environments. Annual Review of Ecology and Systematics. 1976;7(1):287–310. doi: 10.1146/annurev.es.07.110176.001443 [DOI] [Google Scholar]
- 13. Tilman D, Kareiva P. Spatial ecology: the role of space in population dynamics and interspecific interactions. Princeton University Press; 1997. [Google Scholar]
- 14. Barton NH. The probability of fixation of a favoured allele in a subdivided population. Genetics Research. 1993;62(2):149–157. doi: 10.1017/S0016672300031748 [DOI] [Google Scholar]
- 15. Fisher RA, Ford EB. The “Sewall Wright effect. Heredity. 1950;4:117–19. doi: 10.1038/hdy.1950.8 [DOI] [PubMed] [Google Scholar]
- 16. Maruyama T. Effective number of alleles in a subdivided population. Theoretical Population Biology. 1970;1(3):273–306. doi: 10.1016/0040-5809(70)90047-X [DOI] [PubMed] [Google Scholar]
- 17. Nagylaki T, Lucier B. NUMERICAL ANALYSIS OF RANDOM DRIFT IN A CLINE. Genetics. 1980;94(2):497–517. doi: 10.1093/genetics/94.2.497 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18. S W. The roles of mutation, inbreeding, crossbreeding and selection in evolution. Proceedings of the sixth international congress of Genetics. 1932;1:356–366. [Google Scholar]
- 19. Wright S. Evolution in Mendelian Populations. Genetics. 1931;16(2):97–159. doi: 10.1093/genetics/16.2.97 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20. Allen B, Lippner G, Chen YT, Fotouhi B, Momeni N, Yau ST, et al. Evolutionary dynamics on any population structure. Nature. 2017;544(76497649):227–230. doi: 10.1038/nature21723 [DOI] [PubMed] [Google Scholar]
- 21. Hauert C, Doebeli M. Spatial structure often inhibits the evolution of cooperation in the snowdrift game. Nature. 2004;428(69836983):643–646. doi: 10.1038/nature02360 [DOI] [PubMed] [Google Scholar]
- 22. Nakamaru M, Matsuda H, Iwasa Y. The Evolution of Cooperation in a Lattice-Structured Population. Journal of Theoretical Biology. 1997;184(1):65–81. doi: 10.1006/jtbi.1996.0243 [DOI] [PubMed] [Google Scholar]
- 23. Nowak MA, May RM. Evolutionary games and spatial chaos. Nature. 1992;359(63986398):826–829. doi: 10.1038/359826a0 [DOI] [Google Scholar]
- 24. Ohtsuki H, Hauert C, Lieberman E, Nowak MA. A simple rule for the evolution of cooperation on graphs and social networks. Nature. 2006;441(70927092):502–505. doi: 10.1038/nature04605 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25. Grenfell BT, Bjørnstad ON, Kappey J. Travelling waves and spatial hierarchies in measles epidemics. Nature. 2001;414(68656865):716–723. doi: 10.1038/414716a [DOI] [PubMed] [Google Scholar]
- 26. Lloyd AL, May RM. Spatial Heterogeneity in Epidemic Models. Journal of Theoretical Biology. 1996;179(1):1–11. doi: 10.1006/jtbi.1996.0042 [DOI] [PubMed] [Google Scholar]
- 27. May RM, Lloyd AL. Infection dynamics on scale-free networks. Physical Review E. 2001;64(6):066112. doi: 10.1103/PhysRevE.64.066112 [DOI] [PubMed] [Google Scholar]
- 28. May RM, Nowak MA. Superinfection, Metapopulation Dynamics, and the Evolution of Diversity. Journal of Theoretical Biology. 1994;170(1):95–114. doi: 10.1006/jtbi.1994.1171 [DOI] [PubMed] [Google Scholar]
- 29. Noble R, Burri D, Le Sueur C, Lemant J, Viossat Y, Kather JN, et al. Spatial structure governs the mode of tumour evolution. Nature Ecology & Evolution. 2022;6(22):207–217. doi: 10.1038/s41559-021-01615-9 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30. Waclaw B, Bozic I, Pittman ME, Hruban RH, Vogelstein B, Nowak MA. A spatial model predicts that dispersal and cell turnover limit intratumour heterogeneity. Nature. 2015;525(75687568):261–264. doi: 10.1038/nature14971 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31. Barton NH. The dynamics of hybrid zones. Heredity. 1979;43(33):341–359. doi: 10.1038/hdy.1979.87 [DOI] [Google Scholar]
- 32. Mitchell JC. Social Networks. Annual Review of Anthropology. 1974;3(1):279–299. doi: 10.1146/annurev.an.03.100174.001431 [DOI] [Google Scholar]
- 33. Lieberman E, Hauert C, Nowak MA. Evolutionary dynamics on graphs. Nature. 2005;433(7023):312–316. doi: 10.1038/nature03204 [DOI] [PubMed] [Google Scholar]
- 34. Díaz J, Mitsche D. A survey of the modified Moran process and evolutionary graph theory. Computer Science Review. 2021;39:100347. doi: 10.1016/j.cosrev.2020.100347 [DOI] [Google Scholar]
- 35. Donnelly P, Welsh D. Finite particle systems and infection models. In: Mathematical Proceedings of the Cambridge Philosophical Society. vol. 94. Cambridge University Press; 1983. p. 167–182. [Google Scholar]
- 36. Chakraborty PP, Nemzer LR, Kassen R. Experimental evidence that network topology can accelerate the spread of beneficial mutations. Evolution Letters. 2023;7(6):447–456. doi: 10.1093/evlett/qrad047 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37. Hindersin L, Traulsen A. Most undirected random graphs are amplifiers of selection for birth-death dynamics, but suppressors of selection for death-birth dynamics. PLoS computational biology. 2015;11(11):e1004437. doi: 10.1371/journal.pcbi.1004437 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38. Broom M, Hadjichrysanthou C, Rychtář J. Evolutionary games on graphs and the speed of the evolutionary process. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences. 2010;466(2117):1327–1346. doi: 10.1098/rspa.2009.0487 [DOI] [Google Scholar]
- 39. Broom M, Hadjichrysanthou C, Rychtář J, Stadler B. Two results on evolutionary processes on general non-directed graphs. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences. 2010;466(2121):2795–2798. doi: 10.1098/rspa.2010.0067 [DOI] [Google Scholar]
- 40. Monk T, van Schaik A. Wald’s martingale and the conditional distributions of absorption time in the Moran process. Proceedings of the Royal Society A. 2020;476(2241):20200135. doi: 10.1098/rspa.2020.0731 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41. Monk T, van Schaik A. Martingales and the characteristic functions of absorption time on bipartite graphs. Royal Society Open Science. 2021;8(10):210657. doi: 10.1098/rsos.210657 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 42. Nowak MA, Michor F, Iwasa Y. The linear process of somatic evolution. Proceedings of the National Academy of Sciences. 2003;100(25):14966–14969. doi: 10.1073/pnas.2535419100 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43. Nowak MA. Evolutionary dynamics: exploring the equations of life. Harvard University Press; 2006. [Google Scholar]
- 44. Adlam B, Chatterjee K, Nowak MA. Amplifiers of selection. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences. 2015;471(2181):20150114. doi: 10.1098/rspa.2015.0114 [DOI] [Google Scholar]
- 45. Hadjichrysanthou C, Broom M, Rychtár J. Evolutionary games on star graphs under various updating rules. Dynamic Games and Applications. 2011;1(3):386–407. doi: 10.1007/s13235-011-0022-7 [DOI] [Google Scholar]
- 46. Monk T, Green P, Paulin M. Martingales and fixation probabilities of evolutionary graphs. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences. 2014;470(2165):20130730. doi: 10.1098/rspa.2013.0730 [DOI] [Google Scholar]
- 47.Chalub FA. Asymptotic expression for the fixation probability of a mutant in star graphs. arXiv preprint arXiv:14043944. 2014;.
- 48. Pavlogiannis A, Tkadlec J, Chatterjee K, Nowak MA. Amplification on undirected population structures: comets beat stars. Scientific reports. 2017;7(1):82. doi: 10.1038/s41598-017-00107-w [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49. Díaz J, Goldberg LA, Mertzios GB, Richerby D, Serna M, Spirakis PG. On the fixation probability of superstars. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences. 2013;469(2156):20130193. doi: 10.1098/rspa.2013.0193 [DOI] [Google Scholar]
- 50. Jamieson-Lane A, Hauert C. Fixation probabilities on superstars, revisited and revised. Journal of Theoretical Biology. 2015;382:44–56. doi: 10.1016/j.jtbi.2015.06.029 [DOI] [PubMed] [Google Scholar]
- 51. Galanis A, Göbel A, Goldberg LA, Lapinskas J, Richerby D. Amplifiers for the Moran process. Journal of the ACM (JACM). 2017;64(1):1–90. doi: 10.1145/3019609 [DOI] [Google Scholar]
- 52. Tkadlec J, Pavlogiannis A, Chatterjee K, Nowak MA. Population structure determines the tradeoff between fixation probability and fixation time. Communications biology. 2019;2(1):138. doi: 10.1038/s42003-019-0373-y [DOI] [PMC free article] [PubMed] [Google Scholar]
- 53. Pavlogiannis A, Tkadlec J, Chatterjee K, Nowak MA. Construction of arbitrarily strong amplifiers of natural selection using evolutionary graph theory. Communications biology. 2018;1(1):71. doi: 10.1038/s42003-018-0078-7 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54. Tkadlec J, Pavlogiannis A, Chatterjee K, Nowak MA. Fast and strong amplifiers of natural selection. Nature Communications. 2021;12(1):4009. doi: 10.1038/s41467-021-24271-w [DOI] [PMC free article] [PubMed] [Google Scholar]
- 55. Sharma N, Traulsen A. Suppressors of fixation can increase average fitness beyond amplifiers of selection. Proceedings of the National Academy of Sciences. 2022;119(37):e2205424119. doi: 10.1073/pnas.2205424119 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 56. Cormen TH, Leiserson CE, Rivest RL, Stein C. Introduction to algorithms. MIT press; 2022. [Google Scholar]
- 57. Díaz J, Goldberg LA, Mertzios GB, Richerby D, Serna M, Spirakis PG. Approximating fixation probabilities in the generalized moran process. Algorithmica. 2014;69:78–91. doi: 10.1007/s00453-012-9722-7 [DOI] [Google Scholar]
- 58. Goldberg LA, Lapinskas J, Richerby D. Phase transitions of the Moran process and algorithmic consequences. Random Structures & Algorithms. 2020;56(3):597–647. doi: 10.1002/rsa.20890 [DOI] [Google Scholar]
- 59. Díaz J, Goldberg LA, Richerby D, Serna M. Absorption time of the Moran process. Random Structures & Algorithms. 2016;49(1):137–159. doi: 10.1002/rsa.20617 [DOI] [Google Scholar]
- 60. Ibsen-Jensen R, Chatterjee K, Nowak MA. Computational complexity of ecological and evolutionary spatial dynamics. Proceedings of the National Academy of Sciences. 2015;112(51):15636–15641. doi: 10.1073/pnas.1511366112 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 61. Altrock PM, Gokhale CS, Traulsen A. Stochastic slowdown in evolutionary processes. Physical Review E. 2010;82(1):011925. doi: 10.1103/PhysRevE.82.011925 [DOI] [PubMed] [Google Scholar]
- 62. Maciejewski W. Reproductive value in graph-structured populations. Journal of Theoretical Biology. 2014;340:285–293. doi: 10.1016/j.jtbi.2013.09.032 [DOI] [PubMed] [Google Scholar]
- 63.Durocher L, Karras P, Pavlogiannis A, Tkadlec J. Invasion dynamics in the biased voter process. In: Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence; 2022. p. 265–271.
- 64. Monk T. Martingales and the fixation probability of high-dimensional evolutionary graphs. Journal of theoretical biology. 2018;451:10–18. doi: 10.1016/j.jtbi.2018.04.039 [DOI] [PubMed] [Google Scholar]
- 65. Monk T, van Schaik A. Martingales and the fixation time of evolutionary graphs with arbitrary dimensionality. Royal Society Open Science. 2022;9(5):220011. doi: 10.1098/rsos.220011 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 66. Allen B, Sample C, Jencks R, Withers J, Steinhagen P, Brizuela L, et al. Transient amplifiers of selection and reducers of fixation for death-Birth updating on graphs. PLoS computational biology. 2020;16(1):e1007529. doi: 10.1371/journal.pcbi.1007529 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 67. McKay BD, Piperno A. Practical graph isomorphism, II. Journal of symbolic computation. 2014;60:94–112. doi: 10.1016/j.jsc.2013.09.003 [DOI] [Google Scholar]
- 68. Möller M, Hindersin L, Traulsen A. Exploring and mapping the universe of evolutionary graphs identifies structural properties affecting fixation probability and time. Communications biology. 2019;2(1):137. doi: 10.1038/s42003-019-0374-x [DOI] [PMC free article] [PubMed] [Google Scholar]
- 69. Goldberg LA, Lapinskas J, Lengler J, Meier F, Panagiotou K, Pfister P. Asymptotically optimal amplifiers for the Moran process. Theoretical Computer Science. 2019;758:73–93. doi: 10.1016/j.tcs.2018.08.005 [DOI] [Google Scholar]
- 70. Downey RG, Fellows MR. Parameterized complexity. Springer Science & Business Media; 2012. [Google Scholar]
- 71. Cygan M, Fomin FV, Kowalik Ł, Lokshtanov D, Marx D, Pilipczuk M, et al. Parameterized algorithms. vol. 4. Springer; 2015. [Google Scholar]
- 72. Levene H. Genetic equilibrium when more than one ecological niche is available. The American Naturalist. 1953;87(836):331–333. doi: 10.1086/281792 [DOI] [Google Scholar]
- 73. Bulmer M. Multiple niche polymorphism. The American Naturalist. 1972;106(948):254–257. doi: 10.1086/282765 [DOI] [Google Scholar]
- 74. Felsenstein J. The theoretical population genetics of variable selection and migration. Annual review of genetics. 1976;10(1):253–280. doi: 10.1146/annurev.ge.10.120176.001345 [DOI] [PubMed] [Google Scholar]
- 75. Yeaman S, Otto SP. Establishment and maintenance of adaptive genetic divergence under migration, selection, and drift. Evolution. 2011;65(7):2123–2129. doi: 10.1111/j.1558-5646.2011.01277.x [DOI] [PubMed] [Google Scholar]
- 76. Svoboda J, Tkadlec J, Kaveh K, Chatterjee K. Coexistence times in the Moran process with environmental heterogeneity. Proceedings of the Royal Society A. 2023;479(2271):20220685. doi: 10.1098/rspa.2022.0685 [DOI] [Google Scholar]
- 77. Maciejewski W, Puleo GJ. Environmental evolutionary graph theory. Journal of theoretical biology. 2014;360:117–128. doi: 10.1016/j.jtbi.2014.06.040 [DOI] [PubMed] [Google Scholar]
- 78. Kaveh K, McAvoy A, Nowak MA. Environmental fitness heterogeneity in the Moran process. Royal Society open science. 2019;6(1):181661. doi: 10.1098/rsos.181661 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 79.Brendborg J, Karras P, Pavlogiannis A, Rasmussen AU, Tkadlec J. Fixation maximization in the positional moran process. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 36; 2022. p. 9304–9312.
- 80. Tkadlec J, Pavlogiannis A, Chatterjee K, Nowak MA. Limits on amplifiers of natural selection under death-Birth updating. PLoS computational biology. 2020;16(1):e1007494. doi: 10.1371/journal.pcbi.1007494 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 81. Svoboda J, Joshi S, Tkadlec J, Chatterjee K. Amplifiers of selection for the Moran process with both Birth-death and death-Birth updating. PLOS Computational Biology. 2024;20(3):e1012008. doi: 10.1371/journal.pcbi.1012008 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 82. Sood V, Antal T, Redner S. Voter models on heterogeneous networks. Physical Review E. 2008;77(4):041121. doi: 10.1103/PhysRevE.77.041121 [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
Code for the figures and the computational experiments is available from the Figshare repository: https://doi.org/10.6084/m9.figshare.23802531.