解tsp问题的遗传算法c语言程序

解tsp问题的遗传算法c语言程序

ID:14054186

大小:42.00 KB

页数:22页

时间:2018-07-25

解tsp问题的遗传算法c语言程序_第1页
解tsp问题的遗传算法c语言程序_第2页
解tsp问题的遗传算法c语言程序_第3页
解tsp问题的遗传算法c语言程序_第4页
解tsp问题的遗传算法c语言程序_第5页
资源描述:

《解tsp问题的遗传算法c语言程序》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、解TSP问题的遗传算法C语言程序#include#include#include#include#include#include#include#include#include#definemaxpop100#definemaxstring100structpp{unsignedcharchrom[maxstring];  floatx,fitness;  unsignedintparent1,paren

2、t2,xsite;  };structpp*oldpop,*newpop,*p1;unsignedintpopsize,lchrom,gem,maxgen,co_min,jrand;unsignedintnmutation,ncross,jcross,maxpp,minpp,maxxy;floatpcross,pmutation,sumfitness,avg,max,min,seed,maxold,oldrand[maxstring];unsignedcharx[maxstring],y[maxstring];float*dd,ff,maxdd,refpd,fm[2

3、01];FILE*fp,*fp1;floatobjfunc(float);voidstatistics();intselect();intflip(float);intcrossover();voidgeneration();voidinitialize();voidreport();floatdecode();voidcrtinit();voidinversion();floatrandom1();voidrandomize1();main(){unsignedintgen,k,j,tt;charfname[10];floatttt;clrscr();co_min

4、=0;if((oldpop=(structpp*)farmalloc(maxpop*sizeof(structpp)))==NULL){printf("memoryrequstfail!");exit(0);}if((dd=(float*)farmalloc(maxstring*maxstring*sizeof(float)))==NULL){printf("memoryrequstfail!");exit(0);}if((newpop=(structpp*)farmalloc(maxpop*sizeof(structpp)))==NULL){printf(

5、"memoryrequstfail!");exit(0);}if((p1=(structpp*)farmalloc(sizeof(structpp)))==NULL){printf("memoryrequstfail!");exit(0);}for(k=0;k

6、)==NULL){printf("cannotopenfile");exit(0);}gen=0;randomize();initialize();fputs("thisisresultoftheTSPproblem:",fp);fprintf(fp,"city:%2dpsize:%3dRef.TSP_path:%f",lchrom,popsize,refpd);fprintf(fp,"Pc:%fPm:%fSeed:%f",pcross,pmutation,seed);fprintf(fp,"Xsite:");for(k=0;k

7、){if((k%16)==0)fprintf(fp,"");fprintf(fp,"%5d",x[k]);}fprintf(fp,"Ysite:");for(k=0;k

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。