Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Experimental design›Adaptive A/B Test — Adaptive A/B Testing
Process / pipelineExperimental design

Adaptive A/B Test — Adaptive A/B Testing

Adaptive A/B Testing · Also known as: adaptive AB test, bandit A/B test, multi-armed bandit testing, online adaptive experiment

An Adaptive A/B test is an experimental design that dynamically reallocates traffic or participants toward better-performing variants during the experiment itself, rather than holding allocations fixed until the end. Drawing on multi-armed bandit algorithms such as Thompson Sampling or Upper Confidence Bound (UCB), it balances the exploration of uncertain variants with the exploitation of those already showing superior performance, typically yielding higher aggregate outcomes while still producing valid inferential conclusions.

ScholarGate
  1. Process / pipeline
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Adaptive A/B test
AB DesignAdaptive ExperimentBlocked A/B TestFactorial A/B TestMulti-arm experimentRandomized Controlled Tr…Cluster Randomized A/B T…Crossover A/B TestPilot A/B TestSingle-blind A/B test

When to use it

Adaptive A/B testing is most valuable when (1) exposure to an inferior variant carries a meaningful cost — in healthcare, digital products with high traffic, or time-limited campaigns; (2) the experiment runs long enough for the allocation algorithm to meaningfully shift (typically hundreds to thousands of observations); and (3) outcomes are observed quickly relative to the experiment's duration. It is also well-suited when testing multiple variants simultaneously (multi-arm setting) and when the goal is to maximize aggregate outcomes during the trial, not only after it. Do not use adaptive A/B testing when: the outcome is delayed relative to the decision epoch (delayed feedback makes updates unreliable); when interpretability of allocation ratios is required for regulatory review (e.g., some clinical trial contexts); when the sample size is very small (fewer than ~200 total observations), as the algorithm has insufficient data to meaningfully adapt; or when a simple balanced design will suffice and operational complexity is not warranted.

Strengths & limitations

Strengths
  • Reduces cumulative exposure to inferior variants compared with fixed equal allocation, which matters when the outcome metric is morally or commercially important.
  • Well-suited to multi-arm settings where many variants are tested simultaneously and fixed allocation would spread the sample too thin.
  • Produces valid statistical inference when combined with pre-registered stopping rules, despite the non-fixed allocation.
  • Naturally integrates with Bayesian updating, enabling transparent quantification of uncertainty and evidence at any point in the trial.
  • Flexible to context — applicable in online experimentation, clinical trials (response-adaptive randomization), and behavioral field experiments.
Limitations
  • Requires near-real-time or low-latency outcome observation; delayed feedback (e.g., outcomes measured weeks after treatment) breaks the update cycle and undermines adaptation.
  • Statistical inference is more complex than in fixed-allocation designs — standard t-tests are invalid; specialized sequential or Bayesian testing procedures are required.
  • Adaptive allocation can create imbalanced groups, which reduces power for detecting small effects and complicates subgroup analyses.
  • Implementation requires technical infrastructure for real-time data collection, posterior updating, and traffic routing — not readily available in standard survey or lab platforms.

Frequently asked

Is an adaptive A/B test statistically valid?

Yes, provided that the stopping rule and analysis method are pre-registered and match the adaptive design. Standard t-tests and fixed-sample confidence intervals are not valid after adaptive allocation. Valid alternatives include alpha-spending sequential tests (e.g., O'Brien–Fleming boundaries), Thompson Sampling with Bayesian credible intervals, or off-policy correction estimators such as inverse propensity weighting. The key discipline is committing to the stopping rule before data collection begins.

How is this different from a standard multi-arm experiment?

A standard multi-arm experiment assigns participants to variants in fixed proportions (often equally) throughout the trial and analyzes all data at the end. An adaptive A/B test continuously updates the allocation ratios during the trial based on accumulating outcome data, so better-performing arms receive more participants over time. The inferential machinery must account for this non-fixed allocation, whereas standard multi-arm analysis assumes fixed randomization.

What is Thompson Sampling and why is it popular?

Thompson Sampling is a Bayesian algorithm that at each decision step samples a performance estimate from each variant's posterior distribution and assigns the next unit to the variant with the highest sampled value. It is popular because it is simple to implement, naturally trades off exploration and exploitation, and has been shown theoretically and empirically to achieve near-optimal cumulative outcomes. For binary outcomes it uses conjugate Beta distributions, making the posterior update a one-line calculation.

When should I stick with a classic fixed-allocation A/B test?

Use a fixed design when: outcomes are substantially delayed (feedback lag exceeds the inter-decision interval); the sample is small and the algorithm cannot meaningfully adapt; regulatory requirements mandate balanced allocation (e.g., certain Phase III clinical trials); or the sole objective is precise effect estimation rather than maximizing outcomes during the trial. In these situations a balanced randomized controlled design provides cleaner inference with simpler analysis.

Can adaptive A/B testing be used for more than two variants?

Yes. The multi-armed bandit framework naturally extends to any number of arms (variants). With many variants, adaptive allocation is especially valuable because fixed equal allocation in a multi-arm setting spreads the sample very thin across poorly-performing arms. Algorithms such as Thompson Sampling, UCB, and Successive Rejects scale directly to multi-arm settings.

Sources

  1. Russo, D., Van Roy, B., Kazerouni, A., Osband, I., & Wen, Z. (2018). A Tutorial on Thompson Sampling. Foundations and Trends in Machine Learning, 11(1), 1–96. DOI: 10.1561/2200000070 ↗
  2. Offer-Westort, M., Coppock, A., & Green, D. P. (2021). Adaptive Experimental Design: Prospects and Applications in Political Science. American Journal of Political Science, 65(4), 826–844. DOI: 10.1111/ajps.12597 ↗

How to cite this page

ScholarGate. (2026, June 3). Adaptive A/B Testing. ScholarGate. https://scholargate.app/en/experimental-design/adaptive-ab-test

Related methods

AB DesignAdaptive ExperimentBlocked A/B TestFactorial A/B TestMulti-arm experimentRandomized Controlled Trial

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • AB DesignExperimental design↔ compare
  • Adaptive ExperimentExperimental design↔ compare
  • Blocked A/B TestExperimental design↔ compare
  • Factorial A/B TestExperimental design↔ compare
  • Multi-arm experimentExperimental design↔ compare
  • Randomized Controlled TrialExperimental design↔ compare
Compare side by side →

Referenced by

Cluster Randomized A/B TestCrossover A/B TestFactorial A/B TestPilot A/B TestSingle-blind A/B test

Similar methods

Multi-Armed BanditAdaptive ExperimentA/B TestAdaptive Field ExperimentPragmatic A/B TestAdaptive Control Group Experimental DesignAdaptive Randomized Controlled TrialAdaptive Multi-Arm Experiment

Related reference concepts

Statistical Hypothesis TestingHyperparameter OptimizationMultiple Hypothesis TestingRandomization and BlockingStochastic OptimizationRandomized Controlled Trial

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Adaptive A/B test (Adaptive A/B Testing). Retrieved 2026-07-21 from https://scholargate.app/en/experimental-design/adaptive-ab-test · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Herbert Robbins (bandit framework); Thompson Sampling formalized by William R. Thompson
Year
1952 (Robbins); applied to A/B testing from ~2010s onward
Type
Adaptive experimental design
DataType
Continuous or binary outcome metrics (e.g., click-through, conversion rates)
Subfamily
Experimental design
Related methods
AB DesignAdaptive ExperimentBlocked A/B TestFactorial A/B TestMulti-arm experimentRandomized Controlled Trial
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account