Question: 5.3 Steepest Ascent/Descent Methods (for non-linear optimisation)These methods use information about the local gradient in a function to move gradually in a series of steps
5.3 Steepest Ascent/Descent Methods (for non-linear optimisation)These methods use information about the local gradient in a function to move gradually in a series of steps towards the local maximum or minimum point. The point found may or may not be the global maximum/minimum of the function. At each step, it would be sensible to move in the steepest direction, which is given by gradf.Steps:(1) Select a starting point,(2) Calculate the steepest gradient at this point(3) Move in this direction a distance r until a max/min is reached.This gives us the next point to search from.(4) Repeat from step (2) untilIn practice, this method tends to be very slow, progressing in small steps.Example 4Use two iterations of the steepest descent method to locate the minimum of the function f(x,y)=(x-y)2x23. Start the search from the point (1,-1). Can u help me explain these in apaper. Thankyou i will give 5 star
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
