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

搜索资源列表

  1. aritificial-ant-algorithms-for-TSP

    0下载:
  2. 应用双种群蚁群算法解决TSP问题,计算速度快,准确率高-Application of ant colony algorithm to solve TSP double population problem, computational speed, high accuracy
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:12578
    • 提供者:apple
  1. TSP

    0下载:
  2. 蚁群算法解决TSP问题,可以高速运行,附有详细注释-Ant colony algorithm to solve TSP problem, you can run at high speed, with detailed notes
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2717
    • 提供者:junjie
  1. tsp

    0下载:
  2. 用神经网络算法解决tsp问题的一个小程序-Using neural network algorithm to solve the problem of a small program tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:8413
    • 提供者:贺晓
  1. hopfield-for-tsp

    0下载:
  2. 实现了使用hopfield算法解决TSP问题,画出了每次迭代的过程图。-this material realized hopfield algorithm and by using this algorithm resolved TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:5141
    • 提供者:刘玉秀
  1. TSP-based-on-improved-pso

    1下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-23
    • 文件大小:634043
    • 提供者:durongmao
  1. A-branch-and-bound-algorithm-for-asymmetric-TSP.r

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

    • 发布日期:2017-03-24
    • 文件大小:14887
    • 提供者:Tom
  1. Tabu-search-TSP

    0下载:
  2. tabu search algorithm for travelling sales man (TSP) problem, c++ code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:26627
    • 提供者:esse
  1. TSP

    0下载:
  2. 旅行商问题(迪克斯基算法),swing界面,TSP.-Traveling salesman problem (Dick Gaussian algorithm), swing interfaces, TSP.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2813
    • 提供者:邓楠轶
  1. tsp

    0下载:
  2. for solving TSP in matlab using hopfield neural network
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:660
    • 提供者:hossein
  1. tsp

    0下载:
  2. 详细介绍使用遗传算法对TSP问题设计流程,-Design of the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:169525
    • 提供者:刘兴龙
  1. tsp

    1下载:
  2. tsp问题的一个遗传算法,附带两个算例。-A genetic algorithm tsp problem, with two examples.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:141792
    • 提供者:郝明亮
  1. immune-genetic-algorithm-for-TSP

    1下载:
  2. 基于matlab的遗传免疫算法TSP的源代码,内容比较详尽。-Based on immune genetic algorithm matlab source code for TSP, a more detailed content.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:48302
    • 提供者:ivy
  1. 遗传算法解TSP问题

    2下载:
  2. 用遗传算法解TSP问题,C++代码,可直接调用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-06-10
    • 文件大小:12054
    • 提供者:lgl531558674
  1. TSP with Genetic algorithm

    0下载:
  2. this source for TSP with Genetic algorithm
  3. 所属分类:数学计算/工程计算

  1. tsp

    0下载:
  2. 运用了禁忌搜索算法求解31个城市的最短路径问题(tsp)
  3. 所属分类:其它程序

  1. TSP算法

    0下载:
  2. TSP算法希望对大家有所帮助,可以跑出图,请放心下载(TSP, we hope to help, you can run out of map, please rest assured that download)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-28
    • 文件大小:7168
    • 提供者:美好时代
  1. TSP动态规划

    0下载:
  2. TSP问题(担货郎问题)的动态规划算法实现(Dynamic programming implementation of TSP problem)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:663552
    • 提供者:monkeyking
  1. 23825758TSPLIB_DATA tsp测试库

    0下载:
  2. 一个很好的用于测试tsp问题的函数测试库,包括各类典型的 测试函数(A good test function for testing TSP library, including all types of typical test functions)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:103424
    • 提供者:huangyuanjun1
  1. ABC解决TSP问题程序

    1下载:
  2. ABC算法解决TSP旅行商问题,使用matlab语言,适应于ABC算法的初学者(The ABC algorithm for solving TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:hs无奈
  1. TSP

    0下载:
  2. 利用Hopfield神经网络解决TSP问题(The use of Hopfield neural network to solve TSP problems)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:Cedarmo
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com