Primary sources
- M. J. Neely. Stochastic Network Optimization with Application to Communication and Queueing Systems, Morgan & Claypool, 2010.
From Surf Wiki (app.surf) — the open knowledge base
Mathematical Theory
Mathematical Theory
In the mathematical theory of probability, the drift-plus-penalty method is used for optimization of queueing networks and other stochastic systems.
The technique is for stabilizing a queueing network while also minimizing the time average of a network penalty function. It can be used to optimize performance objectives such as time average power, throughput, and throughput utility. M. J. Neely, "Energy Optimal Control for Time Varying Wireless Networks," IEEE Transactions on Information Theory, vol. 52, no. 7, pp. 2915–2934, July 2006. M. J. Neely, E. Modiano, and C. Li, "Fairness and Optimal Stochastic Control for Heterogeneous Networks," Proc. IEEE INFOCOM, March 2005. In the special case when there is no penalty to be minimized, and when the goal is to design a stable routing policy in a multi-hop network, the method reduces to backpressure routing. L. Tassiulas and A. Ephremides, "Stability Properties of Constrained Queueing Systems and Scheduling Policies for Maximum Throughput in Multihop Radio Networks, IEEE Transactions on Automatic Control, vol. 37, no. 12, pp. 1936–1948, Dec. 1992. L. Georgiadis, M. J. Neely, and L. Tassiulas, "Resource Allocation and Cross-Layer Control in Wireless Networks," Foundations and Trends in Networking, vol. 1, no. 1, pp. 1–149, 2006. The drift-plus-penalty method can also be used to minimize the time average of a stochastic process subject to time average constraints on a collection of other stochastic processes. M. J. Neely. Stochastic Network Optimization with Application to Communication and Queueing Systems, Morgan & Claypool, 2010. This is done by defining an appropriate set of virtual queues. It can also be used to produce time averaged solutions to convex optimization problems. M. J. Neely, "[Distributed and Secure Computation of Convex Programs over a Network of Connected Processors Distributed and Secure Computation of Convex Programs over a Network of Connected Processors]," DCDIS Conf, Guelph, Ontario, July 2005 S. Supittayapornpong and M. J. Neely, "Quality of Information Maximization for Wireless Networks via a Fully Separable Quadratic Policy," arXiv:1211.6162v2, Nov. 2012.
The drift-plus-penalty method applies to queueing systems that operate in discrete time with time slots t in {0, 1, 2, ...}. First, a non-negative function L(t) is defined as a scalar measure of the state of all queues at time t. The function L(t) is typically defined as the sum of the squares of all queue sizes at time t, and is called a Lyapunov function. The Lyapunov drift is defined:
: \Delta L(t) = L(t+1) - L(t)
Every slot t, the current queue state is observed and control actions are taken to greedily minimize a bound on the following drift-plus-penalty expression:
: \Delta L(t) + Vp(t),
where p(t) is the penalty function and V is a non-negative weight. The V parameter can be chosen to ensure the time average of p(t) is arbitrarily close to optimal, with a corresponding tradeoff in average queue size. Like backpressure routing, this method typically does not require knowledge of the probability distributions for job arrivals and network mobility.
When V=0, the method reduces to greedily minimizing the Lyapunov drift. This results in the backpressure routing algorithm originally developed by Tassiulas and Ephremides (also called the max-weight algorithm). The Vp(t) term was added to the drift expression by Neely and Neely, Modiano, Li for stabilizing a network while also maximizing a throughput utility function. For this, the penalty p(t) was defined as -1 times a reward earned on slot t. This drift-plus-penalty technique was later used to minimize average power and optimize other penalty and reward metrics.
The theory was developed primarily for optimizing communication networks, including wireless networks, ad-hoc mobile networks, and other computer networks. However, the mathematical techniques can be applied to optimization and control for other stochastic systems, including renewable energy allocation in smart power grids and inventory control for product assembly systems.
This section shows how to use the drift-plus-penalty method to minimize the time average of a function p(t) subject to time average constraints on a collection of other functions. The analysis below is based on the material in.
Consider a discrete time system that evolves over normalized time slots t in {0, 1, 2, ...}. Define p(t) as a function whose time average should be minimized, called a penalty function. Suppose that minimization of the time average of p(t) must be done subject to time-average constraints on a collection of K other functions:
p(t) = \text{penalty function whose time average must be minimized}
y_1(t), y_2(t), \ldots, y_K(t) =\text{other functions whose time averages must be non-positive}
Every slot t, the network controller observes a new random event. It then makes a control action based on knowledge of this event. The values of p(t) and y_i(t) are determined as functions of the random event and the control action on slot t:
\omega(t) = \text{random event on slot } t \text{ (assumed i.i.d. over slots)}
\alpha(t) = \text{control action on slot } t \text{ (chosen after observing } \omega(t) \text{)}
p(t) = P(\alpha(t), \omega(t)) \text{ (a deterministic function of } \alpha(t), \omega(t) \text{)}
y_i(t) = Y_i(\alpha(t), \omega(t)) \text{ } \forall i \in {1, \ldots, K} \text{ (deterministic functions of } \alpha(t), \omega(t) \text{)}
The small case notation p(t), y_i(t) and upper case notation P(), Y_i() is used to distinguish the penalty values from the function that determines these values based on the random event and control action for slot t. The random event \omega(t) is assumed to take values in some abstract set of events \Omega. The control action \alpha(t) is assumed to be chosen within some abstract set A that contains the control options. The sets \Omega and A are arbitrary and can be either finite or infinite. For example, A could be a finite list of abstract elements, an uncountably infinite (and possibly non-convex) collection of real-valued vectors, and so on. The functions P(), Y_i() are also arbitrary and do not require continuity or convexity assumptions.
As an example in the context of communication networks, the random event \omega(t) can be a vector that contains the slot t arrival information for each node and the slot t channel state information for each link. The control action \alpha(t) can be a vector that contains the routing and transmission decisions for each node. The functions P() and Y_i() can represent power expenditures or throughputs associated with the control action and channel condition for slot t.
For simplicity of exposition, assume the P() and Y_i() functions are bounded. Further assume the random event process \omega(t) is independent and identically distributed (i.i.d.) over slots t with some possibly unknown probability distribution. The goal is to design a policy for making control actions over time to solve the following problem:
: \text{Minimize: } \lim_{t\rightarrow\infty} \frac{1}{t}\sum_{\tau=0}^{t-1}E[p(\tau)]
: \text{Subject to: } \lim_{t\rightarrow\infty} \frac{1}{t}\sum_{\tau=0}^{t-1}E[y_i(\tau)] \leq 0 \text{ } \forall i \in {1, \ldots, K}
It is assumed throughout that this problem is feasible. That is, it is assumed that there exists an algorithm that can satisfy all of the K desired constraints.
The above problem poses each constraint in the standard form of a time average expectation of an abstract process y_i(t) being non-positive. There is no loss of generality with this approach. For example, suppose one desires the time average expectation of some process a(t) to be less than or equal to a given constant c. Then a new penalty function y(t) = a(t) − c can be defined, and the desired constraint is equivalent to the time average expectation of y(t) being non-positive. Likewise, suppose there are two processes a(t) and b(t) and one desires the time average expectation of a(t) to be less than or equal to that of b(t). This constraint is written in standard form by defining a new penalty function y(t) = a(t) − b(t). The above problem seeks to minimize the time average of an abstract penalty function p'(t)'. This can be used to maximize the time average of some desirable reward function r(t) by defining p(t) = −r('t).
For each constraint i in {1, ..., K}, define a virtual queue with dynamics over slots t in {0, 1, 2, ...} as follows:
: (\text{Eq. } 1) \text{ } Q_i(t+1) = \max[Q_i(t) + y_i(t), 0]
Initialize Q**i(0) = 0 for all i in {1, ..., K}. This update equation is identical to that of a virtual discrete time queue with backlog Q_i(t) and with y_i(t) being the difference between new arrivals and new service opportunities on slot t. Intuitively, stabilizing these virtual queues ensures the time averages of the constraint functions are less than or equal to zero, so the desired constraints are satisfied. To see this precisely, note that (Eq. 1) implies:
: Q_i(t+1) \geq Q_i(t) + y_i(t)
Therefore:
: y_i(t) \leq Q_i(t+1) - Q_i(t)
Summing the above over the first t slots and using the law of telescoping sums implies:
: \sum_{\tau=0}^{t-1} y_i(\tau) \leq Q_i(t) - Q_i(0) = Q_i(t)
Dividing by t and taking expectations implies:
: \frac{1}{t}\sum_{\tau=0}^{t-1} E[y_i(\tau)] \leq \frac{E[Q_i(t)]}{t}
Therefore, the desired constraints of the problem are satisfied whenever the following holds for all i in {1, ..., K}:
: \lim_{t\rightarrow\infty} \frac{E[Q_i(t)]} t = 0
A queue Q_i(t) that satisfies the above limit equation is said to be mean rate stable.
To stabilize the queues, define the Lyapunov function L(t) as a measure of the total queue backlog on slot t:
: L(t) = \frac{1}{2}\sum_{i=1}^KQ_i(t)^2
Squaring the queueing equation (Eq. 1) results in the following bound for each queue i in {1, ..., K}:
: Q_i(t+1)^2 \leq (Q_i(t) + y_i(t))^2 = Q_i(t)^2 + y_i(t)^2 + 2Q_i(t)y_i(t)
Therefore,
: \frac{1}{2}\sum_{i=1}^KQ_i(t+1)^2 \leq \frac{1}{2}\sum_{i=1}^KQ_i(t)^2 + \frac{1}{2}\sum_{i=1}^Ky_i(t)^2 + \sum_{i=1}^KQ_i(t)y_i(t)
It follows that
: \Delta L(t) = L(t+1) - L(t) \leq \frac{1}{2}\sum_{i=1}^Ky_i(t)^2 + \sum_{i=1}^K Q_i(t)y_i(t)
Now define B as a positive constant that upper bounds the first term on the right-hand-side of the above inequality. Such a constant exists because the y_i(t) values are bounded. Then:
: \Delta L(t) \leq B + \sum_{i=1}^K Q_i(t)y_i(t)
Adding Vp(t) to both sides results in the following bound on the drift-plus-penalty expression:
: (\text{Eq. } 2) \text{ } \Delta L(t) + Vp(t) \leq B + Vp(t) + \sum_{i=1}^K Q_i(t)y_i(t)
The drift-plus-penalty algorithm (defined below) makes control actions every slot t that greedily minimize the right-hand-side of the above inequality. Intuitively, taking an action that minimizes the drift alone would be beneficial in terms of queue stability but would not minimize time average penalty. Taking an action that minimizes the penalty alone would not necessarily stabilize the queues. Thus, taking an action to minimize the weighted sum incorporates both objectives of queue stability and penalty minimization. The weight V can be tuned to place more or less emphasis on penalty minimization, which results in a performance tradeoff.
Let A be the abstract set of all possible control actions. Every slot t, observe the random event and the current queue values:
: \text{Observe: } \omega(t), Q_1(t), \ldots, Q_K(t)
Given these observations for slot t, greedily choose a control action \alpha(t) \in A to minimize the following expression (breaking ties arbitrarily):
: VP(\alpha(t), \omega(t)) + \sum_{i=1}^KQ_i(t)Y_i(\alpha(t), \omega(t))
Then update the queues for each i in {1, ..., K} according to (Eq. 1). Repeat this procedure for slot t+1.
Note that the random event and queue backlogs observed on slot t act as given constants when selecting the control action for the slot t minimization. Thus, each slot involves a deterministic search for the minimizing control action over the set A. A key feature of this algorithm is that it does not require knowledge of the probability distribution of the random event process.
The above algorithm involves finding a minimum of a function over an abstract set A. In general cases, the minimum might not exist, or might be difficult to find. Thus, it is useful to assume the algorithm is implemented in an approximate manner as follows: Define C as a non-negative constant, and assume that for all slots t, the control action \alpha(t) is chosen in the set A to satisfy:
: \begin{align} & VP(\alpha(t), \omega(t)) + \sum_{i=1}^K Q_i(t)Y_i(\alpha(t), \omega(t)) \ \leq {} & C + \inf_{\alpha\in A} [VP(\alpha, \omega(t)) + \sum_{i=1}^KQ_i(t)Y_i(\alpha,\omega(t))] \end{align}
Such a control action is called a C-additive approximation. The case C = 0 corresponds to exact minimization of the desired expression on every slot t.
This section shows the algorithm results in a time average penalty that is within O(1/V) of optimality, with a corresponding O(V) tradeoff in average queue size.
Define an \omega-only policy to be a stationary and randomized policy for choosing the control action \alpha(t) based on the observed \omega(t) only. That is, an \omega-only policy specifies, for each possible random event \omega \in \Omega, a conditional probability distribution for selecting a control action \alpha(t) \in A given that \omega(t)=\omega. Such a policy makes decisions independent of current queue backlog. Assume there exists an \omega-only policy \alpha^*(t) that satisfies the following:
: (\text{Eq. } 3) \qquad E[P(\alpha^(t), \omega(t))] = p^ = \text{optimal time average penalty for the problem}
: (\text{Eq. } 4) \qquad E[Y_i(\alpha^*(t), \omega(t))] \leqslant 0 \qquad \forall i \in {1, \ldots, K}
The expectations above are with respect to the random variable \omega(t) for slot t, and the random control action \alpha(t) chosen on slot t after observing \omega(t). Such a policy \alpha^*(t) can be shown to exist whenever the desired control problem is feasible and the event space for \omega(t) and action space for \alpha(t) are finite, or when mild closure properties are satisfied.
Let \alpha(t) represent the action taken by a C-additive approximation of the drift-plus-penalty algorithm of the previous section, for some non-negative constant C. To simplify terminology, we call this action the drift-plus-penalty action, rather than the C-additive approximate drift-plus-penalty action. Let \alpha^*(t) represent the \omega-only decision:
: \alpha(t) = \text{drift-plus-penalty action for slot } t : \alpha^*(t) = \omega\text{-only action that satisfies (Eq.3)-(Eq.4)}
Assume the drift-plus-penalty action \alpha(t) is used on each and every slot. By (Eq. 2), the drift-plus-penalty expression under this \alpha(t) action satisfies the following for each slot t:
: \begin{align} \Delta L(t) + Vp(t) &\leqslant B + Vp(t) + \sum_{i=1}^KQ_i(t)y_i(t) \ &= B + VP(\alpha(t), \omega(t)) + \sum_{i=1}^K Q_i(t)Y_i(\alpha(t), \omega(t)) \ &\leqslant B + C + VP(\alpha^(t), \omega(t)) + \sum_{i=1}^KQ_i(t)Y_i(\alpha^(t), \omega(t)) \end{align}
where the last inequality follows because action \alpha(t) comes within an additive constant C of minimizing the preceding expression over all other actions in the set A, including \alpha^*(t). Taking expectations of the above inequality gives:
:\begin{align} E[\Delta(t) + Vp(t)] &\leqslant B + C + VE[P(\alpha^(t), \omega(t))] + \sum_{i=1}^K E \left [Q_i(t)Y_i(\alpha^(t), \omega(t)) \right ] \ & = B + C + VE[P(\alpha^(t), \omega(t))] + \sum_{i=1}^KE[Q_i(t)]E[Y_i(\alpha^(t), \omega(t))] && \alpha^(t), \omega(t) \text{ are independent of } Q_i(t) \ &\leqslant B + C + Vp^ && \text{Using Eq. 3 and Eq. 4} \end{align}
Notice that the \alpha^*(t) action was never actually implemented. Its existence was used only for comparison purposes to reach the final inequality. Summing the above inequality over the first t 0 slots gives:
:\begin{align} (B+C+Vp^*)t &\geqslant \sum_{\tau=0}^{t-1} E[\Delta(\tau) + Vp(\tau)] \ &= E[L(t)] - E[L(0)] + V\sum_{\tau=0}^{t-1}E[p(\tau)] && \Delta(\tau) = L(\tau+1)-L(\tau) \ &= E[L(t)] + V\sum_{\tau=0}^{t-1}E[p(\tau)] && \text{assume } L(0) = 0 \ &\geqslant V\sum_{\tau=0}^{t-1}E[p(\tau)] && L(t) \geqslant 0 \end{align}
Dividing the above by Vt yields the following result, which holds for all slots t 0:
: \frac{1}{t}\sum_{\tau=0}^{t-1} E[p(\tau)] \leqslant p^* + \frac{B+C}{V}.
Thus, the time average expected penalty can be made arbitrarily close to the optimal value p^* by choosing V suitably large. It can be shown that all virtual queues are mean rate stable, and so all desired constraints are satisfied. The parameter V affects the size of the queues, which determines the speed at which the time average constraint functions converge to a non-positive number. A more detailed analysis on the size of the queues is given in the next subsection.
Assume now there exists an \omega-only policy \alpha^*(t), possibly different from the one that satisfies (Eq. 3)-(Eq.4), that satisfies the following for some \epsilon0:
: (\text{Eq. } 5) \qquad E[Y_i(\alpha^*(t), \omega(t))] \leq -\epsilon \qquad \forall i \in {1, \ldots , K}
An argument similar to the one in the previous section shows:
:\begin{align} \Delta(t) + Vp(t) &\leqslant B + C + VP(\alpha^(t), \omega(t)) + \sum_{i=1}^KQ_i(t)Y_i(\alpha^(t), \omega(t)) \ \Delta(t) + Vp_{\min} &\leqslant B + C + Vp_{\max} + \sum_{i=1}^KQ_i(t)Y_i(\alpha^(t), \omega(t)) && \text{assume } p_{\min} \leqslant P \leqslant p_{\max} \ E[\Delta(t)] + Vp_{\min} &\leqslant B + C + Vp_{\max} + \sum_{i=1}^K E \left [Q_i(t)] E[Y_i(\alpha^(t), \omega(t)) \right ] && \text{taking expectation} \ E[\Delta(t)] + Vp_{\min} &\leqslant B + C + Vp_{\max} + \sum_{i=1}^KEQ_i(t) && \text{Using (Eq. 5)} \ E[\Delta(t)] + \epsilon \sum_{i=1}^KE[Q_i(t)] &\leqslant B + C + V(p_{\max} - p_{\min}) \end{align}
A telescoping series argument similar to the one in the previous section can thus be used to show the following for all t0:
: \frac{1}{t}\sum_{\tau=0}^{t-1} \sum_{i=1}^KE[Q_i(\tau)] \leqslant \frac{B + C + V(p_{\max} - p_{\min})}{\epsilon}
This shows that average queue size is indeed O(V).
The above analysis considers time average expectations. Related probability 1 performance bounds for infinite horizon time average queue size and penalty can be derived using the drift-plus-penalty method together with martingale theory.
As shown, the drift-plus-penalty allows to keep the average queue size under a certain threshold, which depends on the choice of the parameter V, but in general, does not offer any guarantee on the maximum queue occupancy. However, if the action set respects certain constraints, it is possible to add an additional condition on the choice of V to enforce the maximum length of a queue and thus to apply the algorithm also to queues with finite capacity.
The above analysis considers constrained optimization of time averages in a stochastic system that did not have any explicit queues. Each time average inequality constraint was mapped to a virtual queue according to (Eq. 1). In the case of optimizing a queueing network, the virtual queue equations in (Eq. 1) are replaced by the actual queueing equations.
A related problem is the minimization of a convex function of time averages subject to constraints, such as:
:\text{Minimize} \quad f \left (\overline{y}_1, \ldots, \overline{y}_K \right) \quad \text{subject to} \quad g_i \left (\overline{y}_1, \ldots, \overline{y}_K \right ) \leqslant 0 \qquad \forall i \in {1, \ldots, N}
where f and g_i are convex functions, and where the time averages are defined:
:\overline{y}i = \lim{t\to\infty} \frac{1}{t}\sum_{\tau=0}^{t-1} E[y_i(\tau)]
Such problems of optimizing convex functions of time averages can be transformed into problems of optimizing time averages of functions via auxiliary variables (see Chapter 5 of the Neely textbook). The primal-dual approach can also be used to find local optima in cases when f is non-convex.
The drift-plus-penalty algorithm is known to ensure similar performance guarantees for more general ergodic processes \omega(t), so that the i.i.d. assumption is not crucial to the analysis. The algorithm can be shown to be robust to non-ergodic changes in the probabilities for \omega(t). In certain scenarios, it can be shown to provide desirable analytical guarantees, called universal scheduling guarantees, for arbitrary \omega(t) processes.
The drift-plus-penalty method can be extended to treat systems that operate over variable size frames. C. Li and M. J. Neely, "Network utility maximization over partially observable Markovian channels," Performance Evaluation, https://dx.doi.org/10.1016/j.peva.2012.10.003. M. J. Neely, "Dynamic Optimization and Learning for Renewal Systems," IEEE Transactions on Automatic Control, vol. 58, no. 1, pp. 32–46, Jan. 2013. In that case, the frames are labeled with indices r in {0, 1, 2, ...} and the frame durations are denoted {T[0], T[1], T[2], ...}, where T[r] is a non-negative real number for each frame r. Let \Delta[r] and p[r] be the drift between frame r and r + 1, and the total penalty incurred during frame r, respectively. The extended algorithm takes a control action over each frame r to minimize a bound on the following ratio of conditional expectations:
: \frac{E[\Delta[r] + Vp[r] \mid Q[r]]}{E[T[r] \mid Q[r]]}
where Q[r] is the vector of queue backlogs at the beginning of frame r. In the special case when all frames are the same size and are normalized to 1 slot length, so that T[r] = 1 for all r, the above minimization reduces to the standard drift-plus-penalty technique. This frame-based method can be used for constrained optimization of Markov decision problems (MDPs) and for other problems involving systems that experience renewals.
Let x = (x1, ..., x**N) be an N-dimensional vector of real numbers, and define the hyper-rectangle A by:
: A = {(x_1, x_2, \ldots, x_N) \mid x_{\min,i} \leq x_i \leq x_{\max,i} \text{ } \forall i \in {1, \ldots, N}}
where xmin, i, xmax, i are given real numbers that satisfy x_{\min,i} for all i. Let P(x) and Y_i(x) for i in {1, ..., K} be continuous and convex functions of the x vector over all x in A. Consider the following convex programming problem:
: (\text{Eq. } 6) \text{ } \text{Minimize: } P(x)
: (\text{Eq. } 7) \text{ } \text{Subject to: } Y_i(x) \leq 0 \text{ } \forall i \in {1, \ldots, K} \text{ }, \text{ } x = (x_1, \ldots, x_N) \in A
This can be solved by the drift-plus-penalty method as follows: Consider the special case of a deterministic system with no random event process \omega(t). Define the control action \alpha(t) as:
: \alpha(t) = x(t) = (x_1(t), x_2(t), \ldots, x_N(t))
and define the action space as the N-dimensional hyper-rectangle A. Define penalty and constraint functions as:
p(t) = P(x_1(t), \ldots, x_N(t))
y_i(t) = Y_i(x_1(t), \ldots, x_N(t)) \text{ } \forall i \in {1, \ldots, K}
Define the following time averages:
\overline{x}(t) = \frac{1}{t}\sum_{\tau=0}^{t-1} (x_1(\tau), \ldots, x_N(\tau))
\overline{P}(t) = \frac{1}{t}\sum_{\tau=0}^{t-1}P(x_1(\tau), \ldots, x_N(\tau))
\overline{Y}i(t) = \frac{1}{t}\sum{\tau=0}^{t-1}Y_i(x_1(\tau), \ldots, x_N(\tau))
Now consider the following time average optimization problem:
: (\text{Eq. } 8) \text{ } \text{Minimize: } \lim_{t\rightarrow\infty} \overline{P}(t)
: (\text{Eq. } 9) \text{ } \text{subject to: } \lim_{t\rightarrow\infty} \overline{Y}_i(t) \leq 0 \text{ } \forall i \in {1, \ldots, K}
By Jensen's inequality the following holds for all slots t0:
: P(\overline{x}(t)) \leq \overline{P}(t) \text{ } , \text{ } Y_i(\overline{x}(t)) \leq \overline{Y}_i(t) \text{ } \forall i \in {1, \ldots, K}
From this, it can be shown that an optimal solution to the time-average problem (Eq. 8)–(Eq. 9) can be achieved by solutions of the type x(t) = x* for all slots t, where x* is a vector that solves the convex program (Eq. 6)–(Eq. 7). Further, any time-averaged vector \lim_{t\rightarrow\infty}\overline{x}(t) corresponding to a solution of the time-average problem (Eq. 8)–(Eq. 9) must solve the convex program (Eq. 6)–(Eq. 7). Therefore, the original convex program (Eq. 6)–(Eq. 7) can be solved (to within any desired accuracy) by taking the time average of the decisions made when the drift-plus-penalty algorithm is applied to the corresponding time-averaged problem (Eq. 8)–(Eq. 9). The drift-plus-penalty algorithm for problem (Eq. 8)–(Eq. 9) reduces to the following:
Every slot t, choose vector x(t)=(x_1(t), \ldots, x_N(t)) \in A to minimize the expression:
: VP(x(t)) + \sum_{i=1}^K Q_i(t)Y_i(x(t))
Then update the queues according to:
: Q_i(t+1) = \max[Q_i(t) + Y_i(x(t)), 0] \text{ } \forall i \in {1, \ldots, K}
The time average vector \overline{x}(t) converges to an O(1/V) approximation to the convex program.
This algorithm is similar to the standard dual subgradient algorithm of optimization theory, using a fixed stepsize of 1/V. D. P. Bertsekas and A. Nedic and A. E. Ozdaglar. Convex Analysis and Optimization, Boston: Athena Scientific, 2003. However, a key difference is that the dual subgradient algorithm is typically analyzed under restrictive strict convexity assumptions that are needed for the primal variables x(t) to converge. There are many important cases where these variables do not converge to the optimal solution, and never even get near the optimal solution (this is the case for most linear programs, as shown below). On the other hand, the drift-plus-penalty algorithm does not require strict convexity assumptions. It ensures that the time averages of the primals converge to a solution that is within O(1/V) of optimality, with O(V) bounds on queue sizes (it can be shown that this translates into an O(V2) bound on convergence time).
Consider the special case of a linear program. Specifically, suppose:
P(x(t)) = \sum_{n=1}^Nc_nx_n(t)
Y_i(x(t)) = \sum_{n=1}^Na_{in} x_n(t) - b_i \text{ } \forall i \in {1, \ldots, K}
for given real-valued constants (c1, ..., c**N), (a**in), (b1, ..., b**K). Then the above algorithm reduces to the following: Every slot t and for each variable n in {1, ..., N}, choose x**n(t) in [xmin,n, xmax,n] to minimize the expression:
: \left[ Vc_n + \sum_{i=1}^K Q_i(t)a_{in} \right] x_n(t)
Then update queues Q**i(t) as before. This amounts to choosing each variable x**i(t) according to the simple bang-bang control policy:
: \text{Choose } x_i(t) = x_{\min,i} \text{ if } Vc_n + \sum_{i=1}^K Q_i(t)a_{in} \geq 0
: \text{Choose } x_i(t) = x_{\max,i} \text{ if } Vc_n + \sum_{i=1}^K Q_i(t) a_{in}
Since the primal variables x**i(t) are always either xmin,i or xmax,i, they can never converge to the optimal solution if the optimal solution is not a vertex point of the hyper-rectangle A. However, the time-averages of these bang-bang decisions indeed converge to an O(1/V) approximation of the optimal solution. For example, suppose that xmin,1 = 0, xmax,1 = 1, and suppose that all optimal solutions to the linear program have x1 = 3/4. Then roughly 3/4 of the time the bang-bang decision for the first variable will be x1(t) = 1, and the remaining time it will be x1(t) = 0.
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Drift plus penalty — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report