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

搜索资源列表

  1. genetic-algorithm-to-solve-TSP

    0下载:
  2. 用遗传算法求出TSP问题当中的问题,很好用!-TSP problem which was obtained using genetic algorithms, and easy to use!
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:886523
    • 提供者:李斌
  1. PSO-for-TSP-of-51-city

    0下载:
  2. 为本人毕业设计里,粒子群算法的一个应用,求解51个城市的TSP问题,城市的个数和位置都可以改动,并与遗传算法求解的结果进行对比!-I graduated from the design, the application of the particle swarm algorithm for solving the 51 cities TSP problem, the number and location of the city can be altered, and compared with
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:9973
    • 提供者:lin
  1. Genetic-algorithm---TSP

    0下载:
  2. 基于MATLAB的遗传算法的旅行商(TSP)问题求解,TSP问题:有一个推销员,要到n个城市推销商品,他要找出一个包含所有n个城市的具有最短路程的环路。-Solving based MATLAB genetic algorithm traveling salesman problem (TSP), TSP problem: a salesman to sell goods to the n cities, he wants to find the one that contains all th
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:2238
    • 提供者:李先生
  1. TSP

    0下载:
  2. 遗传算法 求解TSP问题VC6++代码-Genetic algorithm for TSP VC6++ code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-07
    • 文件大小:2334
    • 提供者:王虎
  1. GA-TSP

    0下载:
  2. 遗传算法求解货郎担问题 虽然有些简单 但是绝对适合初学者学习-Genetic algorithm to solve the traveling salesman problem is simple but absolutely suitable for beginners to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:131675
    • 提供者:羊笑笑
  1. tsp-chang

    0下载:
  2. 5个城市TSP(旅行商问题)的基于遗传算法的C++源代码,希望对于你学习遗传算法会有一定的帮助-Five cities TSP (traveling salesman problem), genetic algorithm-based C++ source code, there will be some hope for you to learn the genetic algorithm help
  3. 所属分类:source in ebook

    • 发布日期:2017-11-29
    • 文件大小:2454
    • 提供者:
  1. GA-TSP

    0下载:
  2. 文档给出MATLAB源程序,关于遗传算法解决TSP问题。-Genetic algorithm to solve TSP
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:2884
    • 提供者:李严
  1. TSP

    0下载:
  2. 遗传算法求解TSP问题 输入10个城市 及坐标 求解出最短路径 交叉率 变异率,子代数可修改-Genetic algorithm for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-08
    • 文件大小:3054
    • 提供者:王振
  1. TSP

    0下载:
  2. Matlab实现遗传算法解决TSP问题,计算智能课程设计,程序以Oliver问题是例子,结果良好,也可以自己自己要解决的问题,贡献给大家。-Matlab genetic algorithm to solve TSP problem, Computational Intelligence curriculum design, program the Oliver problem is an example, good results can also own their own to solve
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:1873
    • 提供者:李小君
  1. TSP-problem-genetic-algorithm-matlab

    0下载:
  2. Tsp 问题 旅行商问题 遗传算法 可以直接使用-Tsp traveling salesman problem genetic algorithm can be used directly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:3937
    • 提供者:王振华
  1. TSP

    0下载:
  2. 简单的遗传算法解决10个程序之间的TSP问题-Simple genetic algorithm to solve TSP problem between the 10 program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:343131
    • 提供者:朱园
  1. TSP-GA.zip

    0下载:
  2. 旅行商问题(TSP)是一个经典的优化组合问题,本个案列采用遗传算法来求解TSP问题,进行了选择、交叉、变异算子的设计,并通过MATLAB对算法进行了实现,附有详细的说明和代码。,The traveling salesman problem (TSP) is a classic combination optimization problem, in this case the column using a genetic algorithm to solve TSP problem select
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:887887
    • 提供者:ZHENG
  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

    0下载:
  2. 遗传算法:旅行商问题(已知城市坐标,求路过各城市的最短路径)-Genetic algorithms: the traveling salesman problem (known city coordinates, find the shortest path passing cities)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-01
    • 文件大小:1537
    • 提供者:连云
  1. TSP

    0下载:
  2. 1 以10/30个结点的TSP问题为例,用遗传算法加以求解;  2 掌握遗传算法的基本原理、各个遗传操作和算法步骤;  3 能求出问题最优解,若得不出最优解,请分析原因; 4 要求界面显示每次迭代求出的局部最优解和最终求出的全局最优解。-For example, 1 to 10/30 junction TSP problem with a genetic algorithm to solve 2 mastered the basic principles of the gene
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:3142
    • 提供者:soli
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. TSP---Matlab

    0下载:
  2. 将遗传算法用于旅行商问题求最佳路径的算法,程序简单易懂-The genetic algorithm for traveling salesman problem the optimal path algorithm, program is simple and easy to understand
  3. 所属分类:assembly language

    • 发布日期:2017-11-25
    • 文件大小:32363
    • 提供者:zjy
  1. TSP

    0下载:
  2. 求解TSP问题很好的一个程序源码,原理是遗传算法来求解-The good solving TSP program source code, the principle of genetic algorithm to solve
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:5910
    • 提供者:李倩
  1. TSP

    0下载:
  2. 30个城市的TSP问题的遗传算法,可以对数据稍加修改来计算类似的问题-30 cities TSP genetic algorithm, the data can be slightly modified to calculate the similar problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:229112
    • 提供者:maxwellddd
  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 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 42 »
搜珍网 www.dssz.com