Variance Bounds Selection Response¶
Core Idea¶
The rate at which a sorting process shifts a population's mean along a trait equals — or is bounded by — the within-population variance of the selection-relevant quantity, weighted by selection intensity (the Price equation, with Fisher's theorem and the breeder's equation as specialisations). Selection consumes the variance it acts on, so persistent adaptive change requires a variance-regenerating mechanism: variance is the fuel, sorting the engine.
How would you explain it like I'm…
Variety Sets the Speed
Change ≈ Variance × Pressure
Broad Use¶
- Population genetics: Fisher's theorem (rate of mean fitness = additive genetic variance) and the breeder's equation \(R = h^2 S\).
- Evolutionary game theory: under replicator dynamics, the rate of change of mean payoff equals payoff variance among strategies.
- Cultural evolution: the rate of mean trait change under biased transmission is variance among bearers times the bias.
- Reinforcement learning / bandits: reward-improvement rate scales with reward-estimate variance; exploration is variance regeneration.
- Finance: Kelly-style rebalancing ties growth-rate improvement to variance across asset returns.
- Optimization / biotech: CMA-ES ties convergence to sampled-candidate covariance; directed evolution ties protein improvement to library diversity.
- Experimentation: A/B-testing improvement rate is set by variant-population variance, so low-variance programmes plateau.
Clarity¶
Dissolves the confusion between selection pressure and adaptive rate: a breeding programme without genetic diversity will not respond to stricter culls, making "which term is binding?" a checkable question and exposing intensity-side fixes as wasted when variance is the constraint.
Manages Complexity¶
Supplies a worklist — trait, variance, intensity, current rate, regeneration rate, binding term — that turns "our improvement has stalled" into a localisable diagnosis: out of variance, or selection too weak, with entirely different fixes.
Abstract Reasoning¶
Enables a precise counterfactual — holding intensity fixed, what happens to the rate if variance is doubled, halved, or zeroed? — answered linearly in variance, and lets the qualitative intuition travel without the Price-equation formalism until precision is needed.
Knowledge Transfer¶
- Breeding ↔ ML ↔ finance: low genetic diversity, exploration collapse, and a volatility floor are one problem with one borrowed fix (import fresh variance).
- The plateau diagnosis: a stalled A/B programme, an inbred line, and a converged RL policy all read as consumed-but-unregenerated variance.
- The exact carry: because the relation is an identity, the diagnosis and remedy move across systems without loss.
Example¶
A mature A/B-testing programme improves conversion 3% per quarter for eight quarters, then decays to half a percent at unchanged variant volume and rigour: selection has consumed the variance as designs converged, so the fix is variance regeneration (diversity quotas, exploration rounds), not sharper selection.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Variance Bounds Selection Response presupposes, typical Variation Strategies — The file: this prime supplies the THEORETICAL NECESSITY that variation_strategies serve — variance-regeneration is mandatory because selection consumes the variance it acts on. Presupposes variation as the diversity-generating tactic family it quantifies.
Path to root: Variance Bounds Selection Response → Variation Strategies → Learning → Adaptation
Not to Be Confused With¶
- Variance Bounds Selection Response is not Selection Bias because selection bias is a measurement distortion from a non-representative sample, whereas this is a dynamical identity about how fast selection shifts a mean — same word, different kind of object.
- Variance Bounds Selection Response is not Variation Strategies because variation strategies are tactics for generating diversity, whereas this is the identity that makes them structurally necessary and quantifies response as linear in variance.
- Variance Bounds Selection Response is not Diversity as a virtue because diversity is a static stock, whereas this adds the consumption dynamic that makes diversity a flow to be regenerated, not a stock to be admired.