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

搜索资源列表

  1. salesman-temp

    0下载:
  2. 货郎担 最短路径问题 用链表储存最短路径节点-traveling salesman problem using the shortest path Listless storage nodes Shortest Path
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2157
    • 提供者:邵柏波
  1. Genetic Algorithms and the Traveling Salesman Prob

    0下载:
  2. 遗传算法的一个例子:旅行商问题。C++源代码,适合初学者研究遗传算法与最优化等方面的知识。-a genetic algorithm examples : the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:122189
    • 提供者:hu
  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-21
    • 文件大小:2848
    • 提供者:ann
  1. TSPMATLAB.rar

    0下载:
  2. 遗传算法求解TSP问题的MATLAB实现。这是一篇非常有新意的论文,对于学习遗传算法非常有用,This paper has resolved the traveling salesman problem(TSP) by virtue of geneitc algorithms(GA)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:156826
    • 提供者:王斌
  1. pso_NEW_1

    1下载:
  2. 运用多目标蚁群算法求解旅行商问题,很好的一个程序。-The use of multi-objective Ant Colony Algorithm for Solving Traveling Salesman Problem, a good one.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2306
    • 提供者:刘洋
  1. tsp-ga.m

    0下载:
  2. sovling TSP(Travelling Salesman Problem) with GAs -sovling TSP (Travelling Salesman Problem) with GAs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2296
    • 提供者:li
  1. Astar_TSP

    0下载:
  2. 用A星算法解决旅行商(货郎担)问题,附设计报告和测试用例-A Star algorithm used to solve TSP (traveling salesman) problems, with the design of reports and test cases
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:60177
    • 提供者:杨猛
  1. stock

    0下载:
  2. have recently become very interested in the area of genetic algorithms and Ant Colony Optimization techniques. I was determined to write a complete program demonstrating these two techniques. In particular I wanted to compare the efficiency of these
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:99060
    • 提供者:nasser
  1. tsp

    3下载:
  2. 利用模拟退火算法解决旅行商问题,共二十个城市,选择最优路径-The use of simulated annealing algorithm to solve traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:54872
    • 提供者:wujian
  1. TSM

    0下载:
  2. This program gives solution to the Travelling Salesman problem (TSP). I use genetic algorithm, tabu search, exhaustive search. It all combine in a windows application.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:60239
    • 提供者:yyavuz
  1. SA_TSP

    0下载:
  2. 旅行商问题(Travelling Salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短。-TSP (Travelling Salesman Problem, Jane Hutchison TSP, also known as the traveling salesman problem): with n cities an
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:268343
    • 提供者:章为到
  1. algorithm02

    0下载:
  2. heuristic algotrihm for travelling salesman problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2774
    • 提供者:sadi
  1. NNHTSP

    0下载:
  2. a nearest neighbor heuristic solving travelling salesman problem. it is great. h-a nearest neighbor heuristic solving travelling salesman problem. it is great. hehehhehehhee
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1121
    • 提供者:albert
  1. mtsp_ga

    0下载:
  2. matlab多旅行商问题以及各种算法如蚂蚁算法和遗传算法-matlab multi-traveling salesman problem and various algorithms such as the ant algorithm and genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4055
    • 提供者:sunyongnan
  1. HybridalgorithmbasedonabalancedstudyofMTSP

    1下载:
  2. 基于混合算法的均衡路程MTSP研究 给出了MTSP的整数线性规划模型、分类, 提出了均衡各旅行商访问路程和均衡各旅行商访问人数的多目标 问题针对均衡各旅行商访问路程的设计了相应的求解算法, 求解算法为遗传算法和一的混合算法给出了相应 的示例和实验结果, 并对实验结果的有效性进行了研究-Hybrid algorithm based on a balanced study of MTSP given distance of the MTSP integer linear programm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-15
    • 文件大小:254975
    • 提供者:Notics
  1. Multi-travelingsalesmanproblem

    0下载:
  2. 多旅行商问题是单旅行商问题的扩展, 具有更广泛的实际意义。在研究M TSP 解的特点的基础上, 提 出了最小化总行程和均分多个旅行商访问点数、最小化总行程及均分访问路程的两个多目标的M TSP 问题, 并分别给出了相应的数学模型、求解算法和应用实例, 实例表明模型的正确性。-Multi-traveling salesman problem traveling salesman problem is a single expansion, with a wider range of pra
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:242972
    • 提供者:Notics
  1. BruteForceGuilherme.java

    0下载:
  2. Brute force solution for the traveling salesman problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1514
    • 提供者:Guilherme
  1. HeuristicGuilherme

    0下载:
  2. Heuristic solution for the traveling salesman problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1893
    • 提供者:Guilherme
  1. tsp

    0下载:
  2. 多旅行商问题,最小生成树优化。 提供新思路-Multi-traveling salesman problem, minimum spanning tree optimization. To provide new ideas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:169674
    • 提供者:张路
  1. TabuSearchforTSP

    0下载:
  2. This gives source code of traveling salesman problem. The algorithm used is tabu search.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9153
    • 提供者:Roger
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com