% % 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'); [xval,maxf] = optga( @(x) c_8_p_7_fn(x), [0,2], 24, 100, 10, 0.005, 0.6 )