搜索资源列表

  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′}
  3. 所属分类:汇编语言

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

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

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

    0下载:
  2. 模拟退火智能优化算法对TSP问题的解决的源码修改!
  3. 所属分类:其它资源

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:48122
    • 提供者:zzz
  1. TSPSA

    0下载:
  2. TSPSA by AI of Simulated Annealing
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:19053
    • 提供者:liyiyang
  1. TspSA

    0下载:
  2. 使用模拟退火算法求解TSP优化问题,采用Visual C++实现的.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:54114
    • 提供者:lxz
  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′}
  3. 所属分类:汇编语言

    • 发布日期:2024-06-03
    • 文件大小:815104
    • 提供者:zhou
  1. tspsa

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

    • 发布日期:2024-06-03
    • 文件大小:1231872
    • 提供者:吴昆
  1. TspSA

    0下载:
  2. 模拟退火智能优化算法对TSP问题的解决的源码修改!-Intelligent optimization simulated annealing algorithm to solve TSP problem modify the source code!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-03
    • 文件大小:9077760
    • 提供者:孔亮
  1. d

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

    • 发布日期:2024-06-03
    • 文件大小:613376
    • 提供者:于亚秀
  1. TspSA

    0下载:
  2. 模拟退火优化旅行商问题,付城市坐标!vC++代码!-Simulated annealing optimization of traveling salesman problem, to pay the city coordinates! VC++ Code!
  3. 所属分类:生物技术

    • 发布日期:2024-06-03
    • 文件大小:48128
    • 提供者:zzz
  1. TSPSA

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

    • 发布日期:2024-06-03
    • 文件大小:19456
    • 提供者:liyiyang
  1. TspSA

    0下载:
  2. 使用模拟退火算法求解TSP优化问题,采用Visual C++实现的.-The use of simulated annealing algorithm for solving TSP optimization problem, using Visual C++ Achievable.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-03
    • 文件大小:54272
    • 提供者:lxz
  1. TspSA

    0下载:
  2. 用模拟退火算法求解旅行商问题的代码,采用C++编写-Using Simulated Annealing Algorithm for Solving Traveling Salesman Problem code, using C++ Prepared
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-03
    • 文件大小:28672
    • 提供者: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 ana
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-03
    • 文件大小:7827456
    • 提供者:
  1. tspsa

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

    • 发布日期:2024-06-03
    • 文件大小:43008
    • 提供者:王云
  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 genet
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-03
    • 文件大小:865280
    • 提供者:
  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 Sal
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:927744
    • 提供者:liuzhiyong
  1. TSPSA

    0下载:
  2. 该程序是模拟退火算法应用中旅行商问题的c++程序-The procedure is the application of simulated annealing algorithm for the traveling salesman problem c++ program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-03
    • 文件大小:641024
    • 提供者:586
« 12 »

源码中国 www.ymcn.org