Ragnar Wallin
Linköping University
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by Ragnar Wallin.
Archive | 2005
Lieven Vandenberghe; Venkataramanan Balakrishnan; Ragnar Wallin; Anders Hansson; Tae Roh
We discuss fast implementations of primal-dual interior-point methods for semidefinite programs derived from the Kalman-Yakubovich-Popov lemma, a class of problems that are widely encountered in control and signal processing applications. By exploiting problem structure we achieve a reduction of the complexity by several orders of magnitude compared to general-purpose semidefinite programming solvers.
IEEE Transactions on Automatic Control | 2009
Ragnar Wallin; Anders Hansson; Janne Harju Johansson
Semidefinite programs derived from the Kalman-Yakubovich-Popov (KYP) lemma are quite common in control and signal processing applications. The programs are often of high dimension which makes them hard or impossible to solve with general-purpose solvers. Here we present a customized preprocessor, KYPD, that utilizes the inherent structure of this particular optimization problem. The key to an efficient implementation is to transform the optimization problem into an equivalent semidefinite program. This equivalent problem has much fewer variables and the matrices in the linear matrix inequality constraints are of low rank. KYPD can use any primal-dual solver for semidefinite programs as an underlying solver.
Automatica | 2008
Ragnar Wallin; Chung-Yao Kao; Anders Hansson
Semidefinite programs originating from the Kalman-Yakubovich-Popov lemma are convex optimization problems and there exist polynomial time algorithms that solve them. However, the number of variables is often very large making the computational time extremely long. Algorithms more efficient than general purpose solvers are thus needed. To this end structure exploiting algorithms have been proposed, based on the dual formulation. In this paper a cutting plane algorithm is proposed. In a comparison with a general purpose solver and a structure exploiting solver it is shown that the cutting plane based solver can handle optimization problems of much higher dimension.
conference on decision and control | 2000
Ragnar Wallin; Alf J. Isaksson; Lennart Ljung
Describes a very simple and intuitive algorithm to estimate parameters of ARX models from incomplete data sets. An iterative scheme involving two least squares steps and a bias correction is all that is needed.
international conference on robotics and automation | 2004
Ragnar Wallin; Anders Hansson
Semidefinite programs derived from the Kalman-Yakubovich-Popov lemma are quite common in control and signal processing applications. The programs are often of high dimension making them hard or impossible to solve with general-purpose solvers. KYPD is a customized solver for KYP-SDPs that utilizes the inherent structure of the optimization problem thus improving efficiency significantly
Automatica | 2012
Anders Hansson; Ragnar Wallin
In this paper we derive the maximum likelihood problem for missing data from a Gaussian model. We present in total eight different equivalent formulations of the resulting optimization problem, four out of which are nonlinear least squares formulations. Among these formulations are also formulations based on the expectation-maximization algorithm. Expressions for the derivatives needed in order to solve the optimization problems are presented. We also present numerical comparisons for two of the formulations for an ARMAX model.
conference on decision and control | 2003
Lieven Vandenberghe; V. Ragu Balakrishnan; Ragnar Wallin; Anders Hansson
We discuss fast implementations of primal-dual interior-point methods for semidefinite programs derived from the Kalman-Yakubovich-Popov lemma, a class of problems that are widely encountered in control and signal processing applications. By exploiting problem structure we achieve a reduction of the complexity by several orders of magnitude compared to general-purpose semidefinite programming solvers.
International Journal of Control | 2014
Ragnar Wallin; Anders Hansson
In this paper we describe an approach to maximum likelihood estimation of linear single input single output (SISO) models when both input and output data are missing. The criterion minimised in the algorithms is the Euclidean norm of the prediction error vector scaled by a particular function of the covariance matrix of the observed output data. We also provide insight into when simpler and in general sub-optimal schemes are indeed optimal. The algorithm has been prototyped in MATLAB, and we report numerical results that support the theory.
conference on decision and control | 2010
Alfio Masi; Ragnar Wallin; Andrea Garulli; Anders Hansson
Finite-frequency ℋ2 analysis is relevant to a number of problems in which a priori information is available on the frequency domain of interest. This paper addresses the problem of analyzing robust finite-frequency ℋ2 performance of systems with structured uncertainties. An upper bound on this measure is provided by exploiting convex optimization tools for robustness analysis and the notion of finite-frequency Gramians. An application to a comfort analysis problem for an aircraft aeroelastic model is presented.
conference on decision and control | 2006
Janne Harju; Ragnar Wallin; Anders Hansson
Semidefinite programs and especially those derived from the Kalman-Yakubovich-Popov lemma are quite common in control applications. The solver KYPD is a dedicated solver for KYP-SDPs. It solves the optimization problem via the dual SDP and is an iterative solver. In each step a Hessian is formed and a linear system of equations is solved. The calculations can be performed much faster if we utilize sparsity and low rank structure. We show how to transform a dense optimization problem into a sparse one with low rank structure. A customized calculation of the Hessian is presented and investigated