OneStopGate.Com
OnestopGate   OnestopGate
   Tuesday, May 14, 2024 Login  
OnestopGate
Home | Overview | Syllabus | Tutorials | FAQs | Downloads | Recommended Websites | Advertise | Payments | Contact Us | Forum
OneStopGate

GATE Resources
Gate Articles
Gate Books
Gate Colleges 
Gate Downloads 
Gate Faqs
Gate Jobs
Gate News 
Gate Sample Papers
Training Institutes

GATE Overview
Overview
GATE Eligibility
Structure Of GATE
GATE Coaching Centers
Colleges Providing M.Tech/M.E.
GATE Score
GATE Results
PG with Scholarships
Article On GATE
Admission Process For M.Tech/ MCP-PhD
GATE Topper 2012-13
GATE Forum




GATE 2025 Exclusive
Organizing Institute
Important Dates
How to Apply
Discipline Codes
GATE 2025 Exam Structure

GATE 2025 Syllabus
Aerospace Engg..
Agricultural Engg..
Architecture and Planning
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Geology and Geophysics
Instrumentation Engineering
Life Sciences
Mathematics
Mechanical Engg..
Metallurgical Engg..
Mining Engg..
Physics
Production & Industrial Engg..
Pharmaceutical Sciences
Textile Engineering and Fibre Science

GATE Study Material
Aerospace Engg..
Agricultural Engg..
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Instrumentation Engg..
Life Sciences
Mathematics
Mechanical Engg..
Physics
Pharmaceutical Sciences
Textile Engineering  and Fibre Science

GATE Preparation
GATE Pattern
GATE Tips N Tricks
Compare Evaluation
Sample Papers 
Gate Downloads 
Experts View

CEED 2013
CEED Exams
Eligibility
Application Forms
Important Dates
Contact Address
Examination Centres
CEED Sample Papers

Discuss GATE
GATE Forum
Exam Cities
Contact Details
Bank Details

Miscellaneous
Advertisment
Contact Us


Home » GATE Study Material » Mathematics » Numerical Analysis » Numerical Optimization » Powell's Method

Powell's Method

Looking for GATE Preparation Material? Join & Get here now!

** Gate 2013 Question Papers.. ** CEED 2013 Results.. ** Gate 2013 Question Papers With Solutions.. ** GATE 2013 CUT-OFFs.. ** GATE 2013 Results.. **

Powell's Method

Background - The Taxi Cab Method

    Let  
[Graphics:Images/PowellMethodMod_gr_1.gif]  be an initial guess at the location of the minimum of the function  [Graphics:Images/PowellMethodMod_gr_2.gif].   Assume that the partial derivatives of the function are not available.  An intuitively appealing approach to approximating a minimum of the function  f  is to generate the next approximation  [Graphics:Images/PowellMethodMod_gr_3.gif]  by proceeding successively to a minimum of  f  along each of the  n  standard base vectors.  This process can be called the taxi-cab method and generates the sequence of points  

        
[Graphics:Images/PowellMethodMod_gr_4.gif].  

Along each standard base vector  [Graphics:Images/PowellMethodMod_gr_5.gif]  the function  f  is a function of one variable, and the minimization of  f  might be accomplished by the application of either the golden ratio or Fibonacci searches if  f  is unimodal in this search direction. The iteration is then repeated to generate a sequence of points  [Graphics:Images/PowellMethodMod_gr_6.gif].  Unfortunately, the method is, in general, inefficient due to the geometry of multivariable functions.  But the construction [Graphics:Images/PowellMethodMod_gr_7.gif] is involved in the first step of Powell's method, and it is worthwhile to see how it works.  A typical sequence of points generated by the taxi-cab method is shown in Figure 1 below.

                [Graphics:../Images/PowellMethodMod_gr_240.gif]
    Figure 1.  A sequence of points in 2D generated by the taxi-cab method.

 

Algorithm (Taxi Cab Method for Finding a Minimum).  To numerically approximate a local minimum of  [Graphics:Images/PowellMethodMod_gr_8.gif],  where  f  is a continuous function of  n  real variables and  [Graphics:Images/PowellMethodMod_gr_9.gif]  by starting with one point  [Graphics:Images/PowellMethodMod_gr_10.gif]  and using the "taxi-cab" search along the directions of the standard base vectors [Graphics:Images/PowellMethodMod_gr_11.gif].

Mathematica Subroutine (Taxi Cab Method for Finding a Minimum). To numerically approximate a local minimum of [Graphics:Images/PowellMethodMod_gr_12.gif],  start with [Graphics:Images/PowellMethodMod_gr_13.gif] and using the "taxi-cab" search.  
Notice.  To streamline the algorithm we use Mathematica's built in procedure FindMinimum to perform the line searches along the base vectors [Graphics:Images/PowellMethodMod_gr_14.gif].  In practice alternate methods could be employed.  

[Graphics:Images/PowellMethodMod_gr_15.gif]

Powell's Method

    The essence of Powell's method is to add two steps to the process described in the preceding paragraph.  The vector  
[Graphics:Images/PowellMethodMod_gr_40.gif]  represents, in some sense, the average direction moved over the  n intermediate steps  [Graphics:Images/PowellMethodMod_gr_41.gif]  in an iteration.  Thus the point  [Graphics:Images/PowellMethodMod_gr_42.gif]  is determined to be the point at which the minimum of the function  f  occurs along the vector  [Graphics:Images/PowellMethodMod_gr_43.gif].  As before,  f  is a function of one variable along this vector and the minimization could be accomplished with an application of the golden ratio or Fibonacci searches.  Finally, since the vector  [Graphics:Images/PowellMethodMod_gr_44.gif]  was such a good direction, it replaces one of the direction vectors for the next iteration.  The iteration is then repeated using the new set of direction vectors to generate a sequence of points  [Graphics:Images/PowellMethodMod_gr_45.gif].  In one step of the iteration instead of a zig-zag path the iteration follows a "dog-leg" path.  The process is outlined below.

    Let  [Graphics:Images/PowellMethodMod_gr_46.gif]  be an initial guess at the location of the minimum of the function  

        
[Graphics:Images/PowellMethodMod_gr_47.gif].

Let  
[Graphics:Images/PowellMethodMod_gr_48.gif]   for   [Graphics:Images/PowellMethodMod_gr_49.gif]  be the set of standard base vectors.
Initialize the vectors  
[Graphics:Images/PowellMethodMod_gr_50.gif]  for  [Graphics:Images/PowellMethodMod_gr_51.gif]  and use their transpose  [Graphics:Images/PowellMethodMod_gr_52.gif]  to form the columns of the matrix  U  as follows:  

        
[Graphics:Images/PowellMethodMod_gr_53.gif].  

Initialize the counter  
[Graphics:Images/PowellMethodMod_gr_54.gif].   

(i)    Set  [Graphics:Images/PowellMethodMod_gr_55.gif].  

(ii)    For   [Graphics:Images/PowellMethodMod_gr_56.gif],   
    find the value of  
[Graphics:Images/PowellMethodMod_gr_57.gif]  that minimizes  [Graphics:Images/PowellMethodMod_gr_58.gif],  
    and set  
[Graphics:Images/PowellMethodMod_gr_59.gif].   

(iii)    Set  [Graphics:Images/PowellMethodMod_gr_60.gif]  for  [Graphics:Images/PowellMethodMod_gr_61.gif]  and
    set  
[Graphics:Images/PowellMethodMod_gr_62.gif].  

(iv)    Increment the counter  [Graphics:Images/PowellMethodMod_gr_63.gif].   

(v)    Find the value of  [Graphics:Images/PowellMethodMod_gr_64.gif]  that minimizes  [Graphics:Images/PowellMethodMod_gr_65.gif],  
    and set  [Graphics:Images/PowellMethodMod_gr_66.gif].   

(vi)    Repeat steps (i) through (v) until convergence is achieved.  

    A typical sequence of points generated by Powell's method is shown in Figure 2 below.

                [Graphics:../Images/PowellMethodMod_gr_272.gif]
    Figure 2.  A sequence of points in 2D generated by Powell's method.

Algorithm (Powell's Method for Finding a Minimum).  To numerically approximate a local minimum of  [Graphics:Images/PowellMethodMod_gr_67.gif],  where  f  is a continuous function of  n  real variables and  [Graphics:Images/PowellMethodMod_gr_68.gif]  by starting with one point  [Graphics:Images/PowellMethodMod_gr_69.gif]  and using the "dog-leg" search along the directions of the direction vectors [Graphics:Images/PowellMethodMod_gr_70.gif].

Mathematica Subroutine (Powell's Method for Finding a Minimum).  To numerically approximate a local minimum of [Graphics:Images/PowellMethodMod_gr_71.gif],  start with [Graphics:Images/PowellMethodMod_gr_72.gif] and using the "taxi-cab" search.  
Notice.  To streamline the algorithm we use Mathematica's built in procedure FindMinimum to perform the line searches along the direction vectors [Graphics:Images/PowellMethodMod_gr_73.gif].  In practice alternate methods could be employed.  

[Graphics:Images/PowellMethodMod_gr_74.gif]
 



Discussion Center

Discuss/
Query

Papers/
Syllabus

Feedback/
Suggestion

Yahoo
Groups

Sirfdosti
Groups

Contact
Us

MEMBERS LOGIN
  
Email ID:
Password:

  Forgot Password?
 New User? Register!

INTERVIEW EBOOK
Get 9,000+ Interview Questions & Answers in an eBook. Interview Question & Answer Guide
  • 9,000+ Interview Questions
  • All Questions Answered
  • 5 FREE Bonuses
  • Free Upgrades
GATE RESOURCES
 
  • Gate Books
  • Training Institutes
  • Gate FAQs
  • GATE BOOKS
     
  • Mechanical Engineeering Books
  • Robotics Automations Engineering Books
  • Civil Engineering Books
  • Chemical Engineering Books
  • Environmental Engineering Books
  • Electrical Engineering Books
  • Electronics Engineering Books
  • Information Technology Books
  • Software Engineering Books
  • GATE Preparation Books
  • Exciting Offers



    GATE Exam, Gate 2009, Gate Papers, Gate Preparation & Related Pages


    GATE Overview | GATE Eligibility | Structure Of GATE | GATE Training Institutes | Colleges Providing M.Tech/M.E. | GATE Score | GATE Results | PG with Scholarships | Article On GATE | GATE Forum | GATE 2009 Exclusive | GATE 2009 Syllabus | GATE Organizing Institute | Important Dates for GATE Exam | How to Apply for GATE | Discipline / Branch Codes | GATE Syllabus for Aerospace Engineering | GATE Syllabus for Agricultural Engineering | GATE Syllabus for Architecture and Planning | GATE Syllabus for Chemical Engineering | GATE Syllabus for Chemistry | GATE Syllabus for Civil Engineering | GATE Syllabus for Computer Science / IT | GATE Syllabus for Electronics and Communication Engineering | GATE Syllabus for Engineering Sciences | GATE Syllabus for Geology and Geophysics | GATE Syllabus for Instrumentation Engineering | GATE Syllabus for Life Sciences | GATE Syllabus for Mathematics | GATE Syllabus for Mechanical Engineering | GATE Syllabus for Metallurgical Engineering | GATE Syllabus for Mining Engineering | GATE Syllabus for Physics | GATE Syllabus for Production and Industrial Engineering | GATE Syllabus for Pharmaceutical Sciences | GATE Syllabus for Textile Engineering and Fibre Science | GATE Preparation | GATE Pattern | GATE Tips & Tricks | GATE Compare Evaluation | GATE Sample Papers | GATE Downloads | Experts View on GATE | CEED 2009 | CEED 2009 Exam | Eligibility for CEED Exam | Application forms of CEED Exam | Important Dates of CEED Exam | Contact Address for CEED Exam | CEED Examination Centres | CEED Sample Papers | Discuss GATE | GATE Forum of OneStopGATE.com | GATE Exam Cities | Contact Details for GATE | Bank Details for GATE | GATE Miscellaneous Info | GATE FAQs | Advertisement on GATE | Contact Us on OneStopGATE |
    Copyright © 2024. One Stop Gate.com. All rights reserved Testimonials |Link To Us |Sitemap |Privacy Policy | Terms and Conditions|About Us
    Our Portals : Academic Tutorials | Best eBooksworld | Beyond Stats | City Details | Interview Questions | India Job Forum | Excellent Mobiles | Free Bangalore | Give Me The Code | Gog Logo | Free Classifieds | Jobs Assist | Interview Questions | One Stop FAQs | One Stop GATE | One Stop GRE | One Stop IAS | One Stop MBA | One Stop SAP | One Stop Testing | Web Hosting | Quick Site Kit | Sirf Dosti | Source Codes World | Tasty Food | Tech Archive | Software Testing Interview Questions | Free Online Exams | The Galz | Top Masala | Vyom | Vyom eBooks | Vyom International | Vyom Links | Vyoms | Vyom World
    C Interview Questions | C++ Interview Questions | Send Free SMS | Placement Papers | SMS Jokes | Cool Forwards | Romantic Shayari