List of MATLAB Programs for Chapter 4

  • cub_inter.m: Cubic interpolation search

  • dichotomous.m: Dichotomous search

  • DSC_search.m: Davies, Swan, and Campey search

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

  • f_himm_p.m: Function for the evaluation of the modified Himmelblau function

  • fibonacci.m: Fibonacci search

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

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

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

  • golden_sect.m: Golden-section search

  • inex_lsearch.m: Inexact line search

  • quad_inter.m: Quadratic interpolation search