Non Linear Optimization
Non Linear Optimization
f ( x ) = 100( x2 − x12 )2 + (1 − x1 )2 .
1. Use Gradient descent with Backtracking line search to find the minimum value of f ,
given:
2. Use Newton method with Backtracking line search to find the minimum value of f
using the same information as above.