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

搜索资源列表

  1. matlab遗传算法

    2下载:
  2. TSP问题的解决
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-09-09
    • 文件大小:2589
    • 提供者:glinf@163.com
  1. 基于遗传算法的TSP问题的解决

    8下载:
  2. 基于遗传算法的TSP问题的matlab实现
  3. 所属分类:matlab例程

  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. geneticTSP

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) Common genetic algorithm matlab program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:378233
    • 提供者:彭巍
  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. tsp

    0下载:
  2. 用遗传算法解决最短路径优化TSP 问题(附matlab源程序.txt)-The solvelution of the shortest path optimization problem TSP by using genetic algorithms (matlab source. Txt)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:3810
    • 提供者:zyh
  1. TSP

    1下载:
  2. 用matlab实现了简单遗传算法解决TSP问题,有界面。-Using matlab to achieve a simple genetic algorithm to solve the TSP problem, there are interfaces.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:15818
    • 提供者:王剑亭
  1. TSP-matlab

    2下载:
  2. 用遗传算法计算旅行商问题,MATLAB程序代码,机器可直接运行。-Traveling salesman problem using genetic algorithm, MATLAB code, the machine can be directly run.
  3. 所属分类:matlab

    • 发布日期:2014-12-11
    • 文件大小:3950
    • 提供者:xiaoqi
  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. 基于遗传算法的TSP算法

    0下载:
  2. 基于遗传算法的TSP算法,Matlab代码。(TSP algorithm based on genetic algorithm, Matlab code.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:12288
    • 提供者:haozhelingyun
  1. 遗传算法解决TSP问题

    0下载:
  2. 遗传算法求TSP问题,有演进过程和最终进化曲线(The genetic algorithm for solving the TSP problem has evolution process and final evolution curve)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:18432
    • 提供者:蓝色妖怪
  1. 遗传算法txt

    0下载:
  2. 遗传算法解决tsp问题 遗传算法,模拟达尔文进化论的自然选择和遗传学机理的生物进化过程的计算模型,一种选择不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个体基本上是最优的,那么以后再继续这样下去就可以一直最优了。(Genetic algorithm to solve TSP problem)
  3. 所属分类:交通/航空行业

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:zzh2000boy
  1. tsp问题--遗传算法

    0下载:
  2. 帮助解决简单的tsp问题,随机生成50个城市的坐标,找寻最短路径(help learn matlab tsp problem)
  3. 所属分类:其他

  1. chapter4 基于遗传算法的TSP算法

    0下载:
  2. 《MATLAB智能算法30个案例分析》(史峰等) 遗传算法和BP网络的结合(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:13312
    • 提供者:南湖南
  1. 遗传算法

    0下载:
  2. 遗传算法解决TSP,采用matlab语言编程,利用遗传算法解决TSP问题。(The genetic algorithm solves the TSP, uses the MATLAB language programming, and uses the genetic algorithm to solve the TSP problem.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:4096
    • 提供者:子乐亦然
  1. 基于遗传算法的TSP算法

    0下载:
  2. 采用matlab代码实现了基于遗传算法的TSP搜素算法,(Matlab code is used to implement TSP search algorithm based on genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:10240
    • 提供者:kylinfly
  1. 遗传算法求解tsp

    0下载:
  2. 运用matlab解决基于遗传算法的路径优化(Using MATLAB to solve path optimization based on genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:22528
    • 提供者:大个草莓
  1. TSP问题——遗传算法matlab实现

    2下载:
  2. 遗传算法解决TSP问题,MATLAB实现,可直接运行,备注详细(Genetic algorithm to solve the TSP problem, MATLAB implementation, can be run directly, detailed remarks)
  3. 所属分类:matlab例程

    • 发布日期:2019-06-11
    • 文件大小:6144
    • 提供者:wang720
  1. 遗传算法解决TSP问题代码-含示例数据

    1下载:
  2. 利用遗传算法解决TSP问题示例,数据已包含,只需更改参数即可使用(Genetic algorithm to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-26
    • 文件大小:12288
    • 提供者:piaoyu
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com