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

搜索资源列表

  1. tsp-word

    0下载:
  2. 用遗传算法解决旅行商问题的简单实现.word格式,简单,易懂 -using genetic algorithms to solve the traveling salesman problem simple realization. Word format, a simple, understandable
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:82705
    • 提供者:王子文
  1. matlab for TSP problem

    0下载:
  2. matlab code writen by somebody for TSP problem with tabu search
  3. 所属分类:文档资料

    • 发布日期:2009-05-08
    • 文件大小:43520
    • 提供者:jiajuan911
  1. TSP

    0下载:
  2. 免疫算法和模拟退火算法求解TSP问题的研究 本文提出了一种新的免疫模拟退火算法,并将其应用于求解典型的NP问题—TSP问题 -Immune algorithm and simulated annealing algorithm for solving TSP problems is proposed in this paper a new immune simulated annealing algorithm, and applies it to solve the issue of
  3. 所属分类:Document

    • 发布日期:2017-05-10
    • 文件大小:2351367
    • 提供者:彭伟
  1. TSPproblems

    0下载:
  2. 解决TSP问题的几种算法 模拟退火法 遗传算法 贪心算法等-To solve the problem of several TSP algorithm simulated annealing greedy algorithm such as genetic algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:96246
    • 提供者:june1989
  1. The-Traveling-Salesman-Problem

    0下载:
  2. 老外写的论述TSP问题的各种算法及相关论述,可作研究用。-Written by foreigners of various algorithms discussed in TSP problem and the related discussion, can be used for research.
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:387298
    • 提供者:xuhui
  1. TSP-C

    0下载:
  2. 这是关于基础模型——旅行商问题经典解法C语言编程-This is about the base model- the classic traveling salesman problem solution of C language programming
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:2831
    • 提供者:naiyu
  1. samatlab

    0下载:
  2. 模拟退火算法MATALAB源程序 此题以中国31省会城市的最短旅行路径为例,给出TSP问题的模拟退火程序-Simulated annealing algorithm MATALAB source of this problem of China' s 31 provincial capital cities of the shortest path of travel as an example, simulated annealing procedures for TSP problem
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:1416
    • 提供者:顾俊
  1. suanfadaima

    0下载:
  2. GA求解TSP问题遗传算法代码,c++, 完整程序,附带注释-code of GA resolving the TSP problem
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:4949
    • 提供者:悠悠鱼谷
  1. TSP

    0下载:
  2. Travelling Salesman Problem
  3. 所属分类:software engineering

  1. xianglongyang123

    0下载:
  2. 新的改进方法用MATLAB求解TSP问题-The new improved methods solving TSP problem with MATLAB
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:2500
    • 提供者:xianglongyang
  1. TSP

    0下载:
  2. Traveling Salesman Problem Based on Genetic Algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:255838
    • 提供者:wangwenli
  1. TSPwith

    0下载:
  2. this the TSP problem with input GA algoritm that get input from matrix,i put test case too, you can use them-this is the TSP problem with input GA algoritm that get input from matrix,i put test case too, you can use them...
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:301537
    • 提供者:Navid Yamini
  1. TSP-HNN

    0下载:
  2. solve TSP problem using hopfield neural network
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:102024
    • 提供者:SyalrBug
  1. ACO-TSP

    0下载:
  2. 运用ACO解决tsp问题,运用城市坐标可以检测tsp问题的正确性。-Use ACO to solve tsp problem, the use of the city coordinates can detect the the tsp problem of correctness.
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:38826
    • 提供者:黄鸣鞑
  1. TSP

    0下载:
  2. 遗传算法解决TSP问题 所谓TSP问题(旅行商问题)即最短路径问题就是在给定的起始点S到终止点T的通路集合中,寻求距离最小的通路,这样的通路成为S点到T点的最短路径。-Genetic algorithm to solve TSP problem called TSP problem (TSP) that the shortest path problem in a given starting point S to the end point T path collection, seeki
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:65799
    • 提供者:罗顺昌
  1. GENETIC-ALGORITHM-FOR-KNAP-SAC-PROBLEM

    0下载:
  2. Genetic algorithm for solving TSP problem
  3. 所属分类:software engineering

    • 发布日期:2017-11-02
    • 文件大小:99268
    • 提供者:khou
  1. TSP

    0下载:
  2. 用遗传算法求解tsp问题,实例。在本程序的TSP问题中一共有20个城市,也就是在图模型中有20个顶点,因此一个染色体的长度为20。-A Genetic Algorithm for tsp problem instances. A total of 20 cities, which is 20 vertices in the graph model TSP problem of this program, so a length of chromosome 20.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-30
    • 文件大小:67290
    • 提供者:薄良娟
  1. TSP-problem-solving

    0下载:
  2. TSP问题求解教程,TSP problem solving-TSP problem solving,TSP problem solving
  3. 所属分类:software engineering

    • 发布日期:2017-12-18
    • 文件大小:70656
    • 提供者:www
  1. Hope_tsp.PDF

    0下载:
  2. solve tsp problem using hopfield
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:87040
    • 提供者:ZeinabGMZ
  1. matlab解决tsp

    0下载:
  2. matlab中解决tsp问题经典蚁群算法(Classical ant colony algorithm for solving TSP problem in MATLAB)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:15360
    • 提供者:YQzzz
« 12 3 »
搜珍网 www.dssz.com