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

搜索资源列表

  1. GA-TSP

    0下载:
  2. 该程序用遗传算法求解TSP问题,得到了比较优的解,初学者可以参考。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-16
    • 文件大小:43.99kb
    • 提供者:赵科
  1. TSP

    1下载:
  2. 用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:69.99kb
    • 提供者:sdfsfdsf
  1. GA-TSP

    2下载:
  2. 用遗传算法求解TSP问题。。。matlab编写,并附带有城市坐标用于检验。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.91kb
    • 提供者:何金深
  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问题。包含6个文件。用matlab打开gatsp1.m,点击运行即可以得出结果。distTSP.txt文件包含了城市数据。如果更改了城市数,则须修改gatsp1.m文件中的N参数。-Genetic algorithm for TSP. Contains 6 files. Using matlab to open gatsp1.m, click on the results of running that can be drawn. distTSP.txt file contai
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 用遗传算法求解TSP问题,种子数100,遗传概率和交叉概率可以在源程序中修改。-Genetic Algorithm with TSP problem, a few hundred seeds, genetic probability and crossover probability can modify the source program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:266.49kb
    • 提供者:stefwang
  1. tspsa

    0下载:
  2.  针对基于遗传算法的TSP 问题求解, 尝试了多种遗传操作, 分析了这些操作在遗传算法中的作用, 讨论了基因片段保序在利用遗传算法求解TSP 问题中的重要性.-Based on Genetic Algorithm for TSP Problem Solving, try a variety of genetic manipulation, analysis of these operations at the role of genetic algorithm discussed Orderin
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended to other applications of the tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:85.96kb
    • 提供者:chenjing
  1. genetic_algorithm-Solve-the-TSP-problem

    2下载:
  2. 基于遗传算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Genetic Algorithm Based on 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-25
    • 文件大小:1.4kb
    • 提供者:孙岩
  1. GATSP

    0下载:
  2. 通过此程序能够利用遗传算法解决TSP问题,即图论中从某一点出发经过所有点一次的最短路径求解问题-Through this program can take advantage of genetic algorithm to solve the TSP problem, namely, graph theory starting from a point in time through all the points for solving the shortest path problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3.67kb
    • 提供者:luoyong
  1. TSP

    0下载:
  2. 用C++实现遗传算法求解TSP问题.txt-C++ for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2.14kb
    • 提供者:Melo Wong
  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
    • 文件大小:2.61kb
    • 提供者:zhaohaibao
  1. TSP

    0下载:
  2. 用遗传算法、神经网络、蚁群算法等职能算法求解TSP问题-Using genetic algorithms, neural networks, ant colony algorithm for solving TSP problems and other functional
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:9.61kb
    • 提供者:赵勇
  1. TSP

    0下载:
  2. 人工智能利用遗传算法求解TSP问题,在matlab中实现-AI TSP problem using genetic algorithm, implemented in matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:673.66kb
    • 提供者:朱明
  1. TSP

    0下载:
  2. 采用遗传算法求解tsp问题,找到一条最优城市点选择-Genetic algorithm solve the TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:54.65kb
    • 提供者:libo
  1. TSP

    0下载:
  2. 用遗传算法求解TSP问题,编译环境matlab,欢迎大家下载,多多指教-With genetic algorithm TSP, compile environment matlab, welcome everybody to download, comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:131.64kb
    • 提供者:she
  1. Genetic-Algorithm-for-tsp

    1下载:
  2. 改进的遗传算法求解TSP问题,收敛速度快,运行结果与实际相符合。- Genetic Algorithm for tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2.85kb
    • 提供者:徐正
  1. TSP

    0下载:
  2. 遗传算法 求解TSP问题VC6++代码-Genetic algorithm for TSP VC6++ code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-07
    • 文件大小:2.28kb
    • 提供者:王虎
  1. TSP

    0下载:
  2. 遗传算法求解TSP问题 输入10个城市 及坐标 求解出最短路径 交叉率 变异率,子代数可修改-Genetic algorithm for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-08
    • 文件大小:2.98kb
    • 提供者:王振
  1. yichuansuanfa-TSP

    0下载:
  2. 改进遗传算法求解tsp问题,不错的c++代码!-Improved genetic algorithm tsp problem, a good c++ code!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4.21mb
    • 提供者:shengshi_80
« 12 3 4 5 »
搜珍网 www.dssz.com