13. Conjugate Gradient Method

Total Page:16

File Type:pdf, Size:1020Kb

13. Conjugate Gradient Method L. Vandenberghe ECE236C (Spring 2020) 13. Conjugate gradient method conjugate gradient method for linear equations • complexity • conjugate gradient method as iterative method • applications in nonlinear optimization • 13.1 Unconstrained quadratic minimization 1 minimize f x = xT Ax bT x ¹ º 2 − with A symmetric positive definite and n n × equivalent to solving the linear equation Ax = b • the residual r = b Ax is the negative gradient: r = f x • − −r ¹ º Conjugate gradient method (CG) invented by Hestenes and Stiefel around 1951 • the most widely used iterative method for solving Ax = b, with A 0 • can be extended to non-quadratic unconstrained minimization • Conjugate gradient method 13.2 Krylov subspaces Definition: a sequence of subspaces k 1 = 0 ; = span b; Ab;:::; A − b for k 1 K0 f g Kk f g ≥ Properties subspaces are nested: • K0 ⊆ K1 ⊆ K2 ⊆ · · · dimensions increase by at most one: dim dim is zero or one • Kk+1 − Kk if = , then = for all i k: • Kk+1 Kk Ki Kk ≥ k k 1 i k 1 A b span b; Ab;:::; A − b = A b span b; Ab;:::; A − b for i > k 2 f g ) 2 f g Conjugate gradient method 13.3 Solution of Ax = b Key property: 1 A− b 2 Kn this holds even when , Rn Kn from Cayley–Hamilton theorem, • n n 1 p A = A + a A − + + a I = 0 ¹ º 1 ··· n n n 1 where p λ = det λI A = λ + a1λ − + + an 1λ + an ¹ º ¹ − º ··· − multiplying on the right with A 1b shows • − 1 1 n 1 n 2 A− b = A − b + a1A − b + + an 1b −an ··· − Conjugate gradient method 13.4 Krylov sequence xk = argmin f x ; k = 0;1;::: x ¹ º 2Kk from previous page, x = A 1b • n − CG method is a recursive method for computing the Krylov sequence x , x ,... • 0 1 we will see there is a simple two-term recurrence • xk+1 = xk tk f xk + sk xk xk 1 − r ¹ º ¹ − − º Example 2 x0 1 0 10 0 = ; = x2 A b x1 0 10 10 2 − 4 − 20 10 0 − − Conjugate gradient method 13.5 Residuals of Krylov sequence xk = argmin f x ; k = 0;1;::: x ¹ º 2Kk optimality conditions in definition of Krylov sequence: • x ; f x = Ax b ? k 2 Kk r ¹ kº k − 2 Kk hence, the residual r = b Ax satisfies • k − k r ; r ? k 2 Kk+1 k 2 Kk the first property follows from b and x 2 K1 k 2 Kk the (nonzero) residuals form an orthogonal basis for the Krylov subspaces: T k = span r0;r1;:::;rk 1 ; r rj = 0 for i , j K f − g i Conjugate gradient method 13.6 Conjugate directions the “steps” vi = xi xi 1 in the Krylov sequence (defined for i 1) satisfy − − ≥ T T T v Avj = 0 for i , j; v Avi = v ri 1 i i i − (proof on next page) the vectors v are conjugate: orthogonal for inner product v; w = vT Aw • i h i in particular, if vi , 0, it is linearly independent of v1,..., vi 1 • − the (nonzero) vectors vi form a conjugate basis for the Krylov subspaces: = span v ; v ; : : : ; v ; vT Av = 0 for i , j Kk f 1 2 k g i j Conjugate gradient method 13.7 Proof of properties on page 13.7 assume j < i; we show that Av and v are orthogonal (vT Av = 0): • i j i j vj = xj xj 1 j i 1 − − 2 K ⊆ K − and Avi = A xi xi 1 = ri + ri 1 i?1 ¹ − − º − − 2 K − T T the expression v Avi = v ri 1 follows from the fact that t = 1 minimizes • i i − 1 2 T T f xi 1 + tvi = f xi 1 + t v Avi t v ri 1 ; ¹ − º ¹ − º 2 ¹ i º − ¹ i − º since xi = xi 1 + vi minimizes f over the entire subspace i − K Conjugate gradient method 13.8 Conjugate vectors it will be convenient to work with a sequence of scaled vectors p = v α with k k/ k T v rk 1 α = k − k 2 rk 1 k − k2 the scaling factor α was chosen to satisfy • k T 2 p rk 1 = rk 1 k − k − k2 T T using v Avk = v rk 1 (page 13.7), we can express αk as • k k − T 2 p rk 1 rk 1 α = k − = k − k2 k T T pk Apk pk Apk in this notation, the Krylov sequence and residuals satisfy • xk = xk 1 + αk pk; rk = rk 1 αk Apk − − − Conjugate gradient method 13.9 Recursion for pk the vectors p1, p2, . , can be computed recursively as p1 = r0, T p Ark p = r k p ; k = 1;2;::: (1) k+1 k − T k pk Apk (proof on next page) this can be further simplified using • 2 T rk 1 2 2 rk Apk 2 rk = rk 1 k − k Apk = rk = rk 1 − − T ) k k2 − T k − k2 pk Apk pk Apk substituting in the recursion for p gives • k+1 2 rk p = r + k k2 p ; k = 1;2;::: k+1 k 2 k rk 1 k − k2 Conjugate gradient method 13.10 Proof of (1): p = span p ; p ;:::; p ;r , so we can express it as k+1 2 Kk+1 f 1 2 k k g pk+1 = γ1p1 + + γk 1pk 1 + βpk + δrk ··· − − δ = 1: take inner product with r and use • k rT p = r 2; rT p = = rT p = 0 (r ) k k+1 k k k2 k 1 ··· k k k 2 Kk? γ1 = = γk 1 = 0: take inner products with Apj for j k 1, and use • ··· − ≤ − T T pj Api = 0 for j , i; pj Ark = 0 (second equality because Ap and r ) j 2 Kj+1 ⊆ Kk k 2 Kk? hence, p = r + βp ; inner product with Ap shows that • k+1 k k k T p Ark β = k − T pk Apk Conjugate gradient method 13.11 Conjugate gradient algorithm define x0 = 0, r0 = b, and repeat for k = 0;1;::: until rk is sufficiently small: 1. if k = 0, take p1 = r0; otherwise, take 2 rk p = r + k k2 p k+1 k 2 k rk 1 k − k2 2. compute 2 rk α = k k2 ; x = x + αp ; r = r αAp T k+1 k k+1 k+1 k − k+1 pk+1Apk+1 main computation per iteration is matrix–vector product Apk+1 Conjugate gradient method 13.12 Outline conjugate gradient method for linear equations • complexity • conjugate gradient method as iterative method • applications in nonlinear optimization • Notation 1 minimize f x = xT Ax bT x ¹ º 2 − Optimal value ? 1 T 1 1 ? 2 f x = b A− b = x ¹ º −2 −2k kA Suboptimality at x 1 f x f ? = x x? 2 ¹ º − 2k − kA Relative error measure ? f x f ? x x 2 τ = ¹ º − = k − kA f 0 f ? x? 2 ¹ º − k kA here, u = uT Au 1 2 is A-weighted norm k kA ¹ º / Conjugate gradient method 13.13 Error after k steps x = span b; Ab;:::; Ak 1b , so x can be expressed as • k 2 Kk f − g k k X i 1 xk = ci A − b = p A b i=1 ¹ º where p λ = Pk c λi 1 is a polynomial of degree k 1 or less ¹ º i=1 i − − x minimizes f x over ; hence • k ¹ º Kk ? ? 2 1 2 2 f xk f = inf x x A = inf p A A− b A ¹ ¹ º − º x k − k deg p<k k¹ ¹ º − º k 2Kk we now use the eigenvalue decomposition of A to bound this quantity Conjugate gradient method 13.14 Error and spectrum of A eigenvalue decomposition of A • n T X T T A = QΛQ = λiqiqi Q Q = I; Λ = diag λ1; : : : ; λn i=1 ¹ ¹ ºº define d = QT b • the expression on the previous page simplifies to ? 1 2 2 f xk f = inf p A A− b ¹ ¹ º − º deg p<k k¹ ¹ º − º kA 1 2 = inf p Λ Λ− d Λ deg p<k k¹ ¹ º − º k n 2 2 X λip λi 1 d = inf ¹ ¹ º − º i < deg p k i=1 λi n 2 2 X q λi d = inf ¹ º i deg q k; q 0 =1 λi ≤ ¹ º i=1 Conjugate gradient method 13.15 Error bounds Absolute error n 2 ! ? X di 2 f xk f inf max q λi ¹ º − ≤ 2λi deg q k; q 0 =1 i=1;:::;n ¹ º i=1 ≤ ¹ º 1 ? 2 2 = x A inf max q λi 2k k deg q k; q 0 =1 i=1;:::;n ¹ º ≤ ¹ º the equality follows from P d2 λ = bT A 1b = x? 2 i i / i − k kA Relative error ? 2 xk x A 2 τk = k − k inf max q λi x? 2 ≤ deg q k; q 0 =1 i=1;:::;n ¹ º k kA ≤ ¹ º Conjugate gradient method 13.16 Convergence rate and spectrum of A if A has m distinct eigenvalues γ ,..., γ , CG terminates in m steps: • 1 m 1 m q λ = (− º λ γ λ γ ¹ º γ γ ¹ − 1º · · · ¹ − mº 1 ··· m satisfies deg q = m, q 0 = 1, q λ = = q λ = 0; therefore τ = 0 ¹ º ¹ 1º ··· ¹ nº m if eigenvalues are clustered in m groups, then τ is small • m can find q λ of degree m, with q 0 = 1, that is small on spectrum ¹ º ¹ º if x? is a linear combination of m eigenvectors, CG terminates in m steps • take q of degree m with q λ = 0 where d , 0; then ¹ iº i n 2 2 X q λi d ¹ º i = 0 i=1 λi Conjugate gradient method 13.17 Other bounds we omit the proofs of the following results in terms of condition number κ = λ λ • max/ min pκ 1 k τk 2 − ≤ pκ + 1 derived by taking for q a Chebyshev polynomial on λ ; λ » min max¼ in terms of sorted eigenvalues λ λ λ • 1 ≥ 2 ≥ · · · ≥ n 2 λk λn τk − ≤ λk + λn derived by taking q with roots at λ1,..., λk 1 and λ1 + λn 2 − ¹ )/ Conjugate gradient method 13.18 Outline conjugate gradient method for linear equations • complexity • conjugate gradient method as iterative method • applications in nonlinear optimization • Conjugate gradient method as iterative method In exact arithmetic CG was originally proposed as a direct (non-iterative) method • in theory, terminates in at most n steps • In practice due to rounding errors, CG method can take many more than n steps (or fail) • CG is now used as an iterative method • with luck (good spectrum of A), good approximation in small number of steps • attractive if matrix–vector products are inexpensive • Conjugate gradient method 13.19 Preconditioning make change of variables y = Bx with B nonsingular, and apply CG to • T 1 T B− AB− y = B− b if spectrum of B T AB 1 is clustered, PCG converges fast • − − trade-off between enhanced convergence, cost of extra computation • the matrix C = BT B is called the preconditioner • Examples diagonal C = diag A ; A ;:::; A • ¹ 11 22 nnº incomplete or approximate Cholesky factorization of A • good preconditioners are often application-dependent • Conjugate gradient method 13.20 Naive implementation T 1 T apply algorithm of page 13.12 to A˜y = b˜ where A˜ = B− AB− and b˜ = B− b Algorithm: define y0 = 0, r˜0 = b˜, and repeat for k = 0;1;::: until r˜k is sufficiently small: 1.
Recommended publications
  • 12. Coordinate Descent Methods
    EE 546, Univ of Washington, Spring 2014 12. Coordinate descent methods theoretical justifications • randomized coordinate descent method • minimizing composite objectives • accelerated coordinate descent method • Coordinate descent methods 12–1 Notations consider smooth unconstrained minimization problem: minimize f(x) x RN ∈ n coordinate blocks: x =(x ,...,x ) with x RNi and N = N • 1 n i ∈ i=1 i more generally, partition with a permutation matrix: U =[PU1 Un] • ··· n T xi = Ui x, x = Uixi i=1 X blocks of gradient: • f(x) = U T f(x) ∇i i ∇ coordinate update: • x+ = x tU f(x) − i∇i Coordinate descent methods 12–2 (Block) coordinate descent choose x(0) Rn, and iterate for k =0, 1, 2,... ∈ 1. choose coordinate i(k) 2. update x(k+1) = x(k) t U f(x(k)) − k ik∇ik among the first schemes for solving smooth unconstrained problems • cyclic or round-Robin: difficult to analyze convergence • mostly local convergence results for particular classes of problems • does it really work (better than full gradient method)? • Coordinate descent methods 12–3 Steepest coordinate descent choose x(0) Rn, and iterate for k =0, 1, 2,... ∈ (k) 1. choose i(k) = argmax if(x ) 2 i 1,...,n k∇ k ∈{ } 2. update x(k+1) = x(k) t U f(x(k)) − k i(k)∇i(k) assumptions f(x) is block-wise Lipschitz continuous • ∇ f(x + U v) f(x) L v , i =1,...,n k∇i i −∇i k2 ≤ ik k2 f has bounded sub-level set, in particular, define • ⋆ R(x) = max max y x 2 : f(y) f(x) y x⋆ X⋆ k − k ≤ ∈ Coordinate descent methods 12–4 Analysis for constant step size quadratic upper bound due to block coordinate-wise
    [Show full text]
  • Process Optimization
    Process Optimization Mathematical Programming and Optimization of Multi-Plant Operations and Process Design Ralph W. Pike Director, Minerals Processing Research Institute Horton Professor of Chemical Engineering Louisiana State University Department of Chemical Engineering, Lamar University, April, 10, 2007 Process Optimization • Typical Industrial Problems • Mathematical Programming Software • Mathematical Basis for Optimization • Lagrange Multipliers and the Simplex Algorithm • Generalized Reduced Gradient Algorithm • On-Line Optimization • Mixed Integer Programming and the Branch and Bound Algorithm • Chemical Production Complex Optimization New Results • Using one computer language to write and run a program in another language • Cumulative probability distribution instead of an optimal point using Monte Carlo simulation for a multi-criteria, mixed integer nonlinear programming problem • Global optimization Design vs. Operations • Optimal Design −Uses flowsheet simulators and SQP – Heuristics for a design, a superstructure, an optimal design • Optimal Operations – On-line optimization – Plant optimal scheduling – Corporate supply chain optimization Plant Problem Size Contact Alkylation Ethylene 3,200 TPD 15,000 BPD 200 million lb/yr Units 14 76 ~200 Streams 35 110 ~4,000 Constraints Equality 761 1,579 ~400,000 Inequality 28 50 ~10,000 Variables Measured 43 125 ~300 Unmeasured 732 1,509 ~10,000 Parameters 11 64 ~100 Optimization Programming Languages • GAMS - General Algebraic Modeling System • LINDO - Widely used in business applications
    [Show full text]
  • The Gradient Sampling Methodology
    The Gradient Sampling Methodology James V. Burke∗ Frank E. Curtisy Adrian S. Lewisz Michael L. Overtonx January 14, 2019 1 Introduction in particular, this leads to calling the negative gra- dient, namely, −∇f(x), the direction of steepest de- The principal methodology for minimizing a smooth scent for f at x. However, when f is not differentiable function is the steepest descent (gradient) method. near x, one finds that following the negative gradient One way to extend this methodology to the minimiza- direction might offer only a small amount of decrease tion of a nonsmooth function involves approximating in f; indeed, obtaining decrease from x along −∇f(x) subdifferentials through the random sampling of gra- may be possible only with a very small stepsize. The dients. This approach, known as gradient sampling GS methodology is based on the idea of stabilizing (GS), gained a solid theoretical foundation about a this definition of steepest descent by instead finding decade ago [BLO05, Kiw07], and has developed into a a direction to approximately solve comprehensive methodology for handling nonsmooth, potentially nonconvex functions in the context of op- min max gT d; (2) kdk2≤1 g2@¯ f(x) timization algorithms. In this article, we summarize the foundations of the GS methodology, provide an ¯ where @f(x) is the -subdifferential of f at x [Gol77]. overview of the enhancements and extensions to it To understand the context of this idea, recall that that have developed over the past decade, and high- the (Clarke) subdifferential of a locally Lipschitz f light some interesting open questions related to GS.
    [Show full text]
  • A New Algorithm of Nonlinear Conjugate Gradient Method with Strong Convergence*
    Volume 27, N. 1, pp. 93–106, 2008 Copyright © 2008 SBMAC ISSN 0101-8205 www.scielo.br/cam A new algorithm of nonlinear conjugate gradient method with strong convergence* ZHEN-JUN SHI1,2 and JINHUA GUO2 1College of Operations Research and Management, Qufu Normal University Rizhao, Sahndong 276826, P.R. China 2Department of Computer and Information Science, University of Michigan Dearborn, Michigan 48128-1491, USA E-mails: [email protected]; [email protected] / [email protected] Abstract. The nonlinear conjugate gradient method is a very useful technique for solving large scale minimization problems and has wide applications in many fields. In this paper, we present a new algorithm of nonlinear conjugate gradient method with strong convergence for unconstrained minimization problems. The new algorithm can generate an adequate trust region radius automatically at each iteration and has global convergence and linear convergence rate under some mild conditions. Numerical results show that the new algorithm is efficient in practical computation and superior to other similar methods in many situations. Mathematical subject classification: 90C30, 65K05, 49M37. Key words: unconstrained optimization, nonlinear conjugate gradient method, global conver- gence, linear convergence rate. 1 Introduction Consider an unconstrained minimization problem min f (x), x ∈ Rn, (1) where Rn is an n-dimensional Euclidean space and f : Rn −→ R is a continu- ously differentiable function. #724/07. Received: 10/V/07. Accepted: 24/IX/07. *The work was supported in part by NSF CNS-0521142, USA. 94 A NEW ALGORITHM OF NONLINEAR CONJUGATE GRADIENT METHOD When n is very large (for example, n > 106) the related problem is called large scale minimization problem.
    [Show full text]
  • Using a New Nonlinear Gradient Method for Solving Large Scale Convex Optimization Problems with an Application on Arabic Medical Text
    Using a New Nonlinear Gradient Method for Solving Large Scale Convex Optimization Problems with an Application on Arabic Medical Text Jaafar Hammouda*, Ali Eisab, Natalia Dobrenkoa, Natalia Gusarovaa aITMO University, St. Petersburg, Russia *[email protected] bAleppo University, Aleppo, Syria Abstract Gradient methods have applications in multiple fields, including signal processing, image processing, and dynamic systems. In this paper, we present a nonlinear gradient method for solving convex supra-quadratic functions by developing the search direction, that done by hybridizing between the two conjugate coefficients HRM [2] and NHS [1]. The numerical results proved the effectiveness of the presented method by applying it to solve standard problems and reaching the exact solution if the objective function is quadratic convex. Also presented in this article, an application to the problem of named entities in the Arabic medical language, as it proved the stability of the proposed method and its efficiency in terms of execution time. Keywords: Convex optimization; Gradient methods; Named entity recognition; Arabic; e-Health. 1. Introduction Several nonlinear conjugate gradient methods have been presented for solving high-dimensional unconstrained optimization problems which are given as [3]: min f(x) ; x∈Rn (1) To solve problem (1), we start with the following iterative relationship: 푥(푘+1) = 푥푘 + 훼푘 푑푘, 푘 = 0,1,2, (2) where α푘 > 0 is a step size, that is calculated by strong Wolfe-Powell’s conditions [4] 푇 푓(푥푘 + 훼푘푑푘) ≤ 푓(푥푘) + 훿훼푘푔푘 푑푘, (3) 푇 푇 |푔(푥푘 + 훼푘푑푘) 푑푘| ≤ 휎|푔푘 푑푘| where 0 < 훿 < 휎 < 1 푑푘 is the search direction that is computed as follow [3] −푔푘 , if 푘 = 0 (4) 푑푘+1 = { −푔푘+1 + 훽푘푑푘 , if 푘 ≥ 1 Where 푔푘 = 푔(푥푘) = ∇푓(푥푘) represent the gradient vector for 푓(푥) at the point 푥푘 , 훽푘 ∈ ℝ is known as CG coefficient that characterizes different CG methods.
    [Show full text]
  • Conditional Gradient Method for Multiobjective Optimization
    Conditional gradient method for multiobjective optimization P. B. Assun¸c~ao ∗ O. P. Ferreira ∗ L. F. Prudente ∗ April 7, 2020 Abstract: We analyze the conditional gradient method, also known as Frank-Wolfe method, for constrained multiobjective optimization. The constraint set is assumed to be convex and com- pact, and the objectives functions are assumed to be continuously differentiable. The method is considered with different strategies for obtaining the step sizes. Asymptotic convergence proper- ties and iteration-complexity bounds with and without convexity assumptions on the objective functions are stablished. Numerical experiments are provided to illustrate the effectiveness of the method and certify the obtained theoretical results. Keywords: Conditional gradient method; multiobjective optimization; Pareto optimality; con- strained optimization problem 1 Introduction In the constrained multiobjective optimization, we seek to simultaneously minimize several objec- tive functions on a set C. One strategy for solving multiobjective problems that has become very popular consists in the extension of methods for scalar-valued to multiobjective-valued optimiza- tion, instead of using scalarization approaches [23]. As far as we know, this strategy originated from the work [14] in which the authors proposed the steepest descent methods for multiobjec- tive optimization. Since of then, new properties related to this method have been discovered and several variants of it have been considered, see for example [4,5,16,19,20,26,27]. In recent years, there has been a significant increase in the number of papers addressing concepts, techniques, and methods for multiobjective optimization, see for example [6, 9, 13, 15, 25, 41, 42, 45, 46, 48, 53, 54].
    [Show full text]
  • Successive Linear Programming to The
    THE UNIVERSITY OF MANITOBA AN APPLICATION OF SUCCESSIVE LINEAR PROGRAMMING TO THE OPTIMIZATION OF AN INTERCONNECTED HYDRO UTILMY OPERATION by @ KARoLI REZNICEK A Thesis Submitted to the Faculfy of Graduate Studies in Partial Fulfillment of the Requirements for the Degree of Master of Science DEPARTMENT OF CTVIL ENGINEERING Winnipeg, Manitoba DECEMBER 1988 Per¡niesion trae been granted L'autorleatlon a êtê accordêe to the Natlonal Llbrary of å la Blbllothèque natlonale Canada to nicrofiln thlg du Canada de nlcrofllner thesls and to lend or eell cette thèse et de prêter ou copies of the filn. de vendre dee exenplairee du f llrn. The author (copyright owner) Lrauteur (tltulaire du drolt has reaerved other d'auteur) ae rêeerve lee pubtication ríghts, and autres droits de publlcatlon; neither the thesie nor nl ta thèee nl de longe extensive extracts from it extraite de celle-cl ne Day be printed or otherwiee doivent être irnprlnês ou reproduced wlthout his/her autrement reprodults BanB aon written perurieeion. autorieatlon écrite. rsBN 0-3L5-5i.576-7 AN APPLICATION OF SUCCESSIVE LINEAR PROGRAMMING TO THE OPTIMIZATION OF AN INTERCONNECTED HYDRO UTILITY OPERATION BY KAROLJ REZNICEK A thesis submirted to the Faculty of craduate studies of the university of Manitoba in partiar furfilrment of the requirenrents of the degree of I'fASTER OF SCIENCE o 1989 Permission has beerr grarìred ro the LIBRARy oF THE UNIVER- S¡TY OF MANITOBA to lend or sell copies of this thesis. ro the NATIONAL LIBRARy oF CANADA to microfìrnr this thesis and to lend or seil copies of the firm, and uNIVERsrry llf ICROFILMS to publish an absrract of this thesis.
    [Show full text]
  • Metaheuristic Techniques in Enhancing the Efficiency and Performance of Thermo-Electric Cooling Devices
    Review Metaheuristic Techniques in Enhancing the Efficiency and Performance of Thermo-Electric Cooling Devices Pandian Vasant 1,2,*, Utku Kose 3 and Junzo Watada 4 1 Modeling Evolutionary Algorithms Simulation and Artificial Intelligence, Faculty of Electrical & Electronics Engineering, Ton Duc Thang University, Ho Chi Minh City 700000, Vietnam 2 Department of Fundamental and Applied Sciences, Universiti Teknologi Petronas, Seri Iskandar, Perak 32610, Malaysia 3 Computer Sciences Application& Research Center, Usak University, Usak 64000, Turkey; [email protected] 4 Department of Computer & Information System, Universiti Teknologi Petronas, Seri Iskandar, Perak 32610, Malaysia; [email protected] * Correspondence: [email protected] or [email protected]; Tel.: +60-16-489-2932 Received: 11 August 2017; Accepted: 2 September 2017; Published: 25 October 2017 Abstract: The objective of this paper is to focus on the technical issues of single-stage thermo-electric coolers (TECs) and two-stage TECs and then apply new methods in optimizing the dimensions of TECs. In detail, some metaheuristics—simulated annealing (SA) and differential evolution (DE)—are applied to search the optimal design parameters of both types of TEC, which yielded cooling rates and coefficients of performance (COPs) individually and simultaneously. The optimization findings obtained by using SA and DE are validated by applying them in some defined test cases taking into consideration non-linear inequality and non-linear equality constraint conditions. The performance of SA and DE are verified after comparing the findings with the ones obtained applying the genetic algorithm (GA) and hybridization technique (HSAGA and HSADE). Mathematical modelling and parameter setting of TEC is combined with SA and DE to find better optimal findings.
    [Show full text]
  • Branch and Bound Algorithm for Dependency Parsing with Non-Local Features
    Branch and Bound Algorithm for Dependency Parsing with Non-local Features Xian Qian and Yang Liu Computer Science Department The University of Texas at Dallas qx,yangl @hlt.utdallas.edu { } Abstract Charniak and Johnson, 2005; Hall, 2007). It typi- cally has two steps: the low level classifier gener- Graph based dependency parsing is inefficient ates the top k hypotheses using local features, then when handling non-local features due to high the high level classifier reranks these candidates us- computational complexity of inference. In ing global features. Since the reranking quality is this paper, we proposed an exact and effi- bounded by the oracle performance of candidates, cient decoding algorithm based on the Branch some work has combined candidate generation and and Bound (B&B) framework where non- local features are bounded by a linear combi- reranking steps using cube pruning (Huang, 2008; nation of local features. Dynamic program- Zhang and McDonald, 2012) to achieve higher or- ming is used to search the upper bound. Ex- acle performance. They parse a sentence in bottom periments are conducted on English PTB and up order and keep the top k derivations for each s- Chinese CTB datasets. We achieved competi- pan using k best parsing (Huang and Chiang, 2005). tive Unlabeled Attachment Score (UAS) when After merging the two spans, non-local features are 93.17% no additional resources are available: used to rerank top k combinations. This approach for English and 87.25% for Chinese. Parsing speed is 177 words per second for English and is very efficient and flexible to handle various non- 97 words per second for Chinese.
    [Show full text]
  • Linear-Memory and Decomposition-Invariant Linearly Convergent Conditional Gradient Algorithm for Structured Polytopes
    Linear-Memory and Decomposition-Invariant Linearly Convergent Conditional Gradient Algorithm for Structured Polytopes Dan Garber Ofer Meshi Toyota Technological Institute at Chicago Google [email protected] [email protected] Abstract Recently, several works have shown that natural modifications of the classical conditional gradient method (aka Frank-Wolfe algorithm) for constrained convex optimization, provably converge with a linear rate when: i) the feasible set is a polytope, and ii) the objective is smooth and strongly-convex. However, all of these results suffer from two significant shortcomings: 1. large memory requirement due to the need to store an explicit convex de- composition of the current iterate, and as a consequence, large running-time overhead per iteration 2. the worst case convergence rate depends unfavorably on the dimension In this work we present a new conditional gradient variant and a corresponding analysis that improves on both of the above shortcomings. In particular: 1. both memory and computation overheads are only linear in the dimension 2. in case the optimal solution is sparse, the new convergence rate replaces a factor which is at least linear in the dimension in previous work, with a linear dependence on the number of non-zeros in the optimal solution At the heart of our method and corresponding analysis, is a novel way to compute decomposition-invariant away-steps. While our theoretical guarantees do not apply to any polytope, they apply to several important structured polytopes that capture central concepts such as paths in graphs, perfect matchings in bipartite graphs, marginal distributions that arise in structured prediction tasks, and more.
    [Show full text]
  • Conjugate Gradient Descent Conjugate Direction Methods
    Conjugate Gradient Descent Conjugate Direction Methods 2 Motivation Conjugate direction methods can be regarded as being between the method of steepest descent (first-order method that uses gradient) and Newton’s method (second-order method that uses Hessian as well). Motivation: ! steepest descent is slow. Goal: Accelerate it! ! Newton method is fast… BUT: we need to calculate the inverse of the Hessian matrix… Something between steepest descent and Newton method? 3 Conjugate Direction Methods Goal: • Accelerate the convergence rate of steepest descent • while avoiding the high computational cost of Newton’s method Originally developed for solving the quadratic problem: Equivalently, our goal is to solve: Conjugate direction methods can solve this problem at most n iterations (usually for large n less is enough) 4 Conjugate Direction Methods ! algorithm for the numerical solution of linear equations, whose matrix Q is symmetric and positive-definite. ! An iterative method, so it can be applied to systems that are too large to be handled by direct methods (such as the Cholesky decomposition.) ! Algorithm for seeking minima of nonlinear equations. 5 Numerical Experiments A comparison of * gradient descent with optimal step size (in green) and * conjugate vector (in red) for minimizing a quadratic function. Conjugate gradient converges in at most n steps (here n=2). 6 Conjugate directions Definition [Q-conjugate directions] ! In the applications that we consider, the matrix Q will be positive definite but this is not inherent in the basic definition. ! If Q = 0, any two vectors are conjugate. ! if Q = I, conjugacy is equivalent to the usual notion of orthogonality. 7 Linear independence lemma Lemma [Linear Independence] Proof: [Proof by contradiction] 8 Why is Q-conjugacy useful? 9 Quadratic problem Goal: the unique solution to this problem is also the unique solution to the linear equation: 10 Importance of Q-conjugancy Therefore, Standard orthogonality is not enough anymore, We need to use Q-conjugacy.
    [Show full text]
  • Block Stochastic Gradient Method
    Block Stochastic Gradient Iteration for Convex and Nonconvex Optimization Yangyang Xu∗ Wotao Yiny March 3, 2015 Abstract The stochastic gradient (SG) method can quickly solve a problem with a large number of components in the objective, or a stochastic optimization problem, to a moderate accuracy. The block coordinate descent/update (BCD) method, on the other hand, can quickly solve problems with multiple (blocks of) variables. This paper introduces a method that combines the great features of SG and BCD for problems with many components in the objective and with multiple (blocks of) variables. This paper proposes a block stochastic gradient (BSG) method for both con- vex and nonconvex programs. BSG generalizes SG by updating all the blocks of variables in the Gauss-Seidel type (updating the current block depends on the previously updated block), in either a fixed or randomly shuffled order. Although BSG has slightly more work at each iteration, it typically outperforms SG be- cause of BSG's Gauss-Seidel updates and larger stepsizes, the latter of which are determined by the smaller per-block Lipschitz constants. The convergence of BSG is established for both convex and nonconvex cases. arXiv:1408.2597v3 [math.OC] 2 Mar 2015 In the convex case, BSG has the same order of convergence rate as SG. In the nonconvex case, its convergence is established in terms of the expected violation of a first-order optimality condition. In both cases our analysis is nontrivial since the typical unbiasedness assumption no longer holds. BSG is numerically evaluated on the following problems: stochastic least squares and logistic regression, which are convex, and low-rank tensor recov- ery and bilinear logistic regression, which are nonconvex.
    [Show full text]