Book Chapter10.1007/978-3-319-55197-5_4
Numerical Methods for Unconstrained Optimization
Alan Rothwell
- 01 Jan 2017
- pp 83-106
104
TL;DR: The Hooke and Jeeves method as mentioned in this paper is one such method, suitable for small problems with little programming effort, and it forms the basis for methods of constrained optimization in the next chapter.
read more
Abstract: Unconstrained optimization is the search for the maximum or minimum of a function with no restriction on the values of the variables. At the same time, it forms the basis for methods of constrained optimization in the next chapter. Zero-order methods use only function values, progress made in the previous step pointing the way to the next step. The Hooke and Jeeves method is one such method, suitable for small problems with little programming effort. First-order methods employ the gradient of the function, usually obtained by finite difference, to derive a search direction. This is followed by a line search along this direction for the current maximum or minimum, performed either by progressive reduction of the region in which the maximum or minimum is to be found or by polynomial interpolation. In its simplest form, this is the steepest descent method. However, by the use of gradient data from the previous iteration, an improved search direction can be found, with faster convergence. This is the Fletcher–Reeves method. A more general formulation is based on a quadratic approximation to the objective function, referred to as a second-order method or quasi-Newton method. This involves progressively building up an approximation to the inverse of the Hessian matrix of second derivatives to deduce a search direction. A spreadsheet program for the Hooke and Jeeves method is also used in the next chapter for the penalty function method for constrained optimization.
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
Maximum Likelihood Approaches to Variance Component Estimation and to Related Problems
TL;DR: In this paper, the authors proposed a restricted maximum likelihood (reml) approach which takes into account the loss in degrees of freedom resulting from estimating fixed effects, and developed a satisfactory asymptotic theory for estimators of variance components.
2.6K
A return mapping algorithm for plane stress elastoplasticity
Juan C. Simo,R.L. Taylor +1 more
TL;DR: In this paper, an unconditionally stable algorithm for plane stress elastoplasticity is developed, based upon the notion of elastic predictor-return mapping (plastic corrector). Enforcement of the consistency condition is shown to reduce to the solution of a simple nonlinear equation.
707
A fast improvement to the EM algorithm on its own terms
TL;DR: A result by Fisher is expanded that permits a unification of EM methodology and Newton methods and the evaluation of the individual observation-by-observation score functions of the incomplete data is a byproduct of the application of the E step of the EM algorithm.
406
Reconstructing the Unknown Local Volatility Function
TL;DR: In this article, a spline functional approach is used to compute a smooth local volatility function in a 1-factor continuous diffusion model for European option prices, which is used for pricing and hedging.
On a stress resultant geometrically exact shell model. Part V: Nonlinear plasticity: formulation and integration algorithms
Juan C. Simo,J. G. Kennedy +1 more
TL;DR: In this article, a continuum basis and numerical implementation of a finite deformation plasticity model formulated within the framework of the geometrically exact shell model is discussed in detail.
169
References
`` Direct Search'' Solution of Numerical and Statistical Problems
Robert Hooke,T. A. Jeeves +1 more
TL;DR: The phrase "direct search" is used to describe sequential examination of trial solutions involving comparison of each trial solution with the "best" obtained up to that time together with a strategy for determining (as a function of earlier results) what the next trial solution will be.
4.5K
A Rapidly Convergent Descent Method for Minimization
Roger Fletcher,M. J. D. Powell +1 more
TL;DR: A number of theorems are proved to show that it always converges and that it converges rapidly, and this method has been used to solve a system of one hundred non-linear simultaneous equations.