Simulation-Assisted Box-Behnken Design — Computer-Simulation-Integrated RSM
Simulation-Assisted Box-Behnken Design of Experiments · Also known as: SA-BBD, computer-aided Box-Behnken design, simulation-based BBD, virtual Box-Behnken design
Simulation-assisted Box-Behnken design couples the three-level, near-spherical Box-Behnken experimental matrix with computer simulation models — such as finite-element analysis, computational fluid dynamics, or discrete-event simulation — to map how multiple controllable factors jointly affect one or more output responses, while eliminating the need for costly or hazardous physical prototype fabrication at every design point.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use simulation-assisted BBD when (1) physical experimentation at every design point is impractical because fabrication, testing, or measurement is expensive, slow, or dangerous; (2) a validated simulation model of the system already exists or can be built; (3) the system response is expected to be adequately captured by a quadratic polynomial over the factor space (i.e., no sharp discontinuities or extreme nonlinearity); and (4) the number of factors is between 3 and 7. Do not use it when the simulation itself is not validated — garbage-in simulation outputs lead to a misleading response surface. Avoid BBD (simulation-assisted or otherwise) when corner points of the factor space are of specific engineering interest, since BBD deliberately excludes them; use central composite design instead. Also avoid it when the true response surface is highly non-quadratic over the region of interest, in which case higher-order designs or space-filling methods are preferable.
Strengths & limitations
- Eliminates or drastically reduces costly physical prototype fabrication by replacing most experimental runs with simulation, dramatically lowering cost and cycle time.
- The BBD matrix avoids extreme corner conditions, which makes it safer for engineering simulations where corner points may represent infeasible or singular operating states.
- Requires fewer simulation runs than a full factorial design (e.g., 15 runs vs. 27 for k=3 at three levels), making it efficient for moderately expensive simulators.
- Produces a well-conditioned quadratic response surface suitable for gradient-based optimization and sensitivity analysis.
- Seamlessly integrates with desirability-function multi-response optimization when multiple simulation outputs are of interest.
- Validity of the response surface depends entirely on the fidelity and validation status of the underlying simulation model; an unvalidated simulator propagates errors invisibly.
- The quadratic polynomial meta-model may poorly represent highly non-linear or discontinuous simulation responses, leading to misleading optima.
- BBD does not include corner points of the experimental region, so extrapolation to extreme factor combinations is unreliable even within the nominally coded factor range.
- For more than 6-7 factors the number of BBD runs grows substantially, and space-filling alternatives such as Latin hypercube sampling may become more efficient.
Frequently asked
What is the minimum number of simulation runs required for a BBD with three factors?
A standard Box-Behnken design for three factors uses 15 runs: 12 edge-midpoint runs plus 3 center-point replicates. Center-point replication is especially important in the simulation-assisted setting to estimate convergence variance (the analogue of pure error). For four factors the standard BBD requires 27 runs, and for five factors 46 runs.
Do I still need physical experiments if I use simulation?
Yes. Simulation provides the bulk of the data cheaply, but a confirmatory physical experiment at the predicted optimum — and ideally a validation subset at a few other design points — is essential to verify that the simulation model and response surface together transfer correctly to the real system. Skipping physical confirmation is a common and serious error.
How does simulation-assisted BBD differ from Latin hypercube sampling?
Both are used with computer experiments, but they serve different purposes. BBD is a structured design intended to fit a specific quadratic polynomial model with high efficiency; it is best when a second-order surface is expected to be adequate. Latin hypercube sampling is a space-filling design that spreads points uniformly over the factor space without assuming a particular model form; it is preferred for complex, highly nonlinear simulators where the response surface order is unknown.
Can I use this method when my simulation takes many hours to run?
Yes, but total run count becomes critical. For k=3 you need 15 runs; at 8 hours each that is 120 hours of wall-clock time, which may be parallelizable across a compute cluster. If even 15 runs are impractical, consider sequential designs that start with fewer runs and add points adaptively, or use a coarser (lower-fidelity) simulation to pre-screen the factor space.
Is the fitted quadratic model the same as a kriging or Gaussian process model?
No. The quadratic polynomial fitted to BBD data is a classical parametric regression model — it assumes a fixed functional form and estimates coefficients by least squares. Kriging (Gaussian process regression) is a non-parametric interpolating model that passes exactly through the observed points and provides a variance estimate. For BBD with a modest number of runs, the quadratic model is usually preferred; kriging is more common with larger space-filling designs.
Sources
- Box, G. E. P., & Behnken, D. W. (1960). Some new three level designs for the study of quantitative variables. Technometrics, 2(4), 455-475. DOI: 10.1080/00401706.1960.10489912 ↗
- Fang, K. T., Li, R., & Sudjianto, A. (2006). Design and Modeling for Computer Experiments. Chapman & Hall/CRC. ISBN: 978-1584885467
How to cite this page
ScholarGate. (2026, June 3). Simulation-Assisted Box-Behnken Design of Experiments. ScholarGate. https://scholargate.app/en/experimental-design/simulation-assisted-box-behnken-design
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.
- Box-Behnken DesignExperimental design↔ compare
- Latin Hypercube SamplingSimulation↔ compare
- Response Surface MethodologyExperimental design↔ compare
- Simulation-assisted full factorial designExperimental design↔ compare