Abstract
Classical network utility maximization (NUM) models fail to capture network dynamics, which are of increasing importance for modeling network behaviors. In this paper, we consider the NUM with delivery contracts, which are constraints to the classical model to describe network dynamics. This paper investigates a method to distributively solve the given problem. We first transform the problem into an equivalent model of linear equations by dual decomposition theory, and then use Gaussian belief propagation algorithm to solve the equivalent issue distributively. The proposed algorithm has faster convergence speed than the existing first-order methods and distributed Newton method. Experimental results have demonstrated the effectiveness of our proposed approach.
Keywords: network utility maximization, delivery contracts, Gaussian belief propagation, distributed algorithms
1. Introduction
Since the publication of the seminal paper [1] by Kelly et al., the framework of network utility maximization (NUM) has received a great deal of interest in the past two decades, which has been developed into a mathematical theory of network architectures [2]. Many important network design and resource allocation problems can be formulated as a NUM model. The utility concept, originally proposed in economics, is used to measure the satisfaction degree of a consumer for a good or service. In the basic NUM model, the utility of a network user is defined as a function of its data rate. The goal of network system is designed to maximize the overall utility of all the users in the network.
Consider a network with L links and R users, where each link l has a capacity of bps. Let be the set of all links and a route r is a non-empty subset of , let be the set of possible routes, and associate a route r with a user r (or a data source r), i.e., and . Set if , so that the link l lies on route r, and set otherwise. This defines a 0-1 routing matrix .
Suppose that if a rate is allocated to user r then this has utility to the user. Assume that the utility is increasing, strictly concave, and continuously differentiable over the range . Let and . Under this model, the network seeks a rate allocation which solves the following optimization problem [3].
| (1) |
However, the basic NUM model (1) does not consider the network dynamics such as time-varying link capacities and user demands for quality of service (QoS). In this paper, we investigate a dynamic NUM model with QoS constraints, i.e., the model is time-varying over time t, which takes values in the set of time indices . The model was first introduced in [4] as following
| (2) |
where denotes the source rate for user r at time step t, is the rate vector of all users at time step t and is the source rate allocation for user r. The second constraint in model (2) is the QoS constraints or delivery contracts. For each user, a delivery contract is the required minimal flow to be delivered over some particular time interval. Assume user r has delivery contracts and is the associated contract quantity amounts. A contract is active at time index t if t is in the time interval of the contract. We can define a 0-1 matrix to represent the delivery contract indicator matrix by setting the if the kth contract of user r is active at time t, and setting otherwise. Thus, the QoS constraints that all delivery contracts are met can be given by , i.e., the second constraint in model (2).
In the dynamic NUM model (2), utility function , route matrix and link capacity are all dependent on the time index t, this means they are all possibly time-varying. There are many different ways to solve the problem (2), such as interior-point methods [5] and primary-dual algorithms [6]. The interior-point methods are efficient for solving the problem (2); however, they are centralized algorithms. The primary-dual algorithms are decentralized, but they suffer from slow convergence speed. In this paper, we concentrate on the issue of designing a distributed algorithm with fast convergence speed for solving the problem (2).
Only a few studies so far have investigated the problem (2) [4,7]. The goal of these works are similar to us. In [4], the authors presented a distributed primary-dual algorithm for solving the problem (2) based on dual decomposition and first-order methods. However, their work suffers from slow convergence speed. Of particular relevance to our work is [7], where a distributed Newton-type algorithm has been developed for solving the dynamic NUM model (2). Unlike these works, we use Gaussian belief propagation (GaBP) algorithm [8] to compute the Newton step and obtain an efficient distributed algorithm for solving the problem (2).
Our proposed solution is a three-step method for addressing the given issue. The first step is to obtain the optimality conditions for solving the problem (2) by introducing slack variables. The first step is similar to that approach used in the primary-dual algorithms for solving the problem (2). However, we do not adopt the primary-dual algorithms to solve the problem, which suffer from slow convergence speed.
The second step is to transform the obtained optimality conditions into an inference problem in a probabilistic graph model describing a certain Gaussian distribution with unknown parameters, which equal to optimal solutions for the problem (2). The method used in the second step transfers an algebraic problem into a probabilistic inference problem, which was first raised in [9].
The third step is to use the GaBP algorithm to evaluate distributively the parameter values of the Gaussian distribution. Essentially the GaBP algorithm is used to compute the Newton step in a primary-dual interior-point method [10]. This is similar to the work in [11]. However, this work does not consider the delivery contracts and is the special case of our work.
The outline of this paper is as follows. We first discuss the background and related work in Section 2, then present our method in Section 3. Section 4 provides experimental results and a discussion. Finally, Section 5 concludes this paper.
2. Background and Related Work
Before we present our idea, we first introduce a basic distributed optimization algorithm [3] which solves the model (1). Our work belongs to extensions of their works to dynamic model.
2.1. Basic Primary-Dual Algorithm
Low et al. present in [3] the following basic distributed optimization algorithm for solving the model (1).
The Lagrangian dual function for problem (1) is
| (3) |
where is a vector of Lagrange multipliers and denotes the transpose of the vector . Here, the second equality follows due to the definition of the matrix A. Thus, the dual problem for primary problem (1) is
| (4) |
In the dual formulation, Lagrange multiplier can be interpreted as congestion price on link l. A key observation from Equation (3) is that sources can compute their optimal rate individually, based on the total congestion price , using the following source rate algorithm
| (5) |
To solve the dual problem (4), one can use the following projected gradient method
| (6) |
where is a positive scalar stepsize, and denotes the projection of a onto the set of non-negative real numbers.
According to the duality theory [12] and the assumption that the utility is increasing, strictly concave and continuously differentiable over the range , the optimal solutions to both primary problem (1) and dual problem (4) can be found simultaneously by solving iteratively in Equations (5) and (6), respectively. This suggests treating the network links and the sources as processors in a distributed computation system to solve the primary problem (1) and the dual problem (4). The algorithm (5) and (6) is often referred to as the basic primary-dual algorithm. A large number of studies based on NUM framework belong to extensions of the basic primary-dual algorithm, the interested readers along this line please refer to [13].
2.2. Related Work
In the basic NUM model (1), the utility of a network user r is defined as function of its data rate , this means that all utility functions are separable. Due to the characteristic of separability of utility functions, a basic distributed NUM algorithm is derived to maximize aggregate user utility by the dual decomposition theory [12]. Along this way, so many extended NUM models and resultant distributed algorithms have been proposed for network architectural design, cross-layer optimization and resource allocation in wireless as well as wireline networks [14,15,16,17,18,19]. There are some works which studied the extended NUM models with the non-strictly concave or non-concave utility functions such as in [20,21,22,23]. When the utility functions are not strictly concave, the subgradient method is usually used to solve the dual problems instead of the gradient method in the basic primary-dual algorithm. If the utility functions are not concave, the extented duality method [24] can be used to construct distributed algorithms.
The design of the utility functions depends on applications of NUM problem. NUM-based approaches have been explored in different applications. Based on NUM, Liu et al. [25] presented a distributed and adaptive solution that jointly computes the data collection rates for each node and finds the schedule transmissions for rechargeable sensor networks. The concept of Water flow Driven Sensor Networks was introduced for leakage and contamination monitoring based on NUM [26]. Sadagopan et al. [27] use NUM approach constructing an energy balance tree in sensor networks, where each sensor node’s utility depends on the selection of its parent node. There exist some challenges to define utility functions based on performance metrics of different applications. The relationship between performance metrics and utility functions please refer to [28].
All the above works considered the static NUM models. Dynamic NUM models also belong to the extension of the basic NUM model. In [29], the authors presented a dynamic NUM model in adversarial environments. Their work focuses on the tradeoff between total queue length and utility regret. However, in this paper, we concentrate on the issue of devising a distributed algorithm to solve a dynamic NUM. In [30], the authors proposed a dynamic NUM model with time-varying fading channels. However, the utility functions and route matrix in their work are fixed. Moreover, their work focuses on the convergence behavior and tracking errors of the iterative primary-dual scaled gradient algorithm. Parametric network utility maximization model was presented in [31]. If the parameters are regarded as time steps, their model is equivalent to ours. However, their work concentrates on the tracking of algorithm trajectory by using a pathfollowing method on the parametric optimization problem [32].
The works in [4,7] are particular relevance to this work. The dynamic NUM with delivery contracts was first proposed in [4], and the authors presented a distributed primary-dual algorithm to solve the problem. The distributed primary-dual algorithm provided in [4] is based on dual decomposition theory, which is similar to the basic primary-dual algorithm. These primary-dual algorithms usually suffer from the slow rate of convergence [33,34].
The work in [7] also investigates the same model with ours in this paper. They proposed a distributed Newton method for solving the given problem. Their distributed algorithm obtained fast convergence speed compared with the distributed primary-dual algorithms. the method in [7] approximates the Newton direction at each iteration by using the matrix splitting technique. However, our method in this paper uses GaBP algorithm to evaluate the Newton direction.
Our proposed algorithm is a kind of primary-dual interior-point method. The primary-dual interior-point method was used for solving the NUM problem in [35]; however, the proposed algorithm is not decentralized. The work in [11] provided a distributed algorithm for solving a NUM by using the GaBP algorithm to compute the Newton direction. This is similar to our work. However, their model is static, and our model includes delivery contracts. Their work can be regarded as a special case of our work.
3. Our Method
In this section, we develop a three-step method to solve distributively the dynamic NUM problem (2). Before we present our idea, we first introduce some notations to simplify the model (2). let and be the rate vector of users and the capacity vector of links respectively, where is the transpose of the vector a. let matrix A denote the corresponding routing matrix for all time steps given as
Then we can write down the first constraint of the dynamic NUM problem (2) as .
Similarly, let be the contract quantity vector of users, and the matrix B denote the delivery contract matrix for all users given as
Thus, the second constraint of the dynamic NUM problem (2) can be written as . Let X be the rate matrix with entries , define
Equivalently, we can transform the dynamic NUM problem (2) as following,
| (7) |
Next, we will present our method to solve the problem (7).
3.1. Optimality Conditions
The Lagrangian associated with the NUM problem (7) is
| (8) |
where , and are Lagrange multiplier vectors which are associated the inequality constraints in the NUM problem (7). Therefore, the dual function is given by
Thus, the dual problem for model (7) is given by
| (9) |
Assume , () are the optimal solutions of the primary problem (7) and dual problem (9), according to the Karush-Kuhn-Tucker (KKT) conditions [12], we can obtain the optimality conditions as following,
| (10) |
where diag(·) denotes a diagonal matrix formed from its vector argument.
3.2. Inference Problem
We can modify the optimality conditions (10) and apply the primary-dual interior-point method on the modified optimality conditions for solving the primary problem (7) and dual problem (9) in an iterative manner with the given error of the duality gap [12]. The modification is parametrized by a parameter k as [35],
| (11) |
where is a parameter. We know from (11) that the modified optimality conditions approximate the optimality conditions as and different values of k set the different accuracies of the approximation. We can compactly write the modified optimality conditions as following,
The search direction of the primary-dual interior-point method is the Newton step for solving the modified optimality conditions . If is the current point, the Newton step , then we have,
where denotes the derivative of . The above equation means
| (12) |
Searching the Newton step by Equation (12) is the main computational bottleneck in the primary-dual interior-point method. However, in this paper, we do not directly calculate Newton’s direction by Equation (12). We transform the problem solving the liner Equation (12) into a probabilistic inference which can be computed based on GaBP. We first transfer the matrix in the right side of Equation (12) into a symmetric matrix by multiplying a factor as following,
| (13) |
where and are defined as,
and
For notational simplicity, let , , we can write the Equation (13) as,
| (14) |
Therefore, the Equation (14) for computing the Newton step is a system of linear equations with a symmetric coefficient matrix, which can be efficiently solved by using the GaBP algorithm [9]. We can define an undirected probabilistic graphical model , where is a set of nodes which consist of the variables of linear Equation (14), and is a set of edges which are determined by the non-zero entries of the coefficient matrix . Given the matrix and vector b, we can build up a Gaussian density function exp, which corresponds to the probabilistic graph . Let be the dimension of the vector b (or vector w) (refer to the original model (2), we know that the number of the objective functions is , the capacity constraints are , the constraints of the delivery contracts are , and the non-negativity constraints are . Therefore, the dimension of the vector b is ). The probabilistic graph has edge potentials (or compatibility functions) and self-potentials (or evidence) . These graph potentials are determined by the following pairwise factorization of Gaussian distribution,
| (15) |
resulting in exp and exp. Using this probabilistic graph, we can transform the problem of solving the linear Equation (14) from the algebraic domain to a parameter estimation problem in the domain of probabilistic inference, as stated in the following theorem [9].
Theorem 1.
The computation of the solution vector is identical to the inference of the vector marginal means over the graph with the associated joint Gaussian probability density function .
Proof.
See Appendix A. □
The above theory shows that if we can distributively evaluate the mean of the Gaussian distribution , then we can use the primary-dual interior-point method to distributively solve the primary problem (7) and dual problem (9). The next section will present the method for solving the mean of the inference problem (15) based on GaBP algorithm.
3.3. Parameter Evaluation Based on GaBP
Belief propagation is a kind of local message-passing algorithm and has been found to have excellent performance in many applications [36]. GaBP is a special case of the belief propagation algorithm, in which the underlying distributions are Gaussian. According to the statements in above section, in order to solve the linear equation problem (14) we need to infer the marginal densities , which must also be Gaussian, i.e.,
where and are the marginal mean and inverse variance (also known as the precision), respectively. Let be the set of all the nodes neighboring the node i (excluding node i). The set includes all the nodes in the set of except node j. The following Algorithm 1 provides the GaBP algorithm update rules for inferring the mean .
| Algorithm 1: GaBP Algorithm |
|
4. Experiments and Analysis
4.1. Experimental Settings
In this section, we justify empirically the effectiveness of the proposed algorithm and compare the performance with the classical primary-dual algorithm and the primary-dual interior-point method. The classical primary-dual algorithm is based on dual decomposition. The primary-dual interior-point method used here is an iterative method for solving approximately a Newton system, which is usually called a truncated Newton primary-dual interior-point method [37].
We consider a network which has 100 flows and 200 links, and all of the utility functions are set to logarithmic functions, i.e., , which are the most widely used in NUM problems [2]. The network was randomly generated and similar to that used in [34,35], this means that we need generate the link capacities and the routing matrix. The link capacities are chosen independently from a uniform distribution on [0.1, 1] and all of the required minimal flows to be delivered over different time intervals are set to 0.1, and the elements of the routing matrix A are generated randomly and independently, so that the average route length is 6 links. The time index T and all stepsizes are set to 10 and 0.001, respectively. After the network was generated, our proposed algorithm, primary-dual algorithm, and truncated Newton algorithm are performed once on it, respectively. The experimental results and comparisons are provided in the next section.
4.2. Experimental Results
We first evaluate the convergence of the proposed algorithm and compare with the classical primary-dual algorithm, these two algorithms are all distributed. Figure 1 shows the convergence curves of total utilities and Figure 2 provides the duality gap or corresponding residual values between the primary function and dual function.
Figure 1.
The convergence comparison of the proposed method and the dual decomposition algorithm. The green curve denotes the convergence speed of total utility for our proposed algorithm which is a distributed Newton method based on GaBP, and the red curve denotes the convergence speed of total utility for the dual decomposition algorithm which is a distributed primary-dual algorithm.
Figure 2.
The duality gap comparison of the proposed method and the dual decomposition algorithm. The green curve denotes the estimation errors between the primary function and dual function versus iteration number for our proposed method, and the red curve denotes the estimation errors between the primary function and dual function versus iteration number for the dual decomposition algorithm.
We also compare the performance of our proposed method with the truncated Newton method which has achieved a very fast convergence speed and very good accuracy for solving nonlinear equation system. However, the truncated Newton method is centralized. Figure 3 and Figure 4 show the convergence curves of total utilities and the duality gap curves versus iteration number for our proposed method and the truncated Newton method, respectively.
Figure 3.
The convergence comparison of the proposed method and the truncated Newton method. The green curve denotes the convergence speed of total utility for our proposed algorithm which is a distributed Newton method based on GaBP, and the blue curve denotes the convergence speed of total utility for the truncated Newton method which is a centralized algorithm.
Figure 4.
The duality gap comparison of the proposed method and the truncated Newton method. The green curve denotes the estimation errors between the primary function and dual function versus iteration number for our proposed method, and the blue curve denotes the estimation errors between the primary function and dual function versus iteration number for the truncated Newton algorithm.
Our proposed method uses GaBP algorithm to compute the Newton and the truncated Newton method adopts the preconditioned conjugate gradient (PCG) algorithm [38] for computing the Newton step. While the above Figure 3 and Figure 4 provide the performance comparison in term of the Newton steps, we also give the comparison of the iteration count in each Newton step for these two algorithms in Table 1 and Table 2. Table 1 and Table 2 are the experimental results for two networks which have 100 flows and 200 links, and 500 flows and 1000 links, respectively.
Table 1.
Experimental results of the iteration count for each Newton step in a small network.
| Newton Step Number | GaBP | PCG |
|---|---|---|
| 1 | 6 | 3 |
| 2 | 6 | 2 |
| 3 | 6 | 2 |
| 4 | 7 | 5 |
| 5 | 9 | 9 |
| 6 | 10 | 12 |
| 7 | 12 | 13 |
| 8 | 15 | 22 |
| 9 | 14 | 29 |
| 10 | 13 | 34 |
| 11 | 43 | |
| total | 98 | 174 |
Table 2.
Experimental results of the iteration count for each Newton step in a bigger network.
| Newton Step Number | GaBP | PCG |
|---|---|---|
| 1 | 6 | 2 |
| 2 | 5 | 4 |
| 3 | 5 | 8 |
| 4 | 6 | 3 |
| 5 | 7 | 16 |
| 6 | 7 | 20 |
| 7 | 7 | 36 |
| 8 | 7 | 64 |
| 9 | 101 | |
| total | 50 | 253 |
4.3. Experiment Analysis
4.3.1. Analysis and Comparison with a Distributed Method
We will analyze the experimental results in terms of convergence speed and solution accuracy. From Figure 1, we can see that our proposed algorithm and the dual decomposition algorithm can converge to the optimal value Within a certain range of errors. However, the convergence speed of our method is much faster than the dual decomposition algorithm.
The duality gap between the primary function and the dual function depicts the accuracy of the obtained solution. For a convex optimization problem, the primary variables and dual variables will eventually approach the optimal solution as the duality gap tends to zero. Naturally, we expect that our proposed algorithm will obtain a smaller duality gap. From Figure 2, we can see that the duality gap achieved by our proposed algorithm is smaller than that obtained by the dual decomposition method.
4.3.2. Analysis and Comparison with a Centralized Approach
The truncated Newton method is a centralized approach, which is an efficient primary-dual interior-point method and achieves good performance in many optimization problems [39]. We gave the performance comparison for our proposed method and the truncated Newton method in this section.
From Figure 3, we can see that the convergence speed of our proposed method is very fast, which is slightly faster than the truncated Newton method. This means that both methods had comparable convergence speed. However, as specified before, our proposed approach is distributed, while the truncated Newton method is centralized.
Figure 4 provides the accuracy comparison of the solutions obtained by both methods. From Figure 4, we can see that our proposed method has a smaller duality gap than that achieved by the truncated Newton method. This means that although both methods had comparable convergence rate, the accuracy of the solution obtained by our method is better than that achieved by the truncated Newton method.
As these two methods computed the Newton steps based on GaBP and PCG algorithms respectively, we also compared the iteration count for each Newton step. From Table 1 and Table 2, we can see that the iteration count of GaBP algorithm is smaller than that required by the PCG algorithm except for the first few Newton steps. Moreover, the total iteration count of GaBP algorithm is also smaller than that achieved by the PCG algorithm.
Another advantage for GaBP algorithm is that as the Newton step number increases, the iteration count for each Newton step tends to a stable value. However, the iteration count required by PCG algorithm always increases; moreover, the increased magnitudes grows bigger as the scale of the network grows.
5. Conclusions
We propose a three-step method for distributively solving network utility maximization with delivery contracts (or dynamic NUM). This paper first obtained the optimality conditions for solving the dynamic NUM problem by dual decomposition theory. Then we transform the problem for searching the Newton step in solving the optimality conditions into a probabilistic inference. Finally, GaBP algorithm was used to compute the probabilistic inference.
NUM problems are usually solved by means of the classical primary-dual algorithm, which is used as the benchmark algorithm for testing the effectiveness of our proposed method. By comparing and analyzing the experimental results, we can reach a conclusion that the proposed method is effective in convergence speed and solution accuracy compared with the classical primary-dual algorithm.
Our proposed method belongs to distributed primary-dual interior-point methods. Therefore, we also compared the performance of our proposed method with the primary-dual interior-point method based on PCG, which had achieved a very fast convergence speed and very good accuracy for solving nonlinear equation problems. The experimental results also validated the effectiveness of our proposed method.
Abbreviations
The following abbreviations are used in this manuscript:
| NUM | Network utility maximization |
| GaBP | Gaussian belief propagation |
| QoS | Quality of service |
| KKT | Karush-Kuhn-Tucker |
| PCG | preconditioned conjugate gradient |
| The transpose of a matrix or a vector |
Appendix A
Proof of Theorem 1.
Solving the linear equation system is equivalent to maximizing the quadratic form , which is further equivalent to finding the maximal value of the exponential function exp.
Next, we can define the joint Gaussian probability density function as follows:
(A1) where is a normalization factor to make to be a probability distribution. Let , we can rewrite the joint Gaussian probability density function as following,
(A2) where is the new normalization factor after the distribution has been rewritten.
From the above Equation (A2), we see that the mean vector of the Gaussian distribution defined by Equation (A1) is , which is equal to the our target solution . This proves Theorem 1. □
Author Contributions
S.L. conceived and designed the experiments; J.S. performed the experiments; S.L. and J.S. wrote the paper.
Funding
This research was funded by the Fundamental Research Funds for the Central Universities(grant number: CCNU19TS021), and the National Key Technology Research Program of the Ministry of Science and Technology of China (grant number: 2015BAK33B02), and National Natural Science Foundation of China (grant number: 61671483, 61072051).
Conflicts of Interest
The authors declare no conflict of interest.
References
- 1.Kelly F.P., Maulloo A., Tan D. Rate control for communication networks: Shadow prices, proportional fairness and stability. J. Oper. Res. Soc. Am. 1998;49:237–252. doi: 10.1057/palgrave.jors.2600523. [DOI] [Google Scholar]
- 2.Chiang M., Low S.H., Calderbank A.R., Doyle J.C. Layering as optimization decomposition: A mathematical theory of network architectures. Proc. IEEE. 2007;95:255–312. doi: 10.1109/JPROC.2006.887322. [DOI] [Google Scholar]
- 3.Low S.H., Lapsley D.E. Optimal flow control, I: Basic algorithm and convergence. IEEE/ACM Trans. Netw. 1999;7:861–874. doi: 10.1109/90.811451. [DOI] [Google Scholar]
- 4.Trichakis N., Zymnis A., Boyd S. Dynamic Network Utility Maximization with delivery contracts; Proceedings of the IFAC World Congress; Seoul, Korea. 6–11 July 2008; pp. 2907–2912. [Google Scholar]
- 5.Nocedal J., Wright S.J. Numerical Optimization. Springer; New York, NY, USA: 1999. [Google Scholar]
- 6.Bertsekas D.P. Nonlinear Programming. 2nd ed. Athena Scientific; Nashua, NH, USA: 1999. [Google Scholar]
- 7.Weiy E., Ozdaglary A., Eryilmazz A., Jadbabaie A. A Distributed Newton Method for Dynamic Network Utility Maximization with Delivery Contracts; Proceedings of the 46th Annual Conference on Information Sciences and Systems (CISS 2012); Princeton, NJ, USA. 21–23 March 2012; pp. 1–6. [Google Scholar]
- 8.Weiss Y., Freeman W.T. Correctness of Belief Propagation in Gaussian Graphical Models of Arbitrary Topology. Neural Comput. 2001;13:2173–2200. doi: 10.1162/089976601750541769. [DOI] [PubMed] [Google Scholar]
- 9.Danny B. Ph.D. Thesis. The Hebrew University of Jerusalem; Jerusalem, Israel: 2009. Gaussian Belief Propagation: Theory and Application. [Google Scholar]
- 10.Wright S.J. Primal-Dual Interior-Point Methods. Society for Industrial and Applied Mathematics; Philadelphia, PA, USA: 1997. [Google Scholar]
- 11.Bickson D., Tock Y., Zymnis A., Boyd S.P., Dolev D. Distributed large scale network utility maximization; Proceedings of the IEEE International Symposium on Information Theory (ISIT 2009); Seoul, Korea. 28 June–3 July 2009; pp. 829–833. [Google Scholar]
- 12.Boyd S., Vandenberghe L. Convex Optimization. Cambridge University Press; Cambridge, UK: 2004. [Google Scholar]
- 13.Pham Q.V., Hwang W.J. Network utility maximization-based congestion control over Wireless Networks: A survey and potential directives. IEEE Commun. Surv. Tutor. 2017;9:1173–1200. doi: 10.1109/COMST.2016.2619485. [DOI] [Google Scholar]
- 14.Shengbin L., Jianhua H. Design and analysis of distributed utility maximization algorithm for multihop wireless network with inaccurate feedback. Int. J. Commun. Syst. 2014;27:4280–4299. [Google Scholar]
- 15.Jan V. Dynamic Scoring: Probabilistic Model Selection Based on Utility Maximization. Entropy. 2019;21:36. doi: 10.3390/e21010036. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Im Y., Joe-Wong C., Ha S., Sen S., Kwon T., Chiang M. AMUSE: Empowering users for cost-aware offloading with throughput-delay tradeoff. IEEE Trans. Mob. Comput. 2016;15:1062–1076. doi: 10.1109/TMC.2015.2456881. [DOI] [Google Scholar]
- 17.Merayo N., Pavon-Marino P., Aguado J.C., Duran R.J., Burrull F., Bueno-Delgaado V. Fair bandwidth allocation algorithm for PONS based on network utility maximization. J. Opt. Commun. Netw. 2017;9:75–86. doi: 10.1364/JOCN.9.000075. [DOI] [Google Scholar]
- 18.Abhishek S., Eytan M. Network utility maximization with heterogeneous traffic flows; Proceedings of the 16th International Symposium on Modeling and Optimization in Mobile, Ad Hoc and Wireless Networks (WiOpt 2018); Shanghai, China. 7–11 May 2018; pp. 1–10. [Google Scholar]
- 19.Shengbin L., Qingfu Z. A multiutility framework with application for studying tradeoff between utility and lifetime in wireless sensor networks. IEEE Trans. Veh. Technol. 2011;64:4701–4711. [Google Scholar]
- 20.Wang W., Palaniswami M., Low S.H. Optimal flow control and routing in multi-path net-works. Perform. Eval. 2003;52:119–132. doi: 10.1016/S0166-5316(02)00176-1. [DOI] [Google Scholar]
- 21.Lin X., Shroff N.B. Utility maximization for communication networks withmultipath routing. IEEE Trans. Autom. Contr. 2006;51:766–781. doi: 10.1109/TAC.2006.875032. [DOI] [Google Scholar]
- 22.Pal A., Kant K. On the Feasibility of Distributed Sampling Rate Adaptation in Heterogeneous and Collaborative Wireless Sensor Networks; Proceedings of the 25th International Conference on Computer Communication and Networks (ICCCN 2016); Waikoloa, HI, USA. 1–4 August 2016; pp. 1–9. [Google Scholar]
- 23.Liao S., Sun J., Chen Y., Wang Y., Zhang P. Distributed power control for wireless networks via the alternating direction method of multipliers. J. Netw. Comput. Appl. 2015;55:81–88. doi: 10.1016/j.jnca.2015.05.005. [DOI] [Google Scholar]
- 24.Chen Y., Chen M. Extended duality for nonlinear programming. Comput. Optim. Appl. 2010;47:33–59. doi: 10.1007/s10589-008-9208-3. [DOI] [Google Scholar]
- 25.Liu R., Sinha P., Koksal C.E. Joint energy management and resource allocation inrechargeable sensor networks; Proceedings of the 29th Conference on Computer Communications (INFOCOM 2010); San Diego, CA, USA. 15–19 March 2010; pp. 902–910. [Google Scholar]
- 26.Pal A., Kant K. Water flow driven sensor networks for leakage and contamination monitoring; Proceedings of the IEEE 16th International Symposium on “A World of Wireless, Mobile and Multimedia Networks” (WoWMoM 2015); Boston, MA, USA. 14–17 June 2015; pp. 1–9. [Google Scholar]
- 27.Sadagopan N., Singh M., Krishnamachari B. Decentralized utility-based sensor network design. Mob. Netw. Appl. 2006;11:341–350. doi: 10.1007/s11036-006-5187-8. [DOI] [Google Scholar]
- 28.Zhao Y., Mao S., Neel J., Reed J. Performance evaluation of cognitive radios: Metrics, utility functions, and methodology. Proc. IEEE. 2009;97:642–659. doi: 10.1109/JPROC.2009.2013017. [DOI] [Google Scholar]
- 29.Qingkai L., Eytan M. Network Utility Maximization in Adversarial Environments; Proceedings of the IEEE International Conference on Computer Communications (INFOCOM 2018); Honolulu, HI, USA. 15–19 April 2018; pp. 1–10. [Google Scholar]
- 30.Junting C., Vincent K.N.L., Yong C. Distributive network utility maximization over time-varying fading channels. IEEE Trans. Signal Process. 2011;59:2395–2404. [Google Scholar]
- 31.Lutbat Y., Enkhbat R., Suk-Hwan L., Won-Joo H. Parametric network utility maximization problem. Optim. Lett. 2014;8:889–901. [Google Scholar]
- 32.Guddat J., Guerra V.F. Parametric Optimization: Singularities, Pathfollowing and Jumps. Wiley; New York, NY, USA: 1990. [Google Scholar]
- 33.Ehsan N., Tansu A., Girish N.N., Robin J.E. Convergence analysis of quantized primal-dual algorithms in network utility maximization problems. IEEE Trans. Control Netw. Syst. 2018;5:284–297. [Google Scholar]
- 34.Michael Z., Alejandro R., Asuman O., Ali J. Accelerated dual descent for network flow optimization. IEEE Trans. Autom. Control. 2014;59:905–920. [Google Scholar]
- 35.Zymnis A., Trichakis N., Boyd S., O’Neill D. An interior-point method for large scale network utility maximization; Proceedings of the Allerton Conference on Communication, Control, and Computing; Monticello, IL, USA. 26–28 September 2007; pp. 877–882. [Google Scholar]
- 36.Pearl J. Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference. Morgan Kaufmann; San Francisco, CA, USA: 1988. [Google Scholar]
- 37.Kelley C.T. Iterative Methods for Linear and Nonlinear Equations. Society for Industrial and Applied Mathematics (SIAM); Philadelphia, PA, USA: 1995. [Google Scholar]
- 38.Avriel M. Nonlinear Programming: Analysis and Methods. Dover Publishing; Mineola, NY, USA: 2003. [Google Scholar]
- 39.Bonnans J.F., Gilbert J.C., Lemaréchal C., Sagastizábal C.A. Numerical Optimization: Theoretical and Practical Aspects. Springer; Berlin, Germany: 2006. [Google Scholar]




