www.pudn.com > aft.rar > make_rp.m
% this file make the requistite structure of run parameters rp.mu = 0.3; % step-size rp.Nn = 200; % number of iterations % uncomment a line for each of the examples in the book or % substitute your own values rp.a1=-0.1950; rp.a2=0.95; rp.Jmin = 0.0965; rp.a1=-0.9750; rp.a2=0.95; rp.Jmin = 0.0731; %rp.a1=-1.5955; rp.a2=0.95; rp.Jmin = 0.0322; %rp.a1=-1.9114; rp.a2=0.95; rp.Jmin = 0.0038; rp.lam1=(1-((rp.a1)/(1+rp.a2))); rp.lam2=(1+((rp.a1)/(1+rp.a2)));