CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - GA_TSP

搜索资源列表

  1. GA_tsp

    0下载:
  2. 用遗传算法解决旅行商问题的源码 开发坏境MATLAB-Prepared using vc++ student management system need to look at Naqu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:44.34kb
    • 提供者:ycc
  1. GA_TSP

    0下载:
  2. 遗传算法结局旅行商问题,有界面显示.实现简单的问题,初学者下载可以学习到很多东西。-the GA for TSP,has the gdi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.19mb
    • 提供者:蔡旺旺
  1. GA_TSP

    0下载:
  2. 利用遗传算法求解TSP问题。TSP问题描述如下:给定一组n个城市和他们两两之间地直达距离,寻找一条闭合的旅程,使得每个城市刚好经过一次而且总的旅行距离最短。 -The use of genetic algorithm to solve TSP problem. TSP problem described as follows: given a set of n cities and they are between 22 to direct the distance of the journey
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.11mb
    • 提供者:586
  1. GA_TSP

    0下载:
  2. 用遗传算法解TSP问题 编码方式:次序编码 选择算子:轮盘赌 杂交:单点 变异:均匀变异-Genetic Algorithm for TSP with the issue of encoding: coding sequence selection operator: roulette hybridization: a single point mutation: uniform mutation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:107.9kb
    • 提供者:CuipingSu
  1. GA_TSP

    0下载:
  2. 遗传算法解决TSP问题,C++,VS2005,注释详尽-GA, TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.52mb
    • 提供者:zoneq6
  1. GA_TSP

    0下载:
  2. Another TSP GA for Maltab
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 遗传算法求解TSP问题,内有附注,方便理解。-Genetic Algorithm for TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.62kb
    • 提供者:李晓亚
  1. GA_TSP

    0下载:
  2. 遗传算法求解tsp问题,有详细注释,31个城市的中国tsp问题-Genetic Algorithm for tsp problem, detailed notes, 31 cities of China, the problem tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3.61kb
    • 提供者:mm
  1. GA_TSP

    0下载:
  2. 遗传算法解TSP问题.使用史上最牛的遗传算法解决Tsp问题.-Genetic Algorithm for the TSP. With the history of the cattle problem of the genetic algorithm to solve Tsp.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:14.14kb
    • 提供者:hello world
  1. ga_tsp

    0下载:
  2. 针对tsp问题的遗传算法的vc++实现,迭代200代,10个城市之间进行优化-A genetic algorithm for the tsp of vc++ implementation, iteration 200 on behalf of, among 10 cities to optimize
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:10.03kb
    • 提供者:gaojian
  1. GA_TSP

    1下载:
  2. 用改进遗传算法解决旅行商问题,以寻求最优解-Using improved genetic algorithm to solve traveling salesman problem, to find the optimal solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3.81kb
    • 提供者:金亮冰
  1. GA_TSP

    0下载:
  2. 一个函数程序它可以自动排列魔方只要通过数据输入就可以控制 -Program a function that can automatically arrange cube as long as you can control through the data input
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:3.29kb
    • 提供者:devin
  1. ga_tsp

    0下载:
  2. 遗传算法优化解决TSP问题,有很好的接口,只需改变相应参数即可使用-Optimization of genetic algorithm to solve TSP, good interface, simply by changing the corresponding parameters can be used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:7.26kb
    • 提供者:李瑞
  1. GA_TSP

    0下载:
  2. 使用遗传算法来解决旅行商的问题。。。The use of genetic algorithms to solve the traveling salesman problem.-The use of genetic algorithms to solve the traveling salesman problem. . .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7.26kb
    • 提供者:Aries_zh
  1. GA_tsp

    0下载:
  2. Use genetic algorithm to solve TSP(traveling salesman problem), including GUI interface.-Use genetic algorithm to solve TSP (traveling salesman problem), including GUI interface.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:13.62kb
    • 提供者:张三
  1. GA_TSP

    0下载:
  2. 本程序包含遗传算法主程序,用于解决GA在TSP中的应用问题。包含有cross exchang mutation fit等多个子程序。对于TSP问题可以直接拿来用,其他问题可以稍加修改或利用其中的GA程序。-This program includes the main program, the genetic algorithm (GA) is used to solve the problem of GA in the application of TSP. Contains a cross e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:6.32kb
    • 提供者:邓振立
  1. ga_TSP

    0下载:
  2. 动态展示tsp问题求解过程,并给出最优解和平均解(Dynamic display of TSP problem solving process)
  3. 所属分类:人工智能/神经网络/深度学习

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