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

搜索资源列表

  1. TSP

    0下载:
  2. 基于遗传算法的TSP问题的源代码,喜欢就拿去
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3913
    • 提供者:konilin
  1. cTSP

    0下载:
  2. c++语言实现基于遗传算法的TSP问题,是学习遗传编程的很好的例子-c++ language implementation of the TSP problem based on genetic algorithms, genetic programming to learn a good example of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:57170
    • 提供者:王洋
  1. ACATSP

    2下载:
  2. 基于遗传算法的TSP问题求解,采用三个不同规模的城市模型,分别为att48、Berlin52和rd1-TSP problem based on genetic algorithms, the use of three different scale model of the city, were att48, Berlin52 and rd100
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-03
    • 文件大小:4489
    • 提供者:quanzhi
  1. jibenyiqunjuleisuanfa

    4下载:
  2. 该算法,解决了不收敛的问题,聚类效果非常好(效果图如附件图片所示)。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-Basic ant clustering algorithm and its improved algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:50946
    • 提供者:卫民
  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
    • 文件大小:865548
    • 提供者:
  1. 11111111

    0下载:
  2. 基于遗传算法的TSP优化问题研究完整源c++代码 -TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:100745
    • 提供者:刘策
  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
    • 文件大小:1435
    • 提供者:孙岩
  1. TSP-GA

    0下载:
  2. 基于遗传算法的TSP优化问题,用MATLAB编写而成,运行无误-TSP based on genetic algorithm optimization problem, with written in MATLAB and run correctly
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:135409
    • 提供者:zy
  1. tsp

    0下载:
  2. 老外写的基于遗传算法的TSP 界面也很好-Written by a foreigner based on genetic algorithm and TSP interface is also very good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:608695
    • 提供者:知道
  1. TSP

    0下载:
  2. 基于遗传算法的TSP问题,解决旅行商问题-TSP problem based on genetic algorithm to solve the traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:13085
    • 提供者:GIGI
  1. GN-for-TSP

    0下载:
  2. 基于遗传算法的tsp问题的实现,可以绘制迭代过程图,供初学遗传算法者学习。-Based on the realization of the genetic algorithm tsp problem, you can draw a diagram of the iterative process, learning for beginners genetic algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:13228
    • 提供者:一休
  1. TSP-GA

    0下载:
  2. 一个基于遗传算法的TSP程序,里面包含两个交叉函数,程序已运行,效果好-A TSP program based on Genetic Algorithm, include two intercross function (intercross.m and IX.m), the result is good and steady
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:2804
    • 提供者:陈鐾
  1. GA_TSP

    0下载:
  2. 基于遗传算法的TSP算法,寻找最短的遍历N个城市的路径-TSP algorithm based on genetic algorithm to find the shortest path traversal N cities
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:9805
    • 提供者:songyi
  1. chapter4

    0下载:
  2. 基于遗传算法的TSP算法的Matlab程序实现-Matlab program TSP algorithm based on genetic algorithm to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8083
    • 提供者:王静
  1. geneticTSP

    0下载:
  2. matlab这是一个完整的基于遗传算法的TSP算法,调用格式为: [Shortroute,ShortLen]=GATSP(C) 其中,Shortroute为最优圈; ShortLen为最优圈的长度; C为节点(城市)的坐标矩阵:第一列为横坐标,第二列为纵坐标。-TSP algorithm based on genetic algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4665
    • 提供者:随风
  1. 0000004

    0下载:
  2. 基于遗传算法的TSP算法优化,并对结果进行了不同的分析和比较-TSP algorithm based on genetic algorithm optimization, and the results were analyzed and compared with different
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:7956
    • 提供者:付余
  1. lv-xing-shang-wen-ti

    0下载:
  2. 基于遗传算法的TSP算法。本案例以14个城市为例,寻找出一条遍历14个城市的最短路径。-TSP Algorithm Based on Genetic Algorithm. In this case, 14 cities, for example, to find a traversal of the 14 cities in the shortest path.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-16
    • 文件大小:9216
    • 提供者:lcy
  1. gs_TSP

    0下载:
  2. 基于遗传算法的TSP问题MATLAB程序实现(MATLAB program realization based on genetic algorithm for TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:zeroxcc
  1. map_MATLAB_GA

    1下载:
  2. 基于遗传算法的TSP解决方案,能够得到稳定的解,还算不错。(GA-Based Solution of TSP)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:3774464
    • 提供者:viki314159
  1. 遗传算法TSP

    0下载:
  2. 基于遗传算法的TSP问题,连续HOPfield网络优化(TSP problem based on genetic algorithm and optimization of continuous HOPfield network)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:xhkai
« 1 23 4 5 6 »
搜珍网 www.dssz.com