Title:
steepest_method_with_const_step Download
Description: NUMERICAL OPTIMIZATION:
This is steepest descent method with constant step length to find the minima of
f(x, y) = xy exp(− 2x^2 − y^2+ 0.3y)
Graphical represxentation in 5 ways of solution, simple and clear explained.
File list (Check if you may need any files):
steepest_method with_const_step\steepest_method with_const_step.m
steepest_method with_const_step