Optimization Lesson 4 - Numerical Solutions of Unconstrained Single-Variable Optimization
Optimization Lesson 4 - Numerical Solutions of Unconstrained Single-Variable Optimization
(ME3202)
• The convergence depends on the initial point and the nature of the objective function.
Newton-Raphson’s technique – Algorithm
Step 1 Set 𝑖 = 1.
Choose initial guess 𝑥𝑖
Compute 𝑓 ′ 𝑥𝑖
Choose a small number 𝜀 (minimum allowable value for the first derivative).
Step 2 Compute 𝑓 ′′ 𝑥𝑖
𝑓 ′ 𝑥𝑖
Step 3 Calculate 𝑥𝑖+1 = 𝑥𝑖 − 𝑓′′ 𝑥𝑖