% % Written by: % -- % John L. Weatherwax 2009-04-21 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- % EPage 152 close all; clc; clear all; addpath('../../BookCode'); global p1 d1; x0 = [1, 2, 0, 2, 3].'; mincg( @(x) c_8_p_5_fn(x), @(x) c_8_p_5_fn_prime(x), @(x) c_8_p_5_line_search_fn(x), x0, 1.e-6 );