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

搜索资源列表

  1. TSP-matlab

    1下载:
  2. matlab TSP 遗传算法 可自行改变城市坐标
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-02
    • 文件大小:4211
    • 提供者:fishsaber
  1. 遗传算法tsp

    2下载:
  2. 用matlab编写的GA求解vrp-车辆路径问题程序!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-08-22
    • 文件大小:2959
    • 提供者:fch407@126.com
  1. 遗传算法解决TSP问题的matlab源码

    3下载:
  2. 此程序为用遗传算法解决TSP问题的Matlab源码,设置了18个城市,有最终路线图和最优解曲线
  3. 所属分类:源码下载

  1. TSPMATLAB.rar

    0下载:
  2. 遗传算法求解TSP问题的MATLAB实现。这是一篇非常有新意的论文,对于学习遗传算法非常有用,This paper has resolved the traveling salesman problem(TSP) by virtue of geneitc algorithms(GA)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:156826
    • 提供者:王斌
  1. GATSP

    3下载:
  2. 用遗传算法写的求解TSP问题 四种情况 多旅行商单出发点 多旅行商多出发点 单旅行商以点的坐标计算及以距离矩阵计算-Written by using genetic algorithms for solving TSP problems, four cases: more than a single starting point for traveling salesman, multi-traveling salesman more than a starting point, a singl
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:16023
    • 提供者:曹轩
  1. geneticTSP

    0下载:
  2. 用MATLAB,采用遗传算法解决TSP问题,绝对经典-Using MATLAB, using the genetic algorithm to solve the TSP problem is absolutely classic! ! !
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1242
    • 提供者:jiangqianbin
  1. jibenyiqunjuleisuanfa

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

    • 发布日期:2017-03-29
    • 文件大小:50946
    • 提供者:卫民
  1. TSP

    0下载:
  2. 旅行商问题(traveling saleman problem,简称tsp) 的遗传算法matlab 程序,具体说明文件内有-matlab for traveling saleman problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:6304
    • 提供者:gavin
  1. gafortsp

    1下载:
  2. 用遗传算法实现TSP旅行商问题,MATLAB源码-Using Genetic Algorithm for Traveling Salesman Problem TSP implementation, MATLAB source
  3. 所属分类:matlab

    • 发布日期:2014-12-11
    • 文件大小:2097
    • 提供者:dalian
  1. 49636941newGA-TSP

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

    • 发布日期:2017-04-29
    • 文件大小:24925
    • 提供者:just
  1. Grefenstette

    0下载:
  2. Grefenstette编码法的MATLAB实现 本文在MATLAB环境下编程实现针对TSP问题的Grefenstette编码法,并将其同基本遗传算法相结合,仿真求解一个 15点的TSP问题-Grefenstette coding method to achieve this paper, the MATLAB environment in MATLAB programming for the TSP problem Grefenstette coding method and geneti
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:25622
    • 提供者:peng
  1. tsp_ga

    0下载:
  2. 遗传算法 求解TSP ,在matlab中实现编程。-Algorithm genetic algorithm TSP, in the realization of programming in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2028
    • 提供者:beyond
  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
    • 文件大小:3761
    • 提供者:luoyong
  1. tsp_ga

    0下载:
  2. 遗传算法解决TSP问题的一个不错的程序,在MATLAB下就可以应用,很好用-Genetic algorithm to solve TSP problems a good program, MATLAB can be applied, under, very good use
  3. 所属分类:matlab

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

    0下载:
  2. tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:907
    • 提供者:ycx
  1. PSO

    1下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5280
    • 提供者:stephen
  1. threeAlgo

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:14281
    • 提供者:stephen
  1. GA-TSP

    0下载:
  2. 在matlab环境下,用遗传算法实现解决TSP问题。应该可以运行。。既不清楚了-deal with TSP problem with GA
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6921
    • 提供者:chenlan
  1. GAtsp

    0下载:
  2. 基于遗传算法(GA)的10个城市的旅行商(TSP)问题的建模及仿真-Based on genetic algorithms (GA) of the 10 cities of the traveling salesman (TSP) problem of modeling and simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2467
    • 提供者:刘谋荣
  1. d66906376b80

    0下载:
  2. 遗传算法解决TSP背包问题的源代码,包涵MATLAB程序和详尽文字算法说明-Knapsack problem genetic algorithm source code for TSP, bear with MATLAB algorithms procedures and detailed text descr iption
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:585920
    • 提供者:px
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com