Open Access
A regularization method for constrained nonlinear least squares
Dominique Orban,Abel Soares Siquiera +1 more
- 01 Feb 2019
pp 1-22
7
TL;DR: The proposed regularization method for nonlinear least-squares problems with equality constraints is similar to applying an SQP method with an exact merit function on a related problem, and the implementation compares favorably to IPOPT in IEEE double precision.
read more
Abstract: We propose a regularization method for nonlinear least-squares problems with equality constraints. Our approach is modeled after those of Arreckx and Orban (SIAM J Optim 28(2):1613–1639, 2018. https://doi.org/10.1137/16M1088570 ) and Dehghani et al. (INFOR Inf Syst Oper Res, 2019. https://doi.org/10.1080/03155986.2018.1559428 ) and applies a selective regularization scheme that may be viewed as a reformulation of an augmented Lagrangian. Our formulation avoids the occurrence of the operator $$A(x)^T A(x)$$ A ( x ) T A ( x ) , where A is the Jacobian of the nonlinear residual, which typically contributes to the density and ill conditioning of subproblems. Under boundedness of the derivatives, we establish global convergence to a KKT point or a stationary point of an infeasibility measure. If second derivatives are Lipschitz continuous and a second-order sufficient condition is satisfied, we establish superlinear convergence without requiring a constraint qualification to hold. The convergence rate is determined by a Dennis–Moré-type condition. We describe our implementation in the Julia language, which supports multiple floating-point systems. We illustrate a simple progressive scheme to obtain solutions in quadruple precision. Because our approach is similar to applying an SQP method with an exact merit function on a related problem, we show that our implementation compares favorably to IPOPT in IEEE double precision.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
A regularized factorization-free method for equality-constrained optimization
Dominique Orban,Sylvain Arreckx +1 more
- 01 Aug 2016
TL;DR: A method for equality-constrained optimization based on a problem in which all constraints are systematically regularized, which establishes global and fast local convergence under weak assumptions and discusses generalizing the framework to other classes of methods.
16
From Global to Local Convergence of Interior Methods for Nonlinear Optimization
Paul Armand,Joël Benoist,Dominique Orban +2 more
- 01 Sep 2008
TL;DR: A modified primal–dual interior-point method for nonlinear programming that relaxes the requirement of closely following the central path and lends itself to dynamic updates of the barrier parameter and compares favourably with other recent and less recent heuristic dynamic updates.
14
•Posted Content
A Nonmonotone Matrix-Free Algorithm for Nonlinear Equality-Constrained Inverse Problems.
El Houcine Bergou,Youssef Diouane,Vyacheslav Kungurtsev,Clément W. Royer +3 more
- 29 Jun 2020
TL;DR: This paper proposes and analyzes a Levenberg-Marquardt algorithm for nonlinear least squares subject to nonlinear equality constraints, based on inexact solves of linear least-squares problems, that only require Jacobian-vector products.
2
Study of a primal-dual algorithm for equality constrained minimization
Paul Armand,Joël Benoist,Michel Bouard +2 more
- 19 Sep 2011
TL;DR: The paper proposes a primal-dual algorithm for solving an equality constrained minimization problem and shows that the usual requirement of solving the penalty problem with a precision of the same size as the perturbation parameter, can be replaced by a much less stringent criterion, while guaranteeing the superlinear convergence property.
JSOSuite.jl: Solving continuous optimization problems with JuliaSmoothOptimizers
Tangi Migot,Dominique Orban,Abel Soares Siqueira +2 more
TL;DR: JSOSuite.jl is a Julia package providing a user-friendly interface for continuous nonlinear optimization, covering unconstrained to generally-constrained and least-squares problems, with automatic solver selection based on problem characteristics.
References
On the implementation of an interior-point filter line-search algorithm for large-scale nonlinear programming
TL;DR: A comprehensive description of the primal-dual interior-point algorithm with a filter line-search method for nonlinear programming is provided, including the feasibility restoration phase for the filter method, second-order corrections, and inertia correction of the KKT matrix.
Benchmarking optimization software with performance profiles
Elizabeth D. Dolan,Jorge J. Moré +1 more
TL;DR: It is shown that performance profiles combine the best features of other tools for performance evaluation to create a single tool for benchmarking and comparing optimization software.
•Proceedings Article
Deep Learning with Limited Numerical Precision
Suyog Gupta,Ankur Agrawal,Kailash Gopalakrishnan,Pritish Narayanan +3 more
- 06 Jul 2015
TL;DR: In this article, the effect of limited precision data representation and computation on neural network training was studied, and it was shown that deep networks can be trained using only 16-bit wide fixed point number representation when using stochastic rounding, and incur little to no degradation in the classification accuracy.
Quasi-Newton Methods, Motivation and Theory
John E. Dennis,Jorge J. Moré +1 more
TL;DR: In this paper, an attempt to motivate and justify quasi-Newton methods as useful modifications of Newton''s method for general and gradient nonlinear systems of equations is made, and references are given to ample numerical justification; here we give an overview of many of the important theoretical results.
•Posted Content
Deep Learning with Limited Numerical Precision
TL;DR: The results show that deep networks can be trained using only 16-bit wide fixed-point number representation when using stochastic rounding, and incur little to no degradation in the classification accuracy.
1.5K