Empirical Success Rule: Theory & Applications
- The empirical success rule is a data-dependent decision procedure that selects the option with the highest observed average outcome without relying on preset significance thresholds.
- In clinical trials, it achieves near-optimality with a maximum regret as low as 0.012 compared to 0.071 for 5% hypothesis testing, markedly reducing type II errors.
- It underpins adaptive methods in evolutionary computation and sequential stopping problems, enabling dynamic parameter adjustment and robust performance across settings.
Searching arXiv for recent and relevant papers on "empirical success rule" and related "success rule" usage. In the cited literature, the empirical success rule denotes a family of data-dependent decision procedures that act on observed success rather than on oracle knowledge or rigid significance thresholds. In statistical decision theory, it prescribes the treatment with the highest observed average patient outcome in a randomized trial; in evolutionary computation, closely related success rules adapt step size or mutation rate according to observed improvement frequencies; and in sequential stopping with unknown Bernoulli parameter, a plug-in rule replaces the unknown success probability by an online empirical estimate (Manski et al., 2020, Akimoto et al., 2018, Paindaveine, 8 Apr 2026).
1. Formal statistical-decision meaning
Manski and Tetenov formulate the empirical success rule as a treatment rule for randomized trials. For treatments , let
where is the patient-relevant outcome function. The rule chooses
and, if there is a tie, randomizes evenly among maximizers (Manski et al., 2020).
A central property of this formulation is symmetry across trial arms. The rule does not defer to standard care as a status quo and does not require that an innovation pass a statistical-significance threshold before it can be chosen. In the COVID-19 trial setting studied by Manski and Tetenov, this symmetry is presented as especially relevant because standard care itself may be uncertain or suboptimal (Manski et al., 2020).
Evaluation is conducted through near-optimality, defined via maximum regret. In state ,
where is the true mean outcome of treatment , is the expected fraction assigned to by rule 0, and 1 is the observed data. Near-optimality is the maximum regret over all possible states. This criterion jointly accounts for the probability and magnitude of decision errors (Manski et al., 2020).
2. Near-optimality and comparison with hypothesis testing
In the trial framework, the empirical success rule is compared with the conventional practice of choosing an innovation only if the estimated treatment effect is positive and statistically significant. Manski and Tetenov argue that the conventional rule is asymmetric, defers to standard care, and can incur substantial type II error costs when trials are small and estimates are imprecise (Manski et al., 2020).
The reported quantitative comparisons are sharp. In two-arm trials with 100 patients per group and binary outcome, the empirical success rule achieves near-optimality of 2, versus 3 for 4 hypothesis testing; the paper states that the empirical success rule is about six times nearer to optimality. In multi-arm trials, including five-arm settings, the regret of the empirical success rule is reported as more than three times lower than that of multiple-hypothesis-test-based rules. The same summary states that using the empirical success rule with 100 patients per arm confers the same reduction in maximum expected loss as massively increasing sample size for hypothesis testing, with the approximation “ESR with 100/arm 5 Hypothesis testing with 4000/arm” (Manski et al., 2020).
The illustrative example given in the same work emphasizes magnitude-sensitive decision error. When mortality under a new treatment is 6 and under standard care is 7, the hypothesis-test rule fails to adopt the better treatment with probability 8, yielding expected loss 9; the empirical success rule yields expected loss 0 (Manski et al., 2020).
The paper further reports that the empirical success rule achieves the minimal possible near-optimality in binary, balanced trials, citing Stoye and Hirano & Porter. It also states that the good properties extend to multi-arm trials, to heterogeneous patients by applying the rule within covariate strata, and to multiple outcomes by defining composite welfare measures (Manski et al., 2020).
3. Success-based adaptation in evolutionary computation
In evolutionary computation, the most prominent related construct is the one-fifth success rule originating with Rechenberg. In the 1-Evolution Strategy analyzed on the sphere function, the algorithm maintains a mean vector 2 and a step size 3. Each iteration samples
4
If 5, the step is a success, 6, and the step size is increased according to 7. Otherwise, 8 and 9. The supplied summary states that this empirical success rule directly adapts the step size to maintain a success probability near 0, and that the normalized step size governs the probability of success (Akimoto et al., 2018).
The same idea has been generalized in discrete evolutionary algorithms as a family of success-based update rules parameterized by an update strength 1 and a success ratio 2. In the self-adjusting 3 EA on LeadingOnes, a successful offspring updates the mutation rate to 4, while a failure updates it to 5, with clipping to 6 and 7. The generalized target success rate is 8, so the classical one-fifth rule corresponds to 9 (Doerr et al., 2019).
A misconception addressed by this line of work is that the literal one-fifth target is universally optimal. For LeadingOnes, the best performance is reported for small update strengths 0 and success rate 1, rather than 2. At fitness level 3, the target mutation rate is defined by
4
which yields
5
The main runtime bound is
6
and the minimum occurs at 7, corresponding to the 8 target success rate (Doerr et al., 2019).
4. Drift theory, unbounded potentials, and continuous-domain hitting times
The 2018 analysis of the 9-ES with one-fifth success rule establishes the first explicit application of drift analysis to a randomized search heuristic with continuous domain, and the first non-asymptotic analysis for that algorithm. The technical obstacle is that natural potentials such as 0 are unbounded below as the optimum is approached, and rare but extremely good steps can invalidate simple arguments unless controlled (Akimoto et al., 2018).
To address this, the paper introduces new drift theorems for unbounded-below potential functions. The upper-bound theorem uses a truncated process
1
and if the conditional expected truncated drift satisfies
2
then for the hitting time 3 of target 4,
5
A corresponding lower-bound theorem is given for monotone non-increasing and integrable processes with expected decrease at least 6, yielding
7
These theorems permit drift analysis with potentials such as 8 (Akimoto et al., 2018).
The constructed potential couples optimization and adaptation: 9 where 0, and 1 defines a well-adapted range for the normalized step size. The first term tracks optimization progress; the max-terms penalize step sizes that are too small or too large, thereby forcing adaptation (Akimoto et al., 2018).
Let
2
The paper proves
3
with 4. As summarized in the supplied notes,
5
so the convergence rate scales as 6. A matching lower-bound ingredient is that even hit-and-run does not allow more than
7
per iteration (Akimoto et al., 2018).
5. Discrete mutation control and hybrid learning-based rules
The discrete theory sharpens the interpretation of success rules as online parameter control. For LeadingOnes, the self-adjusting 8 EA with small 9 and optimal success ratio 0 attains
1
which the supplied summary states matches the asymptotic runtime of the 2 EA with the best possible fitness-dependent mutation rate. The one-fifth rule remains competitive but slightly worse, at approximately 3, while still outperforming any static mutation rate. The same summary reports that for 4, the self-adjusting EA outperforms any static mutation rate (Doerr et al., 2019).
This result clarifies a second misconception: success rules are not merely heuristic surrogates for finely tuned schedules. Under the analyzed conditions, they can be asymptotically equivalent to an oracle fitness-dependent mutation strategy. The paper also states that similar results hold for the resampling variant of the 5 EA, which enforces at least one bit flip per iteration (Doerr et al., 2019).
A further extension combines success-based control with reinforcement learning. The hybrid Q-learning mechanism HQL controls the mutation rate of the 6 EA by maintaining a Q-table over states defined by the number of successful offspring in a generation and over two actions: multiplying the current mutation rate by 7 or decreasing it by 8. If the Q-values of the two actions are equal, the action-selection tie is broken by the one-fifth-th success rule: increase the mutation rate if the best offspring is strictly better than the parent, and decrease it otherwise (Buzdalova et al., 2020).
The reported empirical finding is that HQL achieves equal or superior performance to all techniques tested in Rodionova et al. and does so simultaneously for all offspring population sizes 9. The same source states that the promising performance is not restricted to OneMax but extends to several other benchmark problems, including LeadingOnes, neutrality, plateau, and ruggedness functions. It also notes that no full theoretical convergence analysis is provided because tracking Q-values and state dependencies is complex (Buzdalova et al., 2020).
6. Plug-in stopping rules, regulatory usage, and limits of oracle-freeness
A structurally related use of empirical success appears in the last-success problem with unknown Bernoulli parameter. With 0 i.i.d. 1 and 2 unknown, the plug-in rule estimates
3
and stops at
4
Its win probability is
5
The paper derives an exact recursion for state probabilities 6 and a representation of 7 that can be computed in 8 time (Paindaveine, 8 Apr 2026).
The same work proves that for 9, the plug-in rule is always suboptimal in finite horizon: 0 where 1 is the oracle value from Bruss’ sum-the-odds theorem. It also establishes a decision-theoretic impossibility result: for any fixed 2, the class of 3-blind rules has no greatest element under dominance, even allowing randomization (Paindaveine, 8 Apr 2026).
At the same time, the paper identifies regimes in which empirical plug-in performance approaches the oracle benchmark. For any 4, finite-horizon oracle bounds are established on 5; if 6, the worst-case deficit is of order 7, and this rate is matched by a minimax lower bound. In sparse regimes where 8 with 9,
00
so the plug-in rule is asymptotically oracle-optimal and both values converge to 01. Uniform convergence cannot be extended to the critical regime 02, and no oracle-free sequence of rules can converge uniformly to the oracle value over all 03 (Paindaveine, 8 Apr 2026).
A related but distinct regulatory usage appears in work on alternatives to the two-trials rule for drug approval. There, an empirical success rule is described as inference based on the actual results across studies rather than a rigid, pre-set rule. In that setting, p-value combination methods such as Pearson’s method, Edgington’s method, and the harmonic mean 04-test are studied under constraints of overall and partial Type-I error control, with Edgington’s method eventually recommended because it is easy to implement and communicate, has only moderate partial Type-I error rate inflation, and substantially increased project power (Held, 2023).