Transcription of METHOD OF QUADRATIC INTERPOLATION
{{id}} {{{paragraph}}}
METHOD OF QUADRATIC INTERPOLATIONKELLER methods are a common approach to the more generalarea of line search for optimization. In the case of QUADRATIC inter-polation, the function s critical value is bracketed, and a quadraticinterpolant is fitted to the arc contained in the interval. Then, theinterpolant is minimized, and the new interval is determined based onthe relation of the minimizer to the original endpoints of the more formally, letx* maximize (or minimize)f(x). Ifx* isnot easily found through analytic methods, then it is significantly eas-ier to bracket the interval over which this critical point occurs.
Which is commonly called the secant formula. Remark 2.1. Letting x k 1!x k in (2.7), and assuming that f00(x k) exists, (2.7) becomes: x k+1 = x k k f0 f00 k But this is precisely the iteration de ned by Newton’s method. This motivates calling (2.7) the secant method, because it is just Newton’s method with the secant approximation of f00(x ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}