The concept of an error threshold originates from Eigen's (1971) quasispecies theory for molecular evolution: there exists a maximum mutation rate above which selection can no longer maintain genetic information. Below this threshold, a population clusters around a well-adapted "master sequence"; above it, the population disperses into a random cloud of genotypes — a phenomenon sometimes called "error catastrophe."
Basener and Sanford (2018, Section 2.2) connect this concept to their extended Fisher's Theorem. In their framework, the error threshold is "the mutation rate separating adaptation from failure to adapt." The critical condition is:
When the left side (selective force) exceeds the right side (mutational drag), the population adapts. When the right side dominates, mutations accumulate faster than selection can remove them, and the population enters what Lynch and Gabriel (1990) described as three successive phases: rare mutation accumulation, accelerating decline, and eventual meltdown. This notebook maps the surface in parameter space where the transition occurs, determines whether it is sharp or gradual, and identifies which parameters most strongly control it.
A Gaussian Process (GP) is a statistical interpolation method. Think of it as fitting a smooth surface through scattered data points — like drawing a topographic map from elevation measurements taken at specific locations.
We run stochastic simulations at 625 grid points (25 x 25), and each simulation tells us whether that parameter combination leads to adaptation or meltdown. The GP then fills in the gaps between these points with smooth predictions. Crucially, the GP also reports how uncertain each prediction is: confident where data points are dense and consistent, uncertain where they are sparse or noisy.
The GP uncertainty map tells us where we would need to run more simulations to improve our boundary estimate — this is analogous to knowing where to focus additional field experiments. High uncertainty near the phase boundary means the transition is hard to pin down precisely, which is itself biologically informative.
The error threshold is real and sharp. The transition between selection-dominated adaptation and mutational meltdown is not a gradual decline but a genuine phase transition with a well-defined boundary. This validates the central prediction of the Basener-Sanford extended Fisher's Theorem: the sign and magnitude of the mutational effects term determine whether a population thrives or collapses. Populations operating near the boundary are in a precarious state — small changes in mutation rate or DFE parameters can tip them from viability to irreversible decline.
The sensitivity analysis reveals that mutation rate is the single most important parameter determining a population's vulnerability to meltdown. Conservation biologists should therefore monitor:
The mu vs. gamma_shape boundary (Figure 4) reveals that heavy-tailed DFEs provide a natural buffer against meltdown. Organisms whose DFEs include occasional large-effect beneficial mutations can tolerate higher mutation rates because these rare but potent mutations can sweep through the population and restore fitness. This has several implications:
In the meltdown regime (red regions of our maps), deleterious mutations accumulate irreversibly — this is exactly Muller's ratchet (1964) operating in finite populations. Each "click" of the ratchet removes the least-loaded fitness class from the population, and without recombination or back-mutation, the lost fitness is never recovered. Our phase boundary maps the conditions under which this ratchet engages.
Kondrashov (1995) posed a paradox: given the high genomic deleterious mutation rate observed in many organisms (U > 1 per generation), how do sexual populations avoid mutational meltdown? Our analysis suggests part of the answer lies in the DFE shape: heavy-tailed DFEs, combined with even a small fraction of beneficial mutations, can push the error threshold to higher mutation rates than would be predicted from the mean effect alone. The interplay between DFE shape, beneficial mutation fraction, and mutation rate — all quantified in our sensitivity analysis — determines whether a given organism's mutation rate falls safely below or dangerously near the error threshold.