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

搜索资源列表

  1. TSP(GA)

    0下载:
  2. 最短路 matlab 以最短行走中国为例 可视化整个过程 遗传算法-TSP GA MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:917648
    • 提供者:
  1. tsp遗传算法

    0下载:
  2. Java 语 言 实 现 TSP 算 法 问 题 ,Java 源 码(Java language TSP algorithm source code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:d_tyro
  1. tsp

    0下载:
  2. 中国tsp问题带数据,使用遗传算法,python 语言编写(China TSP problem with data, using genetic algorithm, python language)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:4096
    • 提供者:SpiderS
  1. yichaun

    0下载:
  2. 30城市TSP问题,用遗传算法解决,比较典型,有数据源文件。(30, the city TSP problem is solved by genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:xxxxy
  1. Desktop

    0下载:
  2. 进行TSP遗传算法解决方案,解决旅行商问题,车辆调度问题,解决邮政车辆规划问题(TSP genetic algorithm solution)
  3. 所属分类:matlab例程

  1. BPwangluo

    0下载:
  2. 这是一个没有利用MATLAB工具箱编写的遗传算法 用来求解TSP问题寻求最短路径(This is a genetic algorithm that is not written using the MATLAB toolbox Used to solve the TSP problem to find the shortest path)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:ellipse
  1. SA_TSP

    0下载:
  2. 使用 matlab实现遗传算法解决tsp问题(Using MATLAB to achieve genetic algorithm to solve TSP problems)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:6144
    • 提供者:xxbzja
  1. TSP问题

    1下载:
  2. 用遗传算法求解TSP问题,文件比较全面,可以直接运行,或者自己改变输入(solve the TSP by ga)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:十七
  1. 各种智能算法求解TSP问题

    1下载:
  2. 各种求解TSP问题的人工智能算法(粒子群算法,遗传算法,蚁群算法等等)(All kinds of intelligent algorithm to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:48128
    • 提供者:nb123
  1. 用遗传算法计算最短路径

    1下载:
  2. 无人机避障,遗传算法,最短路径,求解TSP问题,仿真程序(Unmanned air vehicle obstacle avoidance)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:6144
    • 提供者:Thought——
  1. chapter4 基于遗传算法的TSP算法

    0下载:
  2. 遗传算法的旅行商问题的典型范例,初学者可参考学习。(Traveling salesman problem based on genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:13312
    • 提供者:aixiao0902
  1. A Solution to TSP with GA

    0下载:
  2. 利用遗传算法解决最短路径问题(商旅问题)(Using genetic algorithm to solve the shortest path problem (business travel problem))
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:crazy_snail
  1. 遗传算法

    0下载:
  2. 此程序为TSP问题的遗传算法,程序可以完美运行,计算最短路径。(This procedure for the TSP problem by genetic algorithm, the program can run perfectly, the shortest path calculation.)
  3. 所属分类:易语言编程

    • 发布日期:2017-12-30
    • 文件大小:5120
    • 提供者:smoonlighter
  1. 遗传算法解决TSP问题的Matlab程序

    0下载:
  2. 解决TSP问题.TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序具体取值视问题的规模和耗费的时间而定(solve TSP problemSolve the TSP problem. The TSP problem (aka: travel salesman problem, freight forwarders) genetic algorithm general matlab program depends on the size of the problem and t
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:14336
    • 提供者:青容
  1. 基于遗传算法的TSP算法

    0下载:
  2. 基于遗传算法的TSP算法,可以计算最优路径,最有适应度。(TSP algorithm based on genetic algorithm)
  3. 所属分类:仿真建模

  1. chapter4

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

    • 发布日期:2018-01-08
    • 文件大小:7168
    • 提供者:昵称?
  1. TSP-PSO

    1下载:
  2. 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the particle by tracking the maximu
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:13312
    • 提供者:胡萝卜须
  1. GA-TSP

    0下载:
  2. 主要用于遗传算法解决旅行商问题,里面含有算例(The program is ofen used to solve the travelling salesman problem with GA)
  3. 所属分类:matlab例程

  1. gaTSP

    0下载:
  2. 旅行商问题,以10个、30个城市为例,文件为TSP代码。(Traveling salesman problem, take 10, 30 cities for example, the document is TSP code.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:学海无涯m
  1. 遗传算法

    0下载:
  2. 利用进化算法进行仿真实验,解决TSP问题(Simulation experiments are carried out by evolutionary algorithm to solve the TSP problem)
  3. 所属分类:进化算法

    • 发布日期:2018-04-28
    • 文件大小:17408
    • 提供者:娇尚好
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 44 »
搜珍网 www.dssz.com