HOME

TheInfoList



OR:

This article describes Lyapunov optimization for
dynamical system In mathematics, a dynamical system is a system in which a function describes the time dependence of a point in an ambient space. Examples include the mathematical models that describe the swinging of a clock pendulum, the flow of water i ...
s. It gives an example application to optimal control in
queueing networks Queue areas are places in which people queue (first-come, first-served) for goods or services. Such a group of people is known as a ''queue'' (British usage) or ''line'' ( American usage), and the people are said to be waiting or standing ''in ...
.


Introduction

Lyapunov optimization refers to the use of a Lyapunov function to optimally control a dynamical system. Lyapunov functions are used extensively in control theory to ensure different forms of system stability. The state of a system at a particular time is often described by a multi-dimensional vector. A Lyapunov function is a nonnegative scalar measure of this multi-dimensional state. Typically, the function is defined to grow large when the system moves towards undesirable states. System stability is achieved by taking control actions that make the Lyapunov function drift in the negative direction towards zero. Lyapunov drift is central to the study of optimal control in queueing networks. A typical goal is to stabilize all network queues while optimizing some performance objective, such as minimizing average energy or maximizing average throughput. Minimizing the drift of a quadratic Lyapunov function leads to the backpressure routing algorithm for network stability, also called the ''max-weight algorithm''.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. Tassiulas and A. Ephremides,
Dynamic Server Allocation to Parallel Queues with Randomly Varying Connectivity
" IEEE Transactions on Information Theory, vol. 39, no. 2, pp. 466-478, March 1993.
Adding a weighted penalty term to the Lyapunov drift and minimizing the sum leads to the drift-plus-penalty algorithm for joint network stability and penalty minimization. M. J. Neely, E. Modiano, and C. Li,
Fairness and Optimal Stochastic Control for Heterogeneous Networks
" Proc. IEEE INFOCOM, March 2005.
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.
M. J. Neely.
Stochastic Network Optimization with Application to Communication and Queueing Systems
'' Morgan & Claypool, 2010.
The drift-plus-penalty procedure can also be used to compute solutions to convex programs and linear programs.M. J. Neely,
Distributed and Secure Computation of Convex Programs over a Network of Connected Processors
" DCDIS Conf, Guelph, Ontario, July 2005


Lyapunov drift for queueing networks

Consider a queueing network that evolves in discrete time with normalized time slots t \in \. Suppose there are N queues in the network, and define the vector of queue backlogs at time t by: : Q(t) = (Q_1(t), \ldots, Q_N(t))


Quadratic Lyapunov functions

For each slot t, define: :L(t) = \frac\sum_^N Q_i(t)^2 This function is a scalar measure of the total queue backlog in the network. It is called ''quadratic Lyapunov function'' on the queue state. Define the ''Lyapunov drift'' as the change in this function from one slot to the next: :\Delta L(t) = L(t+1) - L(t)


Bounding the Lyapunov drift

Suppose the queue backlogs change over time according to the following equation: :Q_i(t+1) = \max \left \ where a_i(t) and b_i(t) are arrivals and service opportunities, respectively, in queue i on slot t. This equation can be used to compute a bound on the Lyapunov drift for any slot t: :Q_i(t+1)^2 = \left ( \max \left \ \right )^2 \leqslant \left (Q_i(t) + a_i(t) - b_i(t) \right)^2 Rearranging this inequality, summing over all i, and dividing by 2 leads to: :\Delta L(t) \leqslant B(t) + \sum_^N Q_i(t) (a_i(t) - b_i(t)) \qquad (Eq. 1) where: :B(t) = \frac\sum_^N \left (a_i(t) - b_i(t) \right )^2 Suppose the second moments of arrivals and service in each queue are bounded, so that there is a finite constant B>0 such that for all t and all possible queue vectors Q(t) the following property holds: :\mathbb Q(t)\leqslant B Taking conditional expectations of (Eq. 1) leads to the following bound on the ''conditional expected Lyapunov drift'': :\mathbb Q(t)\leqslant B + \sum_^N Q_i(t)\mathbb Q(t)\qquad (Eq. 2)


A basic Lyapunov drift theorem

In many cases, the network can be controlled so that the difference between arrivals and service at each queue satisfies the following property for some real number \varepsilon>0: :\mathbb Q(t)\leqslant -\varepsilon If the above holds for the same epsilon for all queues i, all slots t, and all possible vectors Q(t), then (Eq. 2) reduces to the drift condition used in the following Lyapunov drift theorem. The theorem below can be viewed as a variation on Foster's theorem for Markov chains. However, it does not require a Markov chain structure. :Theorem (Lyapunov Drift).E. Leonardi, M. Mellia, F. Neri, and M. Ajmone Marsan,
Bounds on Average Delays and Queue Size Averages and Variances in Input-Queued Cell-Based Switches
, Proc. IEEE INFOCOM, 2001.
Suppose there are constants B\geqslant 0, \varepsilon>0 such that for all t and all possible vectors Q(t) the conditional Lyapunov drift satisfies: ::\mathbb Q(t)\leqslant B - \varepsilon \sum_^N Q_i(t). :Then for all slots t>0 the time average queue size in the network satisfies: ::\frac\sum_^ \sum_^N \mathbb _i(\tau)\leqslant \frac + \frac. Proof. Taking expectations of both sides of the drift inequality and using the law of iterated expectations yields: :\mathbb Delta L(t)\leqslant B - \varepsilon \sum_^N \mathbb
_i(t) I, or i, is the ninth Letter (alphabet), letter and the third vowel letter of the Latin alphabet, used in the English alphabet, modern English alphabet, the alphabets of other western European languages and others worldwide. Its name in Engl ...
/math> Summing the above expression over \tau \in \ and using the law of telescoping sums gives: :\mathbb (t)- \mathbb
(0) A bracket is either of two tall fore- or back-facing punctuation marks commonly used to isolate a segment of text or data from its surroundings. Typically deployed in symmetric pairs, an individual bracket may be identified as a 'left' or ' ...
\leqslant Bt - \varepsilon \sum_^\sum_^N \mathbb _i(\tau)/math> Using the fact that L(t) is non-negative and rearranging the terms in the above expression proves the result.


Lyapunov optimization for queueing networks

Consider the same queueing network as in the above section. Now define p(t) as a ''network penalty'' incurred on slot t. Suppose the goal is to stabilize the queueing network while minimizing the time average of p(t). For example, to stabilize the network while minimizing time average power, p(t) can be defined as the total power incurred by the network on slot t.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.
To treat problems of maximizing the time average of some desirable ''reward'' r(t), the penalty can be defined p(t) = -r(t). This is useful for maximizing network throughput utility subject to stability. To stabilize the network while minimizing the time average of the penalty p(t), network algorithms can be designed to make control actions that greedily minimize a bound on the following drift-plus-penalty expression on each slot t: : \Delta L(t) + Vp(t) where V is a non-negative weight that is chosen as desired to affect a performance tradeoff. A key feature of this approach is that it typically does not require knowledge of the probabilities of the random network events (such as random job arrivals or channel realizations). Choosing V=0 reduces to minimizing a bound on the drift every slot and, for routing in multi-hop queueing networks, reduces to the backpressure routing algorithm developed by Tassiulas and Ephremides. Using V>0 and defining p(t) as the network power use on slot t leads to the drift-plus-penalty algorithm for minimizing average power subject to network stability developed by Neely. Using V>0 and using p(t) as the negative of an admission control utility metric leads to the drift-plus-penalty algorithm for joint flow control and network routing developed by Neely, Modiano, and Li. A generalization of the Lyapunov drift theorem of the previous section is important in this context. For simplicity of exposition, assume p(t) is bounded from below: :p(t) \geqslant p_ \quad \forall t \in \ For example, the above is satisfied with p_ = 0 in cases when the penalty p(t) is always non-negative. Let p^* represent a desired target for the time average of p(t). Let V be a parameter used to weight the importance of meeting the target. The following theorem shows that if a drift-plus-penalty condition is met, then the time average penalty is at most O(1/V) above the desired target, while average queue size is O(V). The V parameter can be tuned to make time average penalty as close to (or below) the target as desired, with a corresponding queue size tradeoff. :Theorem (Lyapunov Optimization). Suppose there are constants \varepsilon >0, V, B \geqslant 0, and p^* such that for all t and all possible vectors Q(t) the following drift-plus-penalty condition holds: ::\mathbb Q(t)\leqslant B + Vp^* - \varepsilon \sum_^NQ_i(t) :Then for all t>0 the time average penalty and time average queue sizes satisfy: ::\frac\sum_^ \mathbb (\tau)\leqslant p^* + \frac + \frac ::\frac\sum_^ \sum_^N \mathbb _i(\tau)\leqslant \frac + \frac Proof. Taking expectations of both sides of the posited drift-plus-penalty and using the law of iterated expectations we have: :\mathbb Delta L(t)+ V \mathbb (t)\leqslant B + Vp^* - \varepsilon \sum_^N \mathbb
_i(t) I, or i, is the ninth Letter (alphabet), letter and the third vowel letter of the Latin alphabet, used in the English alphabet, modern English alphabet, the alphabets of other western European languages and others worldwide. Its name in Engl ...
/math> Summing the above over the first t slots and using the law of telescoping sums gives: :\begin \mathbb (t)- \mathbb
(0) A bracket is either of two tall fore- or back-facing punctuation marks commonly used to isolate a segment of text or data from its surroundings. Typically deployed in symmetric pairs, an individual bracket may be identified as a 'left' or ' ...
+ V\sum_^\mathbb (\tau)&\leqslant (B+Vp^*)t - \varepsilon \sum_^\sum_^N \mathbb _i(\tau)\\ - \mathbb
(0) A bracket is either of two tall fore- or back-facing punctuation marks commonly used to isolate a segment of text or data from its surroundings. Typically deployed in symmetric pairs, an individual bracket may be identified as a 'left' or ' ...
+ V\sum_^\mathbb (\tau)&\leqslant (B+Vp^*)t && \text L(t), Q_i(t) \geqslant 0 \\ V\sum_^\mathbb (\tau)&\leqslant p^* Vt + Bt + \mathbb
(0) A bracket is either of two tall fore- or back-facing punctuation marks commonly used to isolate a segment of text or data from its surroundings. Typically deployed in symmetric pairs, an individual bracket may be identified as a 'left' or ' ...
\end Dividing by Vt and rearranging terms proves the time average penalty bound. A similar argument proves the time average queue size bound.


Related links

* Drift plus penalty * Backpressure routing * Lyapunov function * Foster's theorem * Control-Lyapunov function


References

{{Reflist, 30em


Primary Sources

*M. J. Neely. ''Stochastic Network Optimization with Application to Communication and Queueing Systems'', Morgan & Claypool, 2010. Networking algorithms Queueing theory