In Computer Science, Optimal Computing Budget Allocation (OCBA) is a simulation optimization method designed to maximize the Probability of Correct Selection (PCS) while minimizing computational costs. First introduced by Dr. Chun-Hung Chen in the mid-1990s, OCBA determines how many simulation runs (or how much computational time) or the number of replications each design alternative needs to identify the best option while using as few resources as possible.
[ ] It works by focusing more on alternatives that are harder to evaluate, such as those with higher uncertainty or close performance to the best option.
Simply put, OCBA ensures that computational resources are distributed efficiently by allocating more simulation effort to design alternatives that are harder to evaluate or more likely to be the best. This allows researchers and decision-makers to achieve accurate results faster and with fewer resources.
OCBA has also been shown to enhance partition-based random search algorithms for solving deterministic global optimization problems.
Over the years, OCBA has been applied in manufacturing systems design, healthcare planning, and financial modeling. It has also been extended to handle more complex scenarios, such as balancing multiple objectives,
feasibility determination,
and constrained optimization.
Intuitive Explanation
The goal of OCBA is to provide a systematic approach to efficiently run a large number of
simulations
A simulation is the imitation of the operation of a real-world process or system over time. Simulations require the use of Conceptual model, models; the model represents the key characteristics or behaviors of the selected system or proc ...
by focusing only on the critical alternatives, in order to select the best alternative.
In other words, OCBA prioritizes only the most critical alternatives, minimizing
computation time
In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by t ...
and reducing the variances of these critical
estimators
In statistics, an estimator is a rule for calculating an estimate of a given quantity based on observed data: thus the rule (the estimator), the quantity of interest (the estimand) and its result (the estimate) are distinguished. For example, the ...
. The expected outcome is maintaining the required level of
accuracy
Accuracy and precision are two measures of '' observational error''.
''Accuracy'' is how close a given set of measurements (observations or readings) are to their '' true value'', while ''precision'' is how close the measurements are to each ot ...
while requiring fewer computational resources.

For example, consider a simulation involving five alternatives, where the goal is to select the one with the minimum average delay time. Figure 1, shows preliminary simulation results (i.e., having run only a fraction of the required number of simulation replications). Alternatives 2 and 3 clearly have significantly lower delay times (highlighted in red). To save computation cost—which includes time, resources, and money spent on running simulations—OCBA suggests that more replications should be allocated to alternatives 2 and 3, while simulations for alternatives 1, 4, and 5 can be stopped much earlier without compromising accuracy.
Core Optimization Problem
Simulation is widely used for designing large, complex, stochastic systems, where analytical solutions are often infeasible. However, simulations can be computationally expensive because multiple simulation runs are needed to account for stochastic variability. The challenge lies in efficiently allocating limited computational resources to identify the best design alternative with high confidence.
The primary objective of OCBA is to maximize the Probability of Correct Selection (PCS), which represents the likelihood of identifying the best-performing design alternative among a finite set of options. This goal must be achieved while adhering to a limited computational budget. PCS is calculated based on the number of simulation replications allocated to each design.
The problem is mathematically formulated as:
Subject to:
where:
: Total number of design alternatives
: Number of simulation replications allocated to the
-th design
: Total computational budget
OCBA optimizes the allocation of simulation replications by focusing on alternatives with higher variances or smaller performance gaps relative to the best alternative. The ratio of replications between two alternatives, such as
and
, is determined by the following formula:
Here:
: The variance of the performance of alternative
.
: The performance gap between the best alternative (
) and alternative
.
: The number of simulation replications allocated to alternative
.
This formula ensures that alternatives with smaller performance gaps (
) or higher variances (
) receive more simulation replications. This maximizes computational efficiency while maintaining a high Probability of Correct Selection (PCS), ensuring computational efficiency by reducing replications for non-critical alternatives and increasing them for critical ones. Numerical results show that OCBA can achieve the same simulation quality with only one-tenth of the computational effort compared to traditional methods.
Some extensions of OCBA
Experts in the field explain that in some problems it is important to not only know the best alternative among a
sample, but the top 5, 10, or even 50, because the decision maker may have other concerns that may affect the decision which are not modeled in the simulation.
According to Szechtman and Yücesan (2008), OCBA is also helpful in feasibility determination problems. This is where the decisions makers are only interested in differentiating
feasible alternatives from the infeasible ones. Further, choosing an alternative that is simpler, yet similar in performance is crucial for other decision makers. In this case, the best choice is among top-r simplest alternatives, whose
performance
A performance is an act of staging or presenting a play, concert, or other form of entertainment. It is also defined as the action or process of carrying out or accomplishing an action, task, or function.
Management science
In the work place ...
rank above desired levels.
In addition, Trailovic and Pao (2004) demonstrate an OCBA approach, where we find alternatives with minimum
variance
In probability theory and statistics, variance is the expectation of the squared deviation of a random variable from its population mean or sample mean. Variance is a measure of dispersion, meaning it is a measure of how far a set of number ...
, instead of with best mean. Here, we assume unknown variances, voiding the OCBA rule (assuming that the variances are known). During 2010 research was done on an OCBA algorithm that is based on a t distribution. The results show no significant differences between those from t-distribution and
normal distribution
In statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is
:
f(x) = \frac e^
The parameter \mu i ...
. The above presented extensions of OCBA is not a complete list and is yet to be fully explored and compiled.
Multi-Objective OCBA
Multi-Objective Optimal Computing Budget Allocation (MOCBA) is the OCBA concept that applies to multi-objective problems. In a typical MOCBA, the PCS is defined as
in which
*
is the observed
Pareto set
Pareto efficiency or Pareto optimality is a situation where no action or allocation is available that makes one individual better off without making another worse off. The concept is named after Vilfredo Pareto (1848–1923), Italian civil engine ...
,
*
is the non-Pareto set, i.e.,
,
*
is the event that design
is non-dominated by all other designs,
*
is the event that design
is dominated by at least one design.
We notice that, the
Type I error
In statistical hypothesis testing, a type I error is the mistaken rejection of an actually true null hypothesis (also known as a "false positive" finding or conclusion; example: "an innocent person is convicted"), while a type II error is the f ...
and
Type II error
In statistical hypothesis testing, a type I error is the mistaken rejection of an actually true null hypothesis (also known as a "false positive" finding or conclusion; example: "an innocent person is convicted"), while a type II error is the f ...
for identifying a correct Pareto set are respectively
and
.
Besides, it can be proven that
and
where
is the number of objectives, and
follows
posterior distribution
The posterior probability is a type of conditional probability that results from updating the prior probability with information summarized by the likelihood via an application of Bayes' rule. From an epistemological perspective, the posterior p ...
Noted that
and
are the average and
standard deviation of the observed performance measures for objective
of design
, and
is the number of observations.
Thus, instead of maximizing
, we can maximize its lower bound, i.e.,
Assuming
, the Lagrange method can be applied to conclude the following rules:
in which
* for a design
,
,
* for a design
,
,
and
Constrained optimization
Similar to the previous section, there are many situations with multiple performance measures. If the multiple performance measures are equally important, the decision makers can use the MOCBA. In other situations, the decision makers have one primary performance measure to be
optimized while the secondary performance measures are constrained by certain limits.
The primary performance measure can be called the main objective while the secondary performance measures are referred as the constraint measures. This falls into the problem of
constrained optimization
In mathematical optimization, constrained optimization (in some contexts called constraint optimization) is the process of optimizing an objective function with respect to some variables in the presence of constraints on those variables. The obj ...
. When the number of alternatives is fixed, the problem is called constrained ranking and selection where the goal is to select the best feasible design given that both the main objective and the constraint measures need to be estimated via
stochastic
Stochastic (, ) refers to the property of being well described by a random probability distribution. Although stochasticity and randomness are distinct in that the former refers to a modeling approach and the latter refers to phenomena themselve ...
simulation. The OCBA method for constrained optimization (called OCBA-CO) can be found in Pujowidianto et al. (2009) and Lee et al. (2012).
The key change is in the definition of PCS. There are two components in constrained optimisation, namely optimality and feasibility. As a result, the simulation budget can be allocated to each non-best design either based on the optimality or feasibility. In other word, a non-best design will not be wrongly selected as the best feasible design if it remains either infeasible or worse than the true best feasible design. The idea is that it is not necessary to spend a large portion of the budget to determine the feasibility if the design is clearly worse than the best. Similarly, we can save the budget by allocating based on feasibility if the design is already better than the best in terms of the main objective.
Feasibility determination
The goal of this problem is to determine all the feasible designs from a finite set of design alternatives, where the feasible designs are defined as the designs with their performance measures satisfying specified control requirements
(constraints). With all the feasible designs selected, the decision maker can easily make the final decision by incorporating other performance considerations (e.g., deterministic criteria, such as cost, or
qualitative
Qualitative descriptions or distinctions are based on some quality or characteristic rather than on some quantity or measured value.
Qualitative may also refer to:
*Qualitative property, a property that can be observed but not measured numericall ...
criteria which are difficult to mathematically evaluate). Although the feasibility determination problem involves stochastic constraints too, it is distinguished from the constrained optimization problems introduced above, in that it aims to identify all the feasible designs instead of the single best feasible one.
Define
*
: total number of designs;
*
: total number of performance measure constraints;
*
: control requirement of the
th constraint for all the designs,
;
*
: set of feasible designs;
*
: set of infeasible designs;
*
: mean of simulation samples of the
th constraint measure and design
;
*
: variance of simulation samples of the
th constraint measure and design
;
*
: proportion of the total simulation budget allocated to design
;
*
: sample mean of simulation samples of the
th constraint measure and design
.
Suppose all the constraints are provided in form of
,
. The probability of correctly selecting all the feasible designs is
:
and the budget allocation problem for feasibility determination is given by Gao and Chen (2017)
:
Let
and
. The asymptotic optimal budget allocation rule is
:
Intuitively speaking, the above allocation rule says that (1) for a feasible design, the dominant constraint is the most difficult one to be correctly detected among all the constraints; and (2) for an infeasible design, the dominant constraint is the easiest one to be correctly detected among all constraints.
OCBA with expected opportunity cost
The original OCBA maximizes the probability of correct selection (PCS) of the best design. In practice, another important measure is the expected
opportunity cost
In microeconomic theory, the opportunity cost of a particular activity is the value or benefit given up by engaging in that activity, relative to engaging in an alternative activity. More effective it means if you chose one activity (for exampl ...
(EOC), which quantifies how far away the mean of the selected design is from that of the real best. This measure is important because optimizing EOC not only maximizes the chance of selecting the best design but also ensures that the mean of the selected design is not too far from that of the best design, if it fails to find the best one. Compared to PCS, EOC penalizes a particularly bad choice more than a slightly incorrect selection, and is thus preferred by risk-neutral practitioners and decision makers.
Specifically, the expected opportunity cost is
:
where,
*
is the total number of designs;
*
is the real best design;
*
is the random variable whose realization is the observed best design;
*
is the mean of the simulation samples of design
,
;
*
.
The budget allocation problem with the EOC objective measure is given by Gao et al. (2017)
:
where
is the proportion of the total simulation budget allocated to design
.
If we assume
for all
, the asymptotic optimal budget allocation rule for this problem is
:
where
is the variance of the simulation samples of design
. This allocation rule is the same as the asymptotic optimal solution of problem (1). That is, asymptotically speaking, maximizing PCS and minimizing EOC are the same thing.
OCBA with input uncertainty
An
implicit assumption
A tacit assumption or implicit assumption is an assumption that underlies a logical argument, course of action, decision, or judgment that is not explicitly voiced nor necessarily understood by the decision maker or judge. These assumptions may be ...
for the aforementioned OCBA methods is that the true input distributions and their
parameters
A parameter (), generally, is any characteristic that can help in defining or classifying a particular system (meaning an event, project, object, situation, etc.). That is, a parameter is an element of a system that is useful, or critical, when ...
are known, while in practice, they are typically unknown and have to be estimated from limited historical data. This may lead to uncertainty in the estimated input distributions and their parameters, which might (severely) affect the quality of the selection. Assuming that the uncertainty set contains a finite number of
scenarios
In the performing arts, a scenario (, ; ; ) is a synoptical collage of an event or series of actions and events. In the ''commedia dell'arte'', it was an outline of entrances, exits, and action describing the plot of a play, and was literally p ...
for the underlying input distributions and parameters, Gao et al. (2017) introduces a new OCBA approach by maximizing the probability of correctly selecting the best design under a fixed simulation budget, where the performance of a design is measured by its worst-case performance among all the possible scenarios in the uncertainty set.
Recent Applications of OCBA
Optimal Computing Budget Allocation (OCBA), has continued to evolve, demonstrating its adaptability and efficiency in addressing complex decision-making problems across various domains.
* Simulation-Based Ranking and Selection:
** A 2023 study introduced a budget-adaptive allocation rule for OCBA, dynamically adjusting simulation budgets to maximize the probability of correct selection. This approach was validated through synthetic examples and case studies, showcasing its efficiency in identifying optimal system designs.
* Data-Driven Decision Making:
** In 2022, researchers developed a data-driven OCBA method that addresses input uncertainty by updating distribution estimates with streaming data. This method ensures consistent and asymptotically optimal selection of the best design, enhancing decision-making in dynamic environments.
* Monte Carlo Tree Search (MCTS):
** A 2020 study proposed an OCBA-based tree policy for MCTS, optimizing computational resource allocation to maximize the probability of correct action selection. This approach maximizes the probability of correct action selection under limited sampling budgets by dynamically balancing exploration of less-sampled actions and exploitation of promising ones.
* Online Serving Systems:
** The Distributed Asynchronous Optimal Computing Budget Allocation (DA-OCBA) framework applies OCBA principles in a cloud computing environment for simulation optimization. By utilizing idle docker containers and enabling asynchronous execution of simulation tasks, DA-OCBA improves the efficiency of simulation optimization in large-scale systems. The framework demonstrates significant computational savings and scalability, making it particularly useful in applications such as cloud-based resource allocation systems.
These recent innovations demonstrate OCBA's growing versatility and effectiveness in optimizing resource allocation for diverse applications.
Emerging Research Area: Integration of Machine Learning with OCBA
The integration of Machine Learning (ML) with Optimal Computing Budget Allocation (OCBA) represents a promising area of research, leveraging ML’s predictive capabilities to enhance the efficiency and accuracy of simulation optimization. By incorporating ML models, OCBA can dynamically adapt resource allocation strategies, addressing complex decision-making problems with greater computational efficiency.
Applications
Predictive Multi-Fidelity Models: Gaussian Mixture Models (GMMs) predict relationships between low- and high-fidelity simulations, enabling OCBA to focus on the most promising alternatives. Multi-fidelity models combine insights from low-fidelity simulations, which are computationally inexpensive but less accurate, and high-fidelity simulations, which are more accurate but computationally intensive. The integration of GMMs into this process allows OCBA to strategically allocate computational resources across fidelity levels, significantly reducing simulation costs while maintaining decision accuracy.
Dynamic Resource Allocation in Healthcare: A Bayesian OCBA framework has been applied to allocate resources in hospital emergency departments, balancing service quality with operational efficiency. By minimizing expected opportunity costs, this approach supports real-time decision-making in high-stakes environments. Additionally, the integration of OCBA with real-time digital twin-based optimization has further advanced its application in predictive simulation learning, enabling dynamic adjustments to resource allocation in healthcare settings. Furthermore, a contextual ranking and selection method for personalized medicine leverages OCBA to optimize resource allocation in treatments tailored to individual patient profiles, demonstrating its potential in personalized healthcare.
References
{{Reflist
External links
Optimal Computing Budget Allocation (OCBA) for Simulation-based Decision Making Under Uncertainty (Simulation Optimization)
Stochastic optimization