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

搜索资源列表

  1. Hopfieldfordsp

    0下载:
  2. 用Hopfield神经网络方法实现TSP旅行商问题-Using Hopfield neural network implementation Traveling Salesman Problem TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1346
    • 提供者:dalian
  1. tsp

    0下载:
  2. tsp源程序 解决实际的旅行商问题 简单但是十分有用-tsp source code of the traveling salesman problem to solve real easy but very useful
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:691146
    • 提供者:mp
  1. TSP

    0下载:
  2. 人工智能中,用模拟退火方法解决旅行商问题,采用C++实现-Artificial intelligence, the use of simulated annealing to solve traveling salesman problem, using C++ implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:10521
    • 提供者:张宁
  1. ACATSP

    0下载:
  2. tsp蚁群算法,经过改良的-tsp ant colony algorithm, improved ........
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1607
    • 提供者:wangyi
  1. parallel-aco-tsp

    0下载:
  2. Ant Colody Please read your package and describe it at least
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:6739
    • 提供者:cuong
  1. maugis.tar

    0下载:
  2. Simulated annealing (SA) for the Symmetric Euclidean TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:28943
    • 提供者:foxman
  1. DP_TSP

    0下载:
  2. Dynamic Programming Code for the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:17422
    • 提供者:foxman
  1. pso_tsp_ansi_c

    0下载:
  2. Particle Swarm Optimization (PSO) for the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:49615
    • 提供者:foxman
  1. 750

    0下载:
  2. A branch-and-bound algorithm for asymmetric TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:14835
    • 提供者:foxman
  1. ACO-TSP

    0下载:
  2. 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:74112
    • 提供者:波波
  1. d_function

    0下载:
  2. 分支限界tsp算法中求下界函数的值。有中文注释。-Tsp branch and bound algorithm for the lower bound of the value function. Chinese Notes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:886578
    • 提供者:吴男
  1. TSPSAwithmatlab

    0下载:
  2. TSP 问题模拟退火算法的matlab示例-TSP simulated annealing algorithm matlab example
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:478302
    • 提供者:filebox
  1. tsp--yichuangsuanfa

    0下载:
  2. 程序对48个城市的TSP问题(城市坐标文件对应于48.txt)进行计算,求解路径和最优路径图如下。 48个城市结果,大的红*表示路径开始城市,途经城市依次用蓝色方块和红色*标示。 -Procedures of the 48 cities TSP problem (document coordinates corresponding to the city 48.txt) to calculate the optimal solution of the path and road map
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:10292413
    • 提供者:zz
  1. tsp

    0下载:
  2. a matlab code for solving TSP using simulated annealing (SA)
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1793
    • 提供者:iman
  1. sa

    0下载:
  2. 运用模拟退火算法解决旅行商问题,简单易懂,代码清晰,行数比较少-Simulated Annealing to solve TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1813
    • 提供者:
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:599431
    • 提供者:
  1. 49636941newGA-TSP

    0下载:
  2. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:24925
    • 提供者:just
  1. ACOTSP.V1.0

    0下载:
  2. ACO解决TSP问题(蚁群优化)源码-Solve the TSP problem ACO (Ant Colony Optimization) source!!!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:277269
    • 提供者:邱兴
  1. matlab

    0下载:
  2. 利用蚁群算法解决TSP问题的matlab源代码-Using ant colony algorithm to solve TSP problem matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6681
    • 提供者:czr
  1. TspGA

    0下载:
  2. 这个程序实现了用遗传算法来解决TSP问题,达到了良好的优化效果-This procedure achieved by using genetic algorithms to solve the TSP problem, achieve a good optimization results
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3131960
    • 提供者:张立花
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com