ImageVerifierCode 换一换
格式:TXT , 页数:7 ,大小:6.83KB ,
资源ID:4643371      下载积分:10 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bingdoc.com/d-4643371.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(遗传算法选址代码.txt资料文档下载)为本站会员(wj)主动上传,冰点文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰点文库(发送邮件至service@bingdoc.com或直接QQ联系客服),我们立即给予删除!

遗传算法选址代码.txt资料文档下载

1、22.114 12.617; 23.670 19.639;23.167 23.413;22.804 27.228;28.400 7.940; 28.870 12.820;28.866 18.521;28.290 23.690;28.304 27.915; 33.976 23.961;37.897 16.702;39.270 11.630;43.500 14.700; 39.854 7.780;52.930 9.170;%S1=0;for m=1:26 S1=S1+sqrt(18.450-a(m,1)2+(17.420-a(m,2)2);end%for i =1:popsize % GApop(

2、i,:)=Code(lenchrom,bound); % fitness(i)=fun(GApop(i,:),a);%bestfitness bestindex=min(fitness);zbest= GApop(bestindex,:);gbest= GApop;fitnessgbest= fitness;fitnesszbest=bestfitness;%for i=1:maxgen i;% GAGApop=Select(GApop, fitness, popsize);%GAGApop=Cross(pc,lenchrom,GApop,popsize,bound);clear %workp

3、lace % %Pz2=0; Pz2=Pz2+55/(18.450-a(m,1)2+(17.420-a(m,2)2);bestfitness bestindex=max(fitness);GApop=Mutation(pm, lenchrom, GApop, popsize,i maxgen,bound);pop= GApop;for j=1: Pz1=fun(pop(j,: if Pz2Pz1 fitness(j)=fun(pop(j,: end%if fitness(j)fitnessgbest(j) gbest(j,:)=pop(j,: fitnessgbest(j) = fitness

4、(j); end%fitnesszbestzbest=pop(j,:fitnesszbest= fitness(j);yy(i)= fitnesszbest;%disp *best coordinate*zbestplot(yy,linewidth,2);title( = num2str(maxgen);xlabel(ylabel(grid on%function Pz1=fun(x,a) Pz1=0; Pz1=Pz1+33/(x(1)-a(m,1)2+(x(2)-a(m,2)2);%function ret=Code(lenchrom,bound)%壬% lenchrom input : 峤

5、% bound input : % ret output : flag=0;while flag=0pick=rand(1,lenchrom);ret=bound(:,1)+(bound(:,2)-bound(:,1) .*pick;flag=test(lenchrom,bound,ret);%function ret=Select(individuals,fitness,sizepop)% % individuals input : % fitness input % sizepop input % opts input : 񷽷% ret output : fitness=

6、1 ./(fitness);sumfitness= sum(fitness);sumf= fitness ./sumfitness;index= ;for i= 1:sizepop pick=rand; while pick =0 pick=rand; end for j = 1: pick=pick-sumf(j); if pickpcross continue; endwhile flag=0 % 񽻲 while pick=0 pick=rand;pos=ceil(pick .*sum(lenchrom); %濪v1=chrom(index(1),pos)v2=chrom(

7、index(2),pos)chrom(index(1),pos)=pick*v2+(1-pick)*v1;chrom(index(2),pos)=pick*v1+(1-pick)*v2;flag1=test(lenchrom,bound,chrom(index(1),:);flag2=test(lenchrom,bound,chrom(index(2),:if flag1*flag2=0 flag=0;else flag=1;ret=chrom;%function flag=test(lenchrom,bound,code)% lenchrom input : 峤% bound input %

8、 code output %flag=1;n,m=size(code);for i=1:n if code(i)bound(i,2) flag=0;%function ret =Mutation(pmutation, lenchrom, chrom, sizepop, pop,bound)% pmutation input : % lenchrom input % chrom input % sizepop input : % pop input % ret output : % pick=rand; index=ceil(pick*sizepop);% pmutation % pos=ceil(pick*sum(lenchrom);v=chrom(i,pos);v1=v-bound(pos,1);v2=bound(pos,2)-v;if pick0.5 delta=v2*(1-pick(1-pop(1)/pop(2)2); chrom(i,pos)=v+delta;else delta=v1*(1-pick(1-pop(1)/pop(2)2); chrom(i,pos)=v-delta;flag=test(lenchrom,bound,chrom(i,:

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2