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

搜索资源列表

  1. translation

    0下载:
  2. Procedure TSPSA:  begin   init-of-T { T为初始温度}   S={1,……,n} {S为初始值}   termination=false   while termination=false    begin     for i=1 to L do       begin         generate(S′form S) { 从当前回路S产生新回路S′}         Δt:=f(S′))-f(S) {f(S)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:796.74kb
    • 提供者:zhou
  1. tspsa

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

    • 发布日期:2008-10-13
    • 文件大小:1.17mb
    • 提供者:吴昆
  1. TspSA

    0下载:
  2. 模拟退火智能优化算法对TSP问题的解决的源码修改!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.42mb
    • 提供者:孔亮
  1. d

    0下载:
  2. 模拟退火算法解决TspSA
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:599.26kb
    • 提供者:于亚秀
  1. TspSA

    0下载:
  2. 模拟退火优化旅行商问题,付城市坐标!vC++代码!
  3. 所属分类:生物技术

    • 发布日期:2014-01-17
    • 文件大小:46.99kb
    • 提供者:zzz
  1. TSPSA

    0下载:
  2. TSPSA by AI of Simulated Annealing
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:18.61kb
    • 提供者:liyiyang
  1. TspSA

    0下载:
  2. 使用模拟退火算法求解TSP优化问题,采用Visual C++实现的.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:52.85kb
    • 提供者:lxz
  1. TSPSA.模拟退火算法SA求解TSP旅行商问题

    2下载:
  2. 模拟退火算法SA求解TSP旅行商问题。可以自己设定初始温度和冷却温度,SA simulated annealing algorithm for solving traveling salesman problem TSP. Can be set for the initial temperature and cooling temperature
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-23
    • 文件大小:656byte
    • 提供者:yourchen
  1. TspSA

    1下载:
  2. 用模拟退火算法求解旅行商问题的代码,采用C++编写-Using Simulated Annealing Algorithm for Solving Traveling Salesman Problem code, using C++ Prepared
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:27.91kb
    • 提供者:nc21lym
  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 analyzed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-25
    • 文件大小:3.31mb
    • 提供者:
  1. tspsa

    0下载:
  2. 用matlab实现模拟退火算法,是学习模拟退火算法的有用工具-it is a good programme for annealing simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:42.48kb
    • 提供者:王云
  1. tspsa

    0下载:
  2.  针对基于遗传算法的TSP 问题求解, 尝试了多种遗传操作, 分析了这些操作在遗传算法中的作用, 讨论了基因片段保序在利用遗传算法求解TSP 问题中的重要性.-Based on Genetic Algorithm for TSP Problem Solving, try a variety of genetic manipulation, analysis of these operations at the role of genetic algorithm discussed Orderin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:845.26kb
    • 提供者:
  1. TspSA

    0下载:
  2. 首先介绍模拟退火算法,然后编写伪程序,结合Visual C++开发工具求解著名的旅行商问题TSP-Simulated annealing algorithm first introduced, and then the preparation of pseudo-process, combined with Visual C++ development tools for solving the famous Traveling Salesman Problem TSP
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:905.71kb
    • 提供者:liuzhiyong
  1. TSPSA

    0下载:
  2. 该程序是模拟退火算法应用中旅行商问题的c++程序-The procedure is the application of simulated annealing algorithm for the traveling salesman problem c++ program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:626.38kb
    • 提供者:586
  1. TspSA

    0下载:
  2. 模拟退火算法求解TSP问题,大家赶快下载吧 可以运行-Simulated annealing algorithm for solving TSP problems, you can run it as soon as possible to download
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2.72mb
    • 提供者:曹睿涵
  1. TspSA

    0下载:
  2. 旅行商问题 求解最优解问题。优化算法。模拟退火算法~够了吧-TSP answer。
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3.08mb
    • 提供者:周浩
  1. TspSA

    0下载:
  2. 这个程序是用c++编写的,采用模拟退火的算法,解决tsp 求最短路的问题 -wo de yingwen bu hao wei shenme yao you ying wen shuo ming
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:27.61kb
    • 提供者:ganjinglei
  1. tspsa

    0下载:
  2. TSP问题 著名的旅行商问题 matlab程序,压缩包里一共有3个文件-Well-known traveling salesman problem TSP problem matlab program, a total of three compressed package files
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.53kb
    • 提供者:ntn
  1. TSPSA

    0下载:
  2. 遗传算法求解TSP问题,程序更加简洁明了,适用性更加灵活-Genetic algorithm for solving TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.64kb
    • 提供者:刘代平
  1. tspsa

    1下载:
  2. 模拟退火算法用于解决“城市旅行者”问题的VC++源代码,对于理解模拟退火算法有很大的帮助!-Simulated annealing algorithm is used to solve the " Urban Traveler" problem VC++ source code, simulated annealing algorithm for the understanding of great help!
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-07
    • 文件大小:2.71mb
    • 提供者:wangwei
« 12 »
搜珍网 www.dssz.com