资源简介
人工鱼群 求解tsp 14城
代码片段和文件信息
#include
#include “time.h“
#include “math.h“
#include “AF.h“
//#include “MMAS.h“
#include
#include
#include //内存泄露检测
using namespace std;
#define ITER_NUM 50 //最多迭代次数
#define NAN 100
#define CITY_NUMBER 14
double edge[CITY_NUMBER][CITY_NUMBER];
extern double g_Trial[CITY_NUMBER][CITY_NUMBER]; //两两城市间信息素
int g_bestway[CITY_NUMBER];
double g_bestvalue;
struct city
{
int num;
float x;
float y;
};
city city_position[CITY_NUMBER];
void read_data()
{
ifstream in(“eil14.tsp“);
for (int i=0;i {
in>>city_position[i].num>>city_position[i].x>>city_position[i].y;
}
}
void claculate_edge()
{
for (int i=0;i {
for (int j=0;j {
if(i==j) edge[i][j]=NAN;
else
{
edge[i][j]=sqrt((double)(city_position[i].x-city_position[j].x)*(city_position[i].x-city_position[j].x)+(double)(city_position[i].y-city_position[j].y)*(city_position[i].y-city_position[j].y));
}
}
}
}
int main(){
//读取城市坐标信息
read_data();
//计算任意两点之间距离
claculate_edge();
//fish F[FISH_NUMBER];
Artificial_fish AF;
//生成随机数组并将随机数组赋值给鱼群对象
for (int i=0;i {
for (int j=0;j {
AF.F[i].road[j]=city_position[j].num-1; //num是否要减一?按不减算
}
}
static int tt=(unsigned)time(NULL);
srand((unsigned)time(NULL)+tt++); //随机数生成种子
for (int l=0;l {
for (int n=1;n {
int a;
int randnum=rand()%(CITY_NUMBER-1)+1;
a=AF.F[l].road[n];
AF.F[l].road[n]=AF.F[l].road[randnum];
AF.F[l].road[randnum]=a;
}
cout<<“鱼编号:“< for (int j=0;j {
cout< if (j!=CITY_NUMBER-1) cout<<“->“;
}
cout< AF.F[l].evaluate(AF.F[l]);
cout<<“适应度估计值为:“< }
//开始迭代、路径寻优
for (int iter=0;iter {
for(int m=0;m {
//评估人工鱼的状态,分别进行...操作
int ans_follow = AF.follow(AF.F[m]AF.Fm); //追尾、成功返回0
if (ans_follow)
{
int ans_prey =AF.prey(AF.F[m]AF.Fm); //成功返回0
if (ans_prey)
{
int ans_swarm=AF.swarm(AF.F[m]AF.Fm); //聚群、成功返回0
}
}
if (AF.F[m].fitness AF.updatabullet(AF.F[m]);//如果小于公告板,更新信息
}
cout<<“第“< }
g_bestvalue=AF.bulletin;
cout<<“最优路径:“< for (int i=0;i<14;i++) //最优路径存取
{
g_bestway[i]=AF.best_road[i]+1;
cout< }
cout<
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-07-25 10:42 14\
目录 0 2014-08-12 11:16 14\Debug\
文件 56832 2014-08-12 11:16 14\Debug\testbook.exe
文件 422916 2014-08-12 11:16 14\Debug\testbook.ilk
文件 715776 2014-08-12 11:16 14\Debug\testbook.pdb
目录 0 2014-08-12 11:16 14\testbook\
文件 2567168 2014-08-12 11:16 14\testbook.ncb
文件 890 2014-05-26 10:20 14\testbook.sln
文件 66560 2014-08-12 11:16 14\testbook.suo
文件 5222 2014-08-12 10:21 14\testbook\AF.h
目录 0 2014-08-12 11:16 14\testbook\Debug\
文件 7372 2014-08-12 11:16 14\testbook\Debug\BuildLog.htm
文件 73713 2014-08-12 11:16 14\testbook\Debug\main.obj
文件 69 2014-08-12 11:16 14\testbook\Debug\mt.dep
文件 663 2014-07-17 21:46 14\testbook\Debug\testbook.exe.em
文件 728 2014-07-17 21:46 14\testbook\Debug\testbook.exe.em
文件 621 2014-08-12 11:16 14\testbook\Debug\testbook.exe.intermediate.manifest
文件 158720 2014-08-12 11:16 14\testbook\Debug\vc90.idb
文件 233472 2014-08-12 11:16 14\testbook\Debug\vc90.pdb
文件 238 2014-07-13 09:35 14\testbook\eil14.tsp
文件 497 2006-05-11 12:48 14\testbook\eil51.tsp
文件 2902 2014-08-12 11:16 14\testbook\main.cpp
文件 4177 2014-08-12 11:16 14\testbook\testbook.vcproj
文件 1411 2014-07-04 00:34 14\testbook\testbook.vcproj.DELL-PC.DELL.user
文件 1403 2014-08-12 11:16 14\testbook\testbook.vcproj.ZJX.Administrator.user
- 上一篇:等保制度模板.zip
- 下一篇:广义逼近信息传递算法
相关资源
-
ijkpla
yer 最新rtsp .ts so库 - rtsp大全
- rtsp视频组帧(tcp和udp)
- TSP问题的数模论文合集
- TSP问题测试数据和最优结果含100多组
-
能够播放rtsp的ijkpla
yer动态库 - 离散数学实验TSP旅行商问题的代码实
- qt5.8实现rtsp流播放
- TSPLIB数据集、使用方法及最优解
- Setup for TheBestSpinner
- 满足三角不等式的TSP问题的近似算法
- RtspRtcpRtpLoad_h264.tar.gz
- live555通过VS2013编译,自己整理的,附
- 简单的RTSP RTP RTCP推送H264码流服务器实
- 支持高版本谷歌播放rtsp的插件vxg me
- rtsp 服务器代码,VC可编译使用,RTS
- RTSP流媒体客户端播放器demo
- tspl2指令集
- FLV测试文件,亲身验证,用过VLC可以
- RTSP_RFC2326(中文版).pdf
- OA_Automotive_Ethernet_ECU_TestSpecification_l
- zw_csharp_ffmpeg_rtsp_demo.zip
- 语音开发必DotNetSpeech.dll,mstts.exe,
- 微软官方推荐.NET平台的爬虫软件,
- h264码流rtp传输demo
- ActiveX RTSP实时流媒体播放器 支持录像
- onvif rtsp流对接
- LKHWin-3.0.2
- VLC播放RTSP流
- 获取摄像头ip与视频流
评论
共有 条评论