CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - GA TSP

搜索资源列表

  1. TSP

    1下载:
  2. 基于遗传算法的TSP的MATLAB源代码-THE SOLVE OF THE TSP BY GA
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:7.2kb
    • 提供者:liujingai
  1. GA

    0下载:
  2. 利用模拟退火发求解TSP问题。 Location.dat存储了每个城市的坐标-Simulating Anealing Method for TSP
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:陈强
  1. ga_tsp

    0下载:
  2. 遗传算法小程序,关于解决TSP问题的遗传算法,仅供参考-GA small program on the settlement of the TSP Genetic Algorithm for reference purposes only and interact more
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.68kb
    • 提供者:刘炎华
  1. tsp_genetic

    1下载:
  2. Another TSP GA for Maltab
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2.83kb
    • 提供者:aven
  1. GAtsp

    0下载:
  2. GA(遗传算法)求解tsp(旅行商问题),并附上实验报告-GA tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:572.66kb
    • 提供者:龚汉杰
  1. matlabTSP

    0下载:
  2. matlab实现的TSP遗传算法 简单易懂-matlab ralision the TSP based on GA
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3.99kb
    • 提供者:hakunamatata
  1. gaGui

    0下载:
  2. 遗传算法GA 遗传算法: 旅行商问题(traveling saleman problem,简称tsp): 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短-GA GA GA: TSP (traveling saleman problem, short tsp): n known distance between cities, a salesman of ex
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3.9kb
    • 提供者:王晨
  1. 02219aeaab93

    0下载:
  2. TSP code with GA in Matlab
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:2.29kb
    • 提供者:Naghmeh
  1. ants(colony_basic)

    0下载:
  2. 基本遗传算法求解tsp问题,包含GA的选择、交叉、变异等操作。-Basic genetic algorithm tsp problem contains the GA' s selection, crossover, and mutation operation.
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:2.07kb
    • 提供者:良东
  1. GA_tsp

    0下载:
  2. 本程序为使用基本GA求解tsp问题 种群数:60 最大世代数:5000 交叉率: 0.80 变异率: 0.15 -GA tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:4.85kb
    • 提供者:xuqing
  1. GATSproblem

    0下载:
  2. 主程序是GA.m,geneticTSP.m是主体程序,遗传算法解决TSP问题完整程序-The main program is GA.m, geneticTSP.m is the main program, the genetic algorithm to solve TSP complete program
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.62kb
    • 提供者:mark
  1. ga-tsp

    0下载:
  2. ga遗传算法解决tsp问题的一个简单实例, 学习使用-ga for tsp
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:wang
  1. GA-TSP

    0下载:
  2. TSP问题的遗传算法(GA)C++编程设计,需要自行编写输入数据文档即可-TSP Genetic Algorithem C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.79kb
    • 提供者:Jeremy
  1. tsp

    0下载:
  2. SA、GA、PSO解决TSP问题的C++源代码-SA, GA, PSO to solve the TSP problem. C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:8.87kb
    • 提供者:demi
  1. GA-travel

    0下载:
  2. 利用GA在MATLAB平台上对TSP路径进行优化 。-the path optimization of TSP using GA on MATLAB platform.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3.87kb
    • 提供者:王先生
  1. GA for TSP

    0下载:
  2. Genetic algorithm matlab code for solve travelling salesman problem
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3kb
    • 提供者:a.shabani
  1. ga+TSP

    1下载:
  2. 由遗传算法开发的整数规划,车辆调度问题(Integer programming developed by genetic algorithm and vehicle scheduling problem)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:6kb
    • 提供者:huang_sir
  1. GA-tsp

    0下载:
  2. 使用遗传算法解决了旅行商问题,采用C++做实现(The traveling salesman problem is solved by genetic algorithm, and implemented by C++.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2kb
    • 提供者:derek__z
  1. chapter4

    0下载:
  2. 遗传算法程序,求解旅行商问题,可用于非线性求解(this is GA program for tsp ,and you can use it to slove some proplem)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:7kb
    • 提供者:ifengjh
  1. 6. TSP Prog

    0下载:
  2. 遗传算法解决旅行商问题,可以解决N个城市最短路程问题并画图表示,给出迭代次数和最短距离(Solving the traveling salesman problem by genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:3kb
    • 提供者:ZDYTR
« 12 »
搜珍网 www.dssz.com