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

搜索资源列表

  1. TSP-GA

    0下载:
  2. 遗传算法解决经典的TSP问题,自己做的,测试不错,可以用-TSP genetic algorithm to solve the classic problem, do it yourself, test good, you can use
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7374
    • 提供者:王辉
  1. GA--for-PCB-Drilling

    0下载:
  2. 将遗传算 法求解 TSP问题 的方法应 用于印制板打 孔工 艺的最优路 径选择 中.根 据 印制板上孔的位置找 出打孔的最短路径 .实现 高效率打孔 -A Genetic Algorithm ofPath Optimization for PCB Drilling
  3. 所属分类:transportation applications

    • 发布日期:2017-04-17
    • 文件大小:435738
    • 提供者:veronica
  1. TSP-general-GA.delphi

    0下载:
  2. 运用delphi7进行编程,能够解决TSP旅行商问题的基本遗传算法的实现,其中参数可自定义-Programming using delphi7, able to solve the TSP traveling salesman problem of the realization of the basic genetic algorithm, the parameter can be customized
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:40722
    • 提供者:liuxing
  1. TSP

    0下载:
  2. 用遗传算法解决TSP问题,采用Java实现-the GA code for the tsp problem which is implemented by java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:536
    • 提供者:alison
  1. APSO-GA-ACO-TSP

    1下载:
  2. 综合粒子群和蚁群算法,再利用遗传算法中交叉编译算子;再引入模糊技术,形成模糊自适应粒子群和蚁群混合算法,求解TSP问题-Integrated particle swarm and ant colony algorithm, and then genetic algorithm is used to cross compile operator then introduced the fuzzy technology, forming a fuzzy adaptive particle swar
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:19904
    • 提供者:张海俊
  1. GA

    0下载:
  2. 用遗传算法解决旅行商问题,包括交叉,选择,变异和适应度函数计算等函数-in order to solve the problem of TSP, a GA algorithm is proposed, which including the cross, select, mutation.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2325
    • 提供者:chenghaoyu
  1. GA

    0下载:
  2. 遗传算法解决TSP问题,能够运行,文件包含多个.M文件,打开主程序既可运行-Genetic algorithm to solve the TSP problem to be able to run
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6253
    • 提供者:yyy
  1. TSP(GA)

    0下载:
  2. 遗传算法求tsp问题及其matlab代码实现 主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. -Genetic algorithm to solve the TSP problem and the matlab code to achieve A Rand main program (
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:919588
    • 提供者:bigrao
  1. TSP(GA)

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

    • 发布日期:2017-05-03
    • 文件大小:917648
    • 提供者:
  1. TSP-using-Discrete-GA

    0下载:
  2. TSP using Discrete Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3115
    • 提供者:mohammad
  1. tsp-GA

    0下载:
  2. 该程序解决了用遗传算法解决10个城市的tsp问题,城市的距离随机生成,可自行修改-This program solves the ten cities with genetic algorithm to solve TSP problem, the distance of the city is randomly generated, are free to modify
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2294
    • 提供者:汪健强
  1. GA-travel

    0下载:
  2. 利用GA在MATLAB平台上对TSP路径进行优化 。-the path optimization of TSP using GA on MATLAB platform.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3965
    • 提供者:王先生
  1. Tsp

    0下载:
  2. 用GA算法解决30城市的TSP问题,城市的数量和距离需要手动输入。-30 city TSP problem solving with GA algorithm, the number and distance of the city' s need to manually enter.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2347
    • 提供者:戚为
  1. TSP(GAaSA)

    3下载:
  2. 基于模拟退火的遗传算法求解旅行商TSP问题-TSP by GA+SA
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:11659
    • 提供者:suyue
  1. TSP(GA)

    0下载:
  2. TSP(GA),关于中国重要城市遍历的最小路径-TSP (GA), the smallest major cities in China on the path traversed
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:920151
    • 提供者:Wen_Rex
  1. TSP(GA)

    0下载:
  2. TSP(SA),遍历中国主要城市的最小路径-TSP (SA), the minimum traversal path China s major cities
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:918928
    • 提供者:Wen_Rex
  1. GA

    0下载:
  2. 利用遗传算法解决TSP问题,设置的是10个城市,每个城市坐标知道-Genetic algorithm to solve TSP problem, set the 10 cities, each city to know the coordinates
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:28167
    • 提供者:刘丽
  1. TSP

    0下载:
  2. tsp遗传算法 31个城市 有动态过程-tsp GA 31 cities dynamic process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6871
    • 提供者:zilong
  1. GA

    0下载:
  2. TSP,GA算法通过JAVA程序实现,旅行商问题-TSP, GA algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3116
    • 提供者:翔宇
  1. TSP-general-GA-Program-of-Matlab

    0下载:
  2. TSP问题的遗传算法Matlab程序,文件格式是微软word的doc格式,-general genetic algorism Program of Matlab for the TSP problem
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:32282
    • 提供者:徐渭
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com