Golden Search and Quadratic Estimation
Golden Search and Quadratic Estimation
Engineering
Avijit Maji
Department of Civil Engineering
IIT Bombay
Golden section search method
• Calculating the Fibonacci is additional burden
• At every iteration the proportion of elimination is not same
• In Golden section search method the search space (a, b) is linearly
mapped to unit interval (0, 1)
• Two points at a distance of ! from either end of the search space are
chosen
• In every iteration, (1 − !) portion of the search space is eliminated
• The golden number for ! is 0.618