A Study Of Iterative Methods In Optimization

ABSTRACT

Optimization techniques are called into play everyday in decision making

processes involving resource allocation in almost every discipline. However, the

development and implementation of algorithm for solving optimization problems

are fraught with many difficulties and frustrations.

The aim of this thesis has been to examine and identify some of the problems

associated with the development and implementation of a class of optimization

algorithms and to develop a means of improving upon them. The

study made use of functions such as the Rosenbrock’s function that are known

to be a good test of robustness of these techniques.

The study covered a number of algorithms in both unconstrained and constrained

optimization. Some of the problems encountered were in the implementation

of the Modified Newton’s method. It was discovered that if

at any iterate xk, the Hessian matrix H(xk) is not positive definite, then

−H(xk)−1∇f(xk) is not a descent direction. In this case, we look for a new

direction where the Hessian matrix will be positive definite. Some of the

suggestions proposed in the literature did not always lead to a descent direction.

A new iterate could be found from xk+1 = xk − λkvk where vk is

the eigenvector corresponding to the negative eigenvalue of H(xk). However,

if this fails then an alternative is to make use of the Hessian at the previous

iterate H(xk−1) to compute the next iterate xk+1 which will hopefully give a

positive definite Hessian. If this also fails, then setting H(xk)−1 = In converts

the Modified Newton’s method into the Steepest Descent method, where

xk+1 = xk − αk∇f(xk).

The study also revealed that to determine the various critical points of a

given function, it may require more than one technique. All the computations

in this work made use of OCTAVE, a public domain mathematical software.

Subscribe to access this work and thousands more
Overall Rating

0

5 Star
(0)
4 Star
(0)
3 Star
(0)
2 Star
(0)
1 Star
(0)
APA

NKANSAH, H (2021). A Study Of Iterative Methods In Optimization. Afribary. Retrieved from https://afribary.com/works/a-study-of-iterative-methods-in-optimization-1

MLA 8th

NKANSAH, HENRIETTA "A Study Of Iterative Methods In Optimization" Afribary. Afribary, 05 Apr. 2021, https://afribary.com/works/a-study-of-iterative-methods-in-optimization-1. Accessed 03 May. 2024.

MLA7

NKANSAH, HENRIETTA . "A Study Of Iterative Methods In Optimization". Afribary, Afribary, 05 Apr. 2021. Web. 03 May. 2024. < https://afribary.com/works/a-study-of-iterative-methods-in-optimization-1 >.

Chicago

NKANSAH, HENRIETTA . "A Study Of Iterative Methods In Optimization" Afribary (2021). Accessed May 03, 2024. https://afribary.com/works/a-study-of-iterative-methods-in-optimization-1