make_rp.m
上传用户:kendun0711
上传日期:2007-06-03
资源大小:32k
文件大小:0k
- % 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)));