List of MATLAB Programs for Chapter 7
- bfgs.m: Quasi-Newton BFGS algorithm
- bfgs_mless.m: Quasi-Newton memoryless BFGS algorithm
- dfp.m: Quasi-Newton DFP algorithm
- f_himm.m: Function for the evaluation of the Himmelblau
function
- fletcher_switch.m: Quasi-Newton algorithm with the
Fletcher switch
- g_himm.m: Function for the evaluation of the gradient
of the Himmelblau function
- hoshino.m: Quasi-Newton Hoshino algorithm
- inex_lsearch.m: Inexact line search
- pearson.m: Quasi-Newton Pearson algorithm
- rank_one.m: Quasi-Newton rank-one algorithm
|