搜索资源列表

  1. TspSA

    0下载:
  2. 用模拟退火算法对求解旅行商组合优化问题作了一定的研究,提出了多种不同的随机抽样方式,并对其进行了分析计算并以代码实现。 -This paper studied the optimizing of the traveling salesman problem with the Simulated Annealing(SA). Different random sampling forms were proposed and ana
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:7827456
    • 提供者:
  1. GATSP

    0下载:
  2. 这是用c编写的旅行商问题的算法,比较简单,很好理解(使用遗传算法)-GA TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:linda
  1. SA

    0下载:
  2. 模拟退火算法解旅行商问题(须运行在VS2008平台下)-Simulated annealing algorithm traveling salesman problem [have to run in VS2008 platform]
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:sunset
  1. xujinpeng-matlab

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。-Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:504832
    • 提供者:竹子的信仰
  1. gafortsp

    0下载:
  2. 用遗传算法实现TSP旅行商问题,MATLAB源码-Using Genetic Algorithm for Traveling Salesman Problem TSP implementation, MATLAB source
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:dalian
  1. yichuansuanfaqiujielvxingshang

    0下载:
  2. 利用遗传算法求解旅行商问题,其中附有程序实现的源代码-The use of genetic algorithm to solve traveling salesman problem, of which attached to the source code program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:张驰
  1. Matlab

    0下载:
  2. 用matlab解决TSP旅行商问题,30个城市的路线优化问题-Matlab solving TSP traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:ronnie
  1. genetic

    0下载:
  2. 使用遗传算法求解旅行商问题,城市数目及城市之间的距离通过txt文件来读入,然后输出求解过程及最后收敛到的最有路径-The use of Genetic Algorithm for Traveling Salesman Problem, the number of cities and the distance between cities through the txt file to read, and then output the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:623616
    • 提供者:郑益夫
  1. aa

    0下载:
  2. C#写的蚁群算法,实现了五个城市的旅行商问题,简单易懂-ant colony algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:leopold
  1. ACATSP

    0下载:
  2. 蚁群算法解决旅行商问题,matlab源码-Ant colony algorithm to solve traveling salesman problem, matlab source
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:阿陶
  1. matlab

    0下载:
  2. 旅行商的问题,用遗传算法来求的最优解,用matlab来实现。-Traveling salesman problem, using genetic algorithms to seek the optimal solution, using matlab to achieve.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:杨毅平
  1. TSP

    0下载:
  2. 模拟退火算法解决旅行商问题,从文件读入城市信息-Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:肖佩瑶
  1. CHBTSP

    0下载:
  2. 用c+++实现的遗传算法解决tsp(旅行商)问题源码-Using c+++ realization of the genetic algorithm to solve tsp (TSP) problem source
  3. 所属分类:生物技术

    • 发布日期:2024-05-21
    • 文件大小:1775616
    • 提供者:pacific
  1. GA_TSP

    0下载:
  2. 遗传算法实现旅行商问题:经典遗传算法解决旅行商问题,可供研究遗传算法的同仁进行研究改进。-Genetic Algorithms for Traveling Salesman Problem: a classic genetic algorithm to solve traveling salesman problem, for the study of genetic algorithm to improve the research
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:1504256
    • 提供者:saint
  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 sales
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:268288
    • 提供者:章为到
  1. TSPE

    0下载:
  2. 一种基于蚁群算法的旅行商问题的源代码-TSP BASED ON ANT COLONY ALGORITHM
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:露萍
  1. TSP

    0下载:
  2. TSP旅行商 的程序,有兴趣的可以下载看-TSP TSP procedures are interested in can be downloaded to see
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:20480
    • 提供者:傅川
  1. Greed_Tsp

    0下载:
  2. 用贪心算法解决旅行商问题,能运行的,是本科四年级的软件课程设计源码!-Use greedy algorithm to solve traveling salesman problem, will be able to run is the fourth year undergraduate curriculum design of the software source code!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:vivien
  1. mtsp_ga

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

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:sunyongnan
  1. TSP_final

    0下载:
  2. TSP程序,采用C#实现,可解决旅行商问题,参数设置可视化-TSP program, using C# to achieve, solve the traveling salesman problem, visualization parameters
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:83968
    • 提供者:陈兵
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org