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

搜索资源列表

  1. GA-and-SA-TO-SOLVE-TSP

    0下载:
  2. 用遗传算法和模拟退火算法解决TSP问题,希望能够帮到你-Solve TSP using genetic algorithms and simulated annealing algorithm
  3. 所属分类:Other Databases

    • 发布日期:2017-03-30
    • 文件大小:12210
    • 提供者:
  1. matlab-tsp

    0下载:
  2. 遗传算法解决tsp问题的MATLAB程序,带解释说明。-GA to solve tsp problem using matlab,with explanation.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3736
    • 提供者:刘增全
  1. GA-TSP-CPP

    0下载:
  2. 遗传算法解决tsp问题的C++程序,确定可以运行。-A C++ program for solving TSP problem with GA,and it can run correctly.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:8663
    • 提供者:刘增全
  1. TSP

    0下载:
  2. TSP问题的人工智能解决方法,包括进化计算、蚁群算法和霍普菲尔德神经网络。-TSP solution to the problem of artificial intelligence, including evolutionary computation, ant colony algorithm and Hopfield neural networks.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:12298090
    • 提供者:张志智
  1. ACA-----TSP

    0下载:
  2. 蚁群算法ACO应用于TSP问题,MATLAB程序代码,具有详细解释,运行正确-ACO ACO algorithm is applied to the TSP, MATLAB code, with a detailed explanation of the correct operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2042
    • 提供者:昊轩
  1. Ga-tsp

    7下载:
  2. 遗传算法tsp问题 针对题目中物流配送路径优化问题,本文引入0-1规划思想,建立了带约束条件的物流配送问题的数学模型。求解时,引入遗传算法的编码方式,并针对分区数与客户数量相差较小的情况,灵活运用分区配送算法确定包含最优解的分区序列组,紧密结合枚举法使得其算法兼顾简单、快速的优点。应用Matlab软件可执行得到最短路径。兼顾时间因素导致的复杂影响,我们引入了惩罚函数,并通过设定惩罚系数,进一步由最短路径求得最优路径。-Genetic algorithm tsp problem of logist
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-31
    • 文件大小:185344
    • 提供者:
  1. pso-tsp-parallel-by-tedade-tekrar

    0下载:
  2. mpi.net sample of tsp problem using pso algorithm
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:46306
    • 提供者:smsm
  1. The-algorithm-of-ACA-anout-TSP

    0下载:
  2. 基于遗传算法的TSP算法程序,程序完整,下载下来即可运行-TSP algorithm based on genetic algorithm procedure is complete, you can run downloaded
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:260050
    • 提供者:周小舟
  1. Genetic-algorithm-for-TSP

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

    • 发布日期:2017-04-14
    • 文件大小:2569
    • 提供者:范哲
  1. TSP

    0下载:
  2. 环形城市排列,旅行商问题,即TSP问题(Travelling Salesman Problem)-Ring urban arrangement, TSP problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2596093
    • 提供者:丁宁
  1. In-TSP

    0下载:
  2. This TSP source code. (Travel sale problem). We were code by C#-This is TSP source code. (Travel sale problem). We were code by C#
  3. 所属分类:CSharp

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

    0下载:
  2. 用蚁群算法寻找TSP旅行商问题的最优解,该代码是matlab对上述问题求解求解-For the optimal TSP traveling salesman problem using ant colony algorithm solution, the code is matlab on the problem solving
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2491
    • 提供者:王迎
  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. tsp

    0下载:
  2. vc使用贪心算法,求解tsp(旅行商问题),包含问题分析、说明文档、算法分析和程序源码。-vc using the greedy algorithm to solve tsp (TSP), and includes documentation, algorithm analysis and program source code.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:264592
    • 提供者:libing
  1. ga-tsp

    0下载:
  2. 用遗传算法解决TSP问题,和AFORGE.d-genetic algorithm to solve TSP with C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1406
    • 提供者:灵石路8号
  1. tsp问题

    0下载:
  2. 用c++编写tsp问题的解决方案 The Traveling Salesman Problem (TSP) is a widely mentioned classic case in data structure and algorithm, which can be solved in many methods.
  3. 所属分类:网络编程

    • 发布日期:2014-08-10
    • 文件大小:1605
    • 提供者:uestc_chao
  1. tsp

    0下载:
  2. 用0-1规划解决小规模TSP问题的精确解-Slove small vertexs TSP problem useing bintprograming
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2296
    • 提供者:程展鸿
  1. GA-TSP

    0下载:
  2. Genetic algorithms & TSP-Genetic algroithms & TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3835
    • 提供者:tyl
  1. delphi-TSP

    0下载:
  2. 采用delphi语言进行编程,能够解决一般性TSP旅行商问题-Using delphi programming language, can solve the traveling salesman problem TSP general
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:15117
    • 提供者:liuxing
  1. immune-genetic-algorithm-for-TSP

    0下载:
  2. 采用matlab语言进行编程,运用遗传免疫算法,旨在解决TSP旅行商问题-Using matlab language programming, the use of genetic immune algorithm, to solve the traveling salesman problem TSP
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:59341
    • 提供者:liuxing
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com