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

搜索资源列表

  1. use_GA_for_TSP

    0下载:
  2. 该MATLAB程序用遗传算法GA处理最短巡航路径问题(TSP)-The algorithm uses GA to deal with the shortest load (TSP)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1064
    • 提供者:liujian
  1. 123123

    0下载:
  2. TSP遗传算法的改进及其并行化研究. -TSP genetic algorithm and its parallel study.
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2270301
    • 提供者:liyunfei
  1. ImprovedTSP

    0下载:
  2. 运用遗传算法GA解决TSP问题的C++源代码!希望能够对大家有所帮助-GA using genetic algorithms to solve TSP problem C++ source code! I hope this can help us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1109377
    • 提供者:lidan
  1. GA-TSP.code

    0下载:
  2. GA(遗传算法)求解TSP问题,GA(遗传算法)求解TSP问题。拿来分享下。-GA for solving TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2585529
    • 提供者:杨扬
  1. TSP

    0下载:
  2. 在Visual C++ 编译环境下,遗传算法的程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ compiler environment, the genetic algorithm process, and use them to solve a 48 cities TSP problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:730783
    • 提供者:wjw
  1. tsp

    0下载:
  2. 该程序解决10个城市的货郎担问题(TSP),主要使用简单的遗传算法实现。该过程中包括:编码、解码,选择,交叉,变异等!-The program to solve the traveling salesman problem of 10 cities (TSP), the use of simple genetic algorithm. The process includes: encoding, decoding, selection, crossover and mutation!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:11080
    • 提供者:yangshoping
  1. tsp

    0下载:
  2. 蚂蚁算法代码,是基于进化理论的优化算法,与流行的遗传算法、模拟退火有着共同的优点-ant evolution code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:xurui0224
  1. 48TSP

    0下载:
  2. 48个城市的TSP遗传算法,开发环境C++,计算结果再结合matlab进行后处理显示-48 cities in the TSP algorithm, development environment, C++, matlab results combined with post-processing display
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 实现人工智能中的遗传算法,写的不是很好,但是可以用。-To achieve artificial intelligence in the genetic algorithm, written in not very good, but can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:219161
    • 提供者:
  1. taiozhanbei

    0下载:
  2. 用遗传算法和模拟退火算法解决旅行商方面的问题-The genetic algorithm and simulated annealing algorithm to solve traveling salesman problems
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5611
    • 提供者:沈海剑
  1. MATLAB

    0下载:
  2. it is a matlab program for ga sa tabu sworm opt heuristics we can also use matlab here. or there can
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:9385
    • 提供者:virendra
  1. tsp

    0下载:
  2. tsp问题的解决方法 模拟退火和遗传算法-tsp solution to the problem simulated annealing and genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1757
    • 提供者:zhang
  1. g

    0下载:
  2. 用遗传算法求解tsp问题,其中算了20个城市-A Genetic Algorithm for tsp problem, of which 20 cities calculations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:18571
    • 提供者:姚灵灵
  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. matlabTSP

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

    • 发布日期:2017-03-30
    • 文件大小:4082
    • 提供者:hakunamatata
  1. GA-tsp

    0下载:
  2. 利用遗传算法求解tsp问题即北京、天津、石家庄、太原、呼和浩特、上海的最优路径。各城市之间的距离已给出。-Problem using genetic algorithm tsp namely Beijing, Tianjin, Shijiazhuang, Taiyuan, Hohhot, Shanghai, the optimal path. The distance between cities have been given.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2672
    • 提供者:zhaohaibao
  1. TSP

    0下载:
  2. 基于C++的,利用遗传算法解决TSP问题的程序。-Based on C++, using the genetic algorithm to solve TSP problem procedures.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4043
    • 提供者:屈斌
  1. tsp

    0下载:
  2. 用遗传算法求解tsp旅行商的源代码 有详细过程及注解-Tsp TSP by genetic algorithm source code for a detailed process and comments
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 遗传算法解决TSP问题代码,其为了解决30个城市行走的最佳路径-Code genetic algorithm to solve TSP problems, and its 30 cities to address the best path to walk
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1085198
    • 提供者:wrq
  1. TSP

    0下载:
  2. 遗传算法 改进的TSP算法 有结果有代码-TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:126638
    • 提供者:靳晓东
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 44 »
搜珍网 www.dssz.com