1 / 4

Efficient Conjugate Directions for Quadratic Function Optimization with Modified Powell’s Method

This algorithm generates conjugate directions for a quadratic function using Modified Powell’s Method. It starts at two arbitrary points and a specified direction, then iterates to find Q-conjugate directions for optimization. The process involves generating points, finding the index for the direction with the largest decrease, calculating the pattern direction, updating the search direction set, and repeating until convergence is achieved. This is the first cycle of Modified Powell’s Method for optimization problems.

maren
Télécharger la présentation

Efficient Conjugate Directions for Quadratic Function Optimization with Modified Powell’s Method

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Generating of conjugate directions For a quadratic function and two arbitrary points , and a specified direction ,let denotes the minimum point of on the line starting at along and the minimum point on the line starting at along , then the directions and ( - ) are Q-conjugate.

  2. Algorithm of the Modified Powell’s Method • 1. Given a starting point ,for each coordinate direction, generate the points at which the minimum of the objective function occurs, denotes them by , …, . • 2. Find the index corresponding to the direction of the above univariate search which yields the largest decrease from to . • 3. Calculate the pattern direction and determine the point at which the minimization of f along the pattern direction occurs. • 4. Check the following criterion to see if the search direction set needs to be undated. • 5. k->k+1, repeat step 2 to step 4, until the convergence with a specified accuracy is reached.

  3. Modified Powell’s Mehtod(the 1st cycle)

More Related