登录
首页 » matlab » aco-ga-pso-tsp

aco-ga-pso-tsp

于 2019-03-13 发布
0 291
下载积分: 1 下载次数: 24

代码说明:

说明:  Matlab实现ACO-GA-PSO三种混合算法解决TSP经典问题(Three Mixed Algorithms ACO-GA-PSO Realized by MATLAB to Solve the Classic TSP Problem)

文件列表:

mutation_b.m, 195 , 2007-12-05
mutation_c.m, 208 , 2007-12-05
mutation_d.m, 261 , 2007-12-05
ant_pso.m, 4222 , 2008-03-23
ca_tsp.m, 144 , 2007-11-22
cross_tsp_a.m, 477 , 2007-12-05
cross_tsp_b.m, 419 , 2007-12-05
cross_tsp_c.m, 417 , 2007-12-05
cross_tsp_d.m, 438 , 2007-12-05
mutation_a.m, 141 , 2007-12-05
www.pudn.com.txt, 218 , 2007-06-05
aco-ga-pso-tsp\ant_pso.m, 4222 , 2008-03-23
aco-ga-pso-tsp\ca_tsp.m, 144 , 2007-11-22
aco-ga-pso-tsp\cross_tsp_a.m, 477 , 2007-12-05
aco-ga-pso-tsp\cross_tsp_b.m, 419 , 2007-12-05
aco-ga-pso-tsp\cross_tsp_c.m, 417 , 2007-12-05
aco-ga-pso-tsp\cross_tsp_d.m, 438 , 2007-12-05
aco-ga-pso-tsp\mutation_a.m, 141 , 2007-12-05
aco-ga-pso-tsp\mutation_b.m, 195 , 2007-12-05
aco-ga-pso-tsp\mutation_c.m, 208 , 2007-12-05
aco-ga-pso-tsp\mutation_d.m, 261 , 2007-12-05
aco-ga-pso-tsp\www.pudn.com.txt, 218 , 2007-06-05
aco-ga-pso-tsp, 0 , 2019-02-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • aCM_HJY_100veh_addcontrol_120726_sim
    基于微观交通流建模中运用车辆跟驰模型方法 进行仿真(Simulation based on microscopic traffic flow modeling in the use of car-following model method)
    2013-03-30 16:45:27下载
    积分:1
  • course-of-MATLAB2010a-Zhangzhiyong
    MATLAB2010a教程,适合于MATLAB的初学者学习!(MATLAB2010a tutorial)
    2012-11-27 18:27:26下载
    积分:1
  • Amplifiers
    利用数值变换求解算发此程序,利用数值变换求解算发此程序,利用数值变换求解算发此程序(Solved using numerical transform operator made this procedure, the numerical calculation made to solve this transformation process, made use of numerical calculation to solve the program transformation)
    2010-11-21 11:42:51下载
    积分:1
  • Kalman_filter_simulation_for_a_vehicle_travelling_
    Kalman filter simulation for a vehicle travelling along a road(Kalman filter simulation for a vehicle tra velling along a road)
    2007-05-17 18:52:52下载
    积分:1
  • qeifang
    GSM中GMSK调制信号的产生,一个师兄的毕设,包括最小二乘法、SVM、神经网络、1_k近邻法。( GSM is GMSK modulation signal generation, A complete set of brothers, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.)
    2017-01-10 17:46:22下载
    积分:1
  • Coordinate-conversion
    坐标转换(四参数) [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end (Coordinate conversion: [row col]=size(source) for i=1:row u(i)=source(i,2) v(i)=source(i,3) x(i)=source(i,4) y(i)=source(i,5) B(2*i-1,1)=1 B(2*i-1,2)=0 B(2*i-1,3)=u(i) B(2*i-1,4)=-v(i) B(2*i,1)=0 B(2*i,2)=1 B(2*i,3)=v(i) B(2*i,4)=u(i) L(2*i-1,1)=x(i) L(2*i,1)=y(i) end X=inv(B *B)*(B *L) Txy=[X(1) X(2)] xzjz(1,1)=X(3) xzjz(1,2)=-X(4) xzjz(2,1)=X(4) xzjz(2,2)=X(3) [row1 col1]=size(target) for i=1:row1 u1(i)=target(i,2) v1(i)=target(i,3) d=[u1(i) v1(i)] md=Txy+xzjz*d end end )
    2014-12-12 19:02:28下载
    积分:1
  • Communication-System-Simulation-7-8
    讲述通信系统仿真的基本知识,包括载波调制的数字传输和综合应用的内容(Basic knowledge about the communications system simulation, including carrier modulation, digital transmission and integrated applications)
    2013-04-12 13:46:39下载
    积分:1
  • comm_ref
    very important reference for matalab
    2013-05-16 05:32:34下载
    积分:1
  • mips-extns
    XLR and XLP interrupt request and interrupt mask registers.
    2015-04-19 09:58:05下载
    积分:1
  • msminimization
    this is a new alghorithm about tabu search....
    2013-05-26 16:49:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载