CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - tsp problem

搜索资源列表

  1. ann_and_ga_soft

    0下载:
  2. 用神经网络和遗传算法解决tsp问题,先使用神经网络训练出较优个体,然后再进化,可以反其道而行,-using neural networks and genetic algorithms to solve the problem tsp first use of neural network training of better individual, then evolution can be just the opposite.
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:161574
    • 提供者:问涛
  1. tsp+vrp.rar

    1下载:
  2. 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,并各处多种语言的源代码,包括c,matlab以及delphi。 ,Simulated annealing algorithm described in detail the theory of principle. And TSP as an example to explain the problem and the source code of various languages, including c, matlab, as w
  3. 所属分类:transportation applications

    • 发布日期:2017-03-27
    • 文件大小:26057
    • 提供者:lian
  1. gatspexe

    0下载:
  2. 给出一个运行用遗传算法运算的Delphi可执行程序。可以解决TSP问题。-Give a running operations using genetic algorithms Delphi executable program. TSP problem can be solved.
  3. 所属分类:transportation applications

    • 发布日期:2017-04-25
    • 文件大小:187577
    • 提供者:lian
  1. ANNEALTSP

    0下载:
  2. solving the TSP problem
  3. 所属分类:transportation applications

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

    0下载:
  2. 用蚁群原理编写的商旅路径的优化问题,可以自动绘制各种曲线图,以反应收敛的程度-With the ant colony principle to write business path optimization problem, can be automatically draw all kinds of graph, in order to response the degree of convergence
  3. 所属分类:transportation applications

    • 发布日期:2017-11-20
    • 文件大小:2088
    • 提供者:齐晓鹏
  1. TSP

    0下载:
  2. 旅行商问题的matlab程序,34个城市,采取经营策略-Traveling salesman problem matlab program, 34 cities, to take the business strategy
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-11-26
    • 文件大小:20437
    • 提供者:吴严亮
  1. tsp

    0下载:
  2. tsp问题,算法简单灵巧,解决tsp问题的良法-tsp problem, the algorithm is simple and ingenious, settlement tsp good law
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:810
    • 提供者:晓天
  1. TSP_matlab

    0下载:
  2. 旅行商问题(TSP)是典型的NP完全问题,遗传算法是求解NP完全问题的一种常用方法。旅行商问题(TSP)的蚁群算法实现算法。在MATLAB中用遗传算法施行对TSP问题进行了求解,进行了选择、交叉和变异算子进行了算法设计。MATLAB源代码。-Traveling Salesman Problem (TSP) is a typical NP-complete problem, genetic algorithm for solving NP-complete problems, a common m
  3. 所属分类:Energy industry

    • 发布日期:2017-03-29
    • 文件大小:2233
    • 提供者:申悦
  1. neural-network-solving-tsp

    0下载:
  2. 神经网络解决旅行商问题,讨论了矩阵大小对算法稳定性的影响。土木工程领域中,常用于进行结构参数识别等。-Neural network to solve the traveling salesman problem, discussed the impact of the size of the matrix algorithm stability. The field of civil engineering, structural parameters commonly used in iden
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:943733
    • 提供者:xionger
  1. TSP

    0下载:
  2. this an interface for TSP (travelling salesman problem ) -this is an interface for TSP (travelling salesman problem )
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1298935
    • 提供者:Yassine
  1. belguembour-et-bellakhelef

    0下载:
  2. PSO algorithm for solving TSP problem
  3. 所属分类:Education soft system

    • 发布日期:2017-04-26
    • 文件大小:28780
    • 提供者:nadjiba
  1. AGCode.tar

    0下载:
  2. Implamentation to problem TSP in Matlab
  3. 所属分类:transportation applications

  1. hopfield

    0下载:
  2. hopfield神经网络解决旅行商问题。-hopfield TSP problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2403
    • 提供者:张已
  1. TSP

    0下载:
  2. Traveling salesman problem
  3. 所属分类:Education soft system

    • 发布日期:2017-05-05
    • 文件大小:122628
    • 提供者:black
  1. TSP-Traveling-Salesman-Problem

    0下载:
  2. TSP解决旅行商问题,设计出最优最便捷的方案实现最好的效果。-TSP Traveling Salesman Problem, the optimal design of the most convenient solutions to achieve the best results.
  3. 所属分类:Energy industry

    • 发布日期:2017-05-05
    • 文件大小:89346
    • 提供者:DelYoung
  1. 遗传算法txt

    0下载:
  2. 遗传算法解决tsp问题 遗传算法,模拟达尔文进化论的自然选择和遗传学机理的生物进化过程的计算模型,一种选择不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个体基本上是最优的,那么以后再继续这样下去就可以一直最优了。(Genetic algorithm to solve TSP problem)
  3. 所属分类:交通/航空行业

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:zzh2000boy
  1. 2-opt

    1下载:
  2. 运用2-opt算法解决TSP(旅行商问题),满足自定义五个点及自设迭代次数,包括可视化结果。(TSP (Traveling Salesman Problem) is solved by using 2-opt algorithm, which satisfies five custom points and self-designed iteration times, including visualization results.)
  3. 所属分类:*行业应用

    • 发布日期:2020-05-13
    • 文件大小:1024
    • 提供者:glam
搜珍网 www.dssz.com