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

搜索资源列表

  1. tspsa

    0下载:
  2. 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1231687
    • 提供者:吴昆
  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-08
    • 文件大小:60177
    • 提供者:杨猛
  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-28
    • 文件大小: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. mtspf_ga

    0下载:
  2. Genetic Algorithm that solves te Multiple Travelling Salesman Problem. This algorithm uses fixed start and end points
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3416
    • 提供者:jacobdeboer33
  1. mtsp_ga

    0下载:
  2. Algorithm that solves the Multiple Travelling Salemsan Problem. This algorithm needs the starting position of every salesman.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3234
    • 提供者:jacobdeboer33
  1. noising_method_articles

    0下载:
  2. Great articles on noising method algorithm for travelling salesman problem-Great articles on noising method algorithm for travelling salesman problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:543924
    • 提供者:Othwal
  1. genetic

    0下载:
  2. genetic algorithm used to solve travelling salesman prolem
  3. 所属分类:Windows Develop

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

    0下载:
  2. 利用遗传算法求解旅行商问题 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling salesman problem using genetic algorithm traveling salesman problem, namely, th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7326
    • 提供者:yanzhongyuan
  1. Salesman

    0下载:
  2. Travelling salesman problem descr iption to code in matlab is provided in this document
  3. 所属分类:matlab

  1. New-Folder

    0下载:
  2. Modified Hopfield Neural Network for Travelling Salesman Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:95232
    • 提供者:shiva
  1. Travelling-Salesman-Problem-using-backtracking.ra

    0下载:
  2. traveling salesman problem using backtracking technique
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:10864
    • 提供者:ammu
  1. travelling

    0下载:
  2. Matlab code for Travelling salesman problem
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2655
    • 提供者:rosy
  1. Travelling-salesman-problem-algorithm

    0下载:
  2. The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? It is an N
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2405
    • 提供者:ramin
  1. Salesman

    0下载:
  2. This program about Travelling Salesman Problem. It solved be method of brenches.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-27
    • 文件大小:63165
    • 提供者:Oleg
  1. Travelling-Salesman-Problem-from-mathwork

    0下载:
  2. Travelling salesman problem
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-29
    • 文件大小:24274
    • 提供者:dnie
  1. TABU-Search---Travelling-Salesman-Problem

    0下载:
  2. Travelling search algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:13177
    • 提供者:mehdi
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com