CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 遗传算法 求解旅行商 问题

搜索资源列表

  1. GA_TSP-wrong

    0下载:
  2. 用遗传算法编写的一个程序,其目的是求解旅行商问题.-genetic algorithm a procedure for the preparation, with the aim of solving the traveling salesman problem.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:吴广超
  1. travelingsalemanproblem

    0下载:
  2. 主要解决旅行商问题(traveling saleman problem,简称tsp,即已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市,求解最短距离的遗传算法。-mainly to solve the traveling salesman problem (traveling saleman problem, listed tsp, known cities n between the distance from the existi
  3. 所属分类:matlab例程

    • 发布日期:2012-11-05
    • 文件大小:1.54kb
    • 提供者:阳文
  1. TSP

    2下载:
  2. tsp(旅行商问题) 利用matlab遗传算法、模拟退火算法以及lingo动态规划求解
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:10.91kb
    • 提供者:李玉
  1. xujinpeng-matlab.rar

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:493.46kb
    • 提供者:徐进澎
  1. VRP_GA.rar

    0下载:
  2. 用GA遗传算法求解VRP车辆配送问题,以及VRP的特殊情况TSP旅行商问题,GA Genetic Algorithm for VRP with the distribution of vehicles, as well as the special circumstances of VRP Traveling Salesman Problem TSP
  3. 所属分类:matlab例程

    • 发布日期:2016-10-10
    • 文件大小:975byte
    • 提供者:yourchen
  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
    • 文件大小:15.65kb
    • 提供者:曹轩
  1. TSP

    0下载:
  2. 利用遗传算法求解旅行商问题 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling salesman problem using genetic algorithm traveling salesman problem, namely, th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7.15kb
    • 提供者:yanzhongyuan
  1. mtspv_ga

    0下载:
  2. 基于遗传算法对旅行商问题的求解、包括图表的输出-Based on genetic algorithm for solving the traveling salesman problem, including the output of the chart
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3.56kb
    • 提供者:Messi
  1. tsp

    0下载:
  2. 遗传算法在求解旅行商问题中的应用,采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Genetic Algorithm for Traveling Salesman Problem, using a binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation operators, but also in
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:11.21kb
    • 提供者:韩慧玲
  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
    • 文件大小:2.19kb
    • 提供者:李先生
  1. Genetic-algorithm-

    0下载:
  2. 遗传算法求解旅行商问题:求解12个城市最短旅游路径-Genetic algorithm to solve traveling salesman problem:Solving 12 cities the shortest travel path
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:6.83kb
    • 提供者:ndd666666
  1. TSP(GAaSA)

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

    • 发布日期:2017-04-30
    • 文件大小:11.39kb
    • 提供者:suyue
  1. GA_TSP

    0下载:
  2. 通过遗传算法求解旅行商问题,文中给出了遗传算法的源代码,同时结合旅行商问题进行了改进-Solved by the genetic algorithm traveling salesman problem, the paper gives a genetic algorithm source code, combined with the traveling salesman problem has been improved
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:6.72kb
    • 提供者:
  1. chapter4

    0下载:
  2. 已知个城市的坐标,采用遗传算法求解旅行商问题,得到最短路径-Known a city coordinates, the use of genetic algorithm to solve the traveler problem, get the shortest path
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:7.8kb
    • 提供者:苏迪
  1. GA-TSP

    0下载:
  2. 利用遗传算法求解旅行商问题,求解100城市的最短路程(Using GA to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:4kb
    • 提供者:SHSFforever
  1. MATLAB

    0下载:
  2. 求解一类旅行商问题,拥有较好的鲁棒性和全局搜索能力(To resolve a problem of travel strip, and have better steady and the whole search ability)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:13kb
    • 提供者:broad
  1. 旅行商问题

    0下载:
  2. 基于遗传算法求解旅行商问题,程序中随机设置了城市点出现的情况。(Genetic algorithm based travel salesman problem, the program randomly set up the city point of view.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:2kb
    • 提供者:USSThobo2
  1. 22蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 这是完整的基于MATLAB的遗传算法的程序,是关于旅行商问题的求解(This is a complete procedure of genetic algorithm based on MATLAB, which is about solving traveling salesman problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:3kb
    • 提供者:晗宝宝
  1. 遗传算法求解TSP

    1下载:
  2. 基于遗传算法的TSP算法,对初学遗传算法的,有帮助(TSP algorithm based on genetic algorithm which is helpful for beginners in learning genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-09-18
    • 文件大小:423kb
    • 提供者:jbdick
  1. 求解多旅行商问题的一种遗传算法

    0下载:
  2. 求解多旅行商问题的一种遗传算法,论文很有见地,值得研究和思考
  3. 所属分类:matlab例程

    • 发布日期:2019-07-14
    • 文件大小:419.95kb
    • 提供者:wowowowo_870810
« 12 »
搜珍网 www.dssz.com