List of MATLAB Programs for Chapter 6

  • conj_gradient.m: Conjugate-gradient nethod

  • fletcher_reeves.m: Fletcher-Reaves Method

  • f_himm.m: Function for the evaluation of the Himmelblau function

  • g_himm.m: Function for the evaluation of the gradient of the Himmelblau function

  • h_himm.m: Function for the evaluation of the Hessian of the Himmelblau function

  • inex_lsearch: Inexact line search

  • partan.m: Partan method

  • powel.m: Powell's method for nonquadratic functions

  • powel_q.m: Powell's method for quadratic functions

  • zanghill.m: Zanghill's method for nonquadratic functions

  • zanghill_q.m: Zanghill's method for quadratic functions