CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 旅行商

搜索资源列表

  1. Genetic

    0下载:
  2. 遗传算法在TSP旅行商问题运用 VC++ MFC-Genetic algorithm in TSP Traveling Salesman Problem using VC++ MFC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:382514
    • 提供者:xiao wu
  1. geneticalgorithm

    0下载:
  2. 人工智能作业,用遗传算法实现的旅行商问题。-Artificial intelligence, operations, using the genetic algorithm traveling salesman problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1962
    • 提供者:莫名志
  1. sga

    0下载:
  2. 用遗传算法求解旅行商问题,改进算法简单,运行速度快-Traveling salesman problem using genetic algorithm to improve the algorithm is simple, fast running speed
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:5163
    • 提供者:yangjin
  1. GA_TSP

    0下载:
  2. 使用遗传算法解决旅行商问题,包含源代码和编译出的可执行文件-use GA to solve TSP ,there are cpp,hpp.including the whole codes
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:94902
    • 提供者:洪闻涛
  1. upload5

    0下载:
  2. 遗传算法求解旅行商问题。在n=20的情况下依然能90 以上获得正确解。-Genetic Algorithm for Traveling Salesman Problem. In the case of n = 20 can still obtain the correct solution for more than 90 .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4599
    • 提供者:ocpocpocp
  1. TSP_GA

    0下载:
  2. 用遗传算法解决旅行商问题的代码,并附有完整的说明文档-Traveling Salesman Problem with Genetic Algorithm to solve the code, along with a complete documentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:204321
    • 提供者:周周
  1. zhanghua

    0下载:
  2. 主要解决旅行商问题(traveling saleman problem,简称tsp,即已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市,求解最短距离的遗传算法。-。-mainly to solve the traveling salesman problem (traveling saleman problem, listed tsp, known cities n between the distance from the exis
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3416
    • 提供者:张华
  1. MATLAB

    0下载:
  2. 用MATLAB求解遗传算法的旅行商问题,这一类问题在大学生以及研究生的数模竞赛以及日常生活当中尤为重要的,为我们所重视。、近年来,学术界对旅行商问题也逐渐重视起来。-Using MATLAB genetic algorithm for solving the traveling salesman problem, this kind of problem students and graduate students in Mathematical Modeling Contest, and da
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:6195
    • 提供者:zhangshenglin
  1. TSP

    0下载:
  2. 旅行商问题遗传算法C代码,完全可以运行,有不足请指出-Traveling salesman problem genetic algorithm C code can run, there is insufficient please indicate
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3646
    • 提供者:舒婷
  1. P2PTSP

    0下载:
  2. P2P旅行商问题,遗传算法解,代码详细,附使用说明-P2P traveling salesman problem, genetic algorithm solution, the code in detail, attached instructions
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1579229
    • 提供者:舒婷
  1. Genetic

    0下载:
  2. 遗传算法解决旅行商问题,最进在学习,感觉还不错-Genetic algorithm to solve traveling salesman problem, the most progress in learning, feeling pretty good
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:10876656
    • 提供者:舒婷
  1. lvxingshang

    0下载:
  2. 给予免疫与遗传算和蚁群算法 接旅行商问题 很好的论文-Provide the immune genetic algorithm and ant colony algorithm and then a very good paper traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:207577
    • 提供者:ma
  1. SGA

    0下载:
  2. 遗传算法实现TSP,也就是旅行商问题,比较详细的哦!-Genetic Algorithm TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:17581
    • 提供者:张三
  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
    • 文件大小:3995
    • 提供者:王晨
  1. TSP_GA

    0下载:
  2. 在c语言中用遗传算法解决旅行商问题的一个简单的程序,含有主程序,数据文件-In c language using genetic algorithms to solve the traveling salesman problem of a simple program, with the main program, data file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3451
    • 提供者:陈建飞
  1. ga_tsp530

    0下载:
  2. 遗传算法解决旅行商问题的一个集体实例,很有用哦!-Genetic algorithm to solve a collective instance of traveling salesman problem, very useful oh!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:11396
    • 提供者:liu
  1. Genetic

    0下载:
  2. 用遗传算法解决旅行商问题,种群规模为2000,变异方法是将第二位上的基因放到第一位之前,适应函数为1除以路径长度8次方 ,算法迭代125次。 -Solve the using genetic algorithms, population size is 2000, the second mutation is the gene into the first before the fitness function as a path length divided by the 8
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3389
    • 提供者:马遥
  1. SAGAPSOTSP

    0下载:
  2. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:350763
    • 提供者:wangjing
  1. Geneticprogramming

    0下载:
  2. 遗传算法程序,这是解决旅行商问题的源程序。-Genetic programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:16801
    • 提供者:刘晓波
  1. travelingsalesman

    0下载:
  2. 用遗传算法解决旅行商问题简洁方便,而且计算精确-Traveling salesman problem using genetic algorithms to solve simple and convenient, and accurate calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:9593
    • 提供者:王丽
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »
搜珍网 www.dssz.com