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

搜索资源列表

  1. 旅行商问题源代码-带有图形功能

    3下载:
  2. 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条 从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。 VC 旅行商问题源代码-带有图形功能.-a salesman to a number of cities to sell commodities, the known distance between cities (or travel). He selected a departure from the resident, a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:283536
    • 提供者:绍生
  1. 03120104旅行商问题

    0下载:
  2. 这是旅行商问题的求解方法.............. 文件输入-This the Traveling Salesman Problem Solving Methods .............. file input
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:141519
    • 提供者:jacy
  1. 旅行商程序及其结构说明

    1下载:
  2. 旅行商问题,我们数学竞赛自己编的,最优问题-traveling salesman problem, we Mathematics Olympiad own series, optimal problems
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5673
    • 提供者:陈博
  1. 旅行商问题

    0下载:
  2. 用遗传算法解决旅行商问题
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-18
    • 文件大小:641063
    • 提供者:www
  1. 模拟退火算法实现旅行商算法

    0下载:
  2. 采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰减系数alpha=0.92 算法停止的准则是当相邻两个温度得到的解变化很小时算法停止。-used the Stanozolol Hill were determined by the experimental parameters. N cities for the traveling salesman problem, the para
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2119
    • 提供者:谢继晖
  1. 旅行商问题

    0下载:
  2. 这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在vc上面运行。-This is a traveling salesman problem algorithm source code, code brief that detailed and readable. Compressed they contain only source files to run above the vc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1983
    • 提供者:xtbc
  1. 研究旅行商问题过程中自己改写的Grefenstette编码

    0下载:
  2. 研究旅行商问题过程中自己改写的Grefenstette编码、解码函数,附带小规模标准部分数据集,Grefenstette encoding and decoding function for Traveling salesman problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-24
    • 文件大小:30582
    • 提供者:王东
  1. TSPSA.模拟退火算法SA求解TSP旅行商问题

    2下载:
  2. 模拟退火算法SA求解TSP旅行商问题。可以自己设定初始温度和冷却温度,SA simulated annealing algorithm for solving traveling salesman problem TSP. Can be set for the initial temperature and cooling temperature
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-23
    • 文件大小:656
    • 提供者:yourchen
  1. matlab--tsp tsp问题 旅行商问题 matlab求解

    1下载:
  2. tsp问题 旅行商问题 matlab求解 遗传算法-TSP problem traveling salesman problem with MATLAB genetic algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-01-06
    • 文件大小:10240
    • 提供者:周道道
  1. TS-TSP.rar

    0下载:
  2. 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2848
    • 提供者:ann
  1. TSP.rar

    0下载:
  2. 模拟退火算法解决旅行商问题,从文件读入城市信息,Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:7254
    • 提供者:肖佩瑶
  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
    • 文件大小:505301
    • 提供者:徐进澎
  1. GA_TSP

    0下载:
  2. 遗传算法实现旅行商问题:经典遗传算法解决旅行商问题,可供研究遗传算法的同仁进行研究改进。-Genetic Algorithms for Traveling Salesman Problem: a classic genetic algorithm to solve traveling salesman problem, for the study of genetic algorithm to improve the research associates.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1504456
    • 提供者:saint
  1. 遗传算法——旅行商问题mfc

    0下载:
  2. 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数,那么选择这个个体进行生育。 3.?????? 单性繁殖:因
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:90112
    • 提供者:littlekai
  1. Matlab多旅行商实验

    2下载:
  2. 用matlab程序求解多旅行商问题,使用蚁群算法(Solving multi traveling salesman problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:20480
    • 提供者:兜里有麦
  1. 粒子群算法解决旅行商问题

    3下载:
  2. 用于粒子群算法解决旅行商问题,可以运行,效果很好啊(For particle swarm optimization algorithm to solve the traveling salesman problem, you can run, the effect is very good!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:3072
    • 提供者:李乃双
  1. 改进pso可以求解城市数量大的旅行商问题

    2下载:
  2. 城市数量最大的改进的粒子群算法求解旅行商问题(Particle swarm optimization for traveling salesman problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:4096
    • 提供者:chrishlihong
  1. Matlab多旅行商实验

    0下载:
  2. 解决多种变型的多旅行商问题,延伸的一系列问题,有说明(Multiple traveling salesman problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:16384
    • 提供者:huaizhi
  1. 5种多旅行商问题(MTSP)的遗传算法

    1下载:
  2. 基于遗传算法的多旅行商问题,其中有5种情况,均有代码(Multiple travel quotient problem based on genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:26624
    • 提供者:syyyyyyy
  1. 多旅行商

    1下载:
  2. 都是一些关于多旅行商方面的论文,包含配送物流的路径选择问题,值得一读(Are some papers about multi - travelers, including the routing problem of distribution logistics, is worth reading)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:22675456
    • 提供者:顾炎武
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com