搜索资源列表

  1. SimulatedAnnealing(TSP)CSHARP

    0下载:
  2. 运用c#语言实现模拟退火算法,同时利用该算法解决旅行商(TSP)问题,获得遍历所有城市序号的最优路径。-use c # language simulated annealing, while using the algorithm to solve traveling salesman (TSP). access to the serial numbers of all the cities traverse the optimal p
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:131403
    • 提供者:linvg
  1. SaTsp

    0下载:
  2. 利用模拟退火算法解决TSP问题.很经典的一个算法.使用中国144个城市测试,在很短的时间内找到的比较好的解.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2147
    • 提供者:alen
  1. SimulatedAnnealing(TSP)CSHARP

    0下载:
  2. 运用c#语言实现模拟退火算法,同时利用该算法解决旅行商(TSP)问题,获得遍历所有城市序号的最优路径。-use c# language simulated annealing, while using the algorithm to solve traveling salesman (TSP). access to the serial numbers of all the cities traverse the optimal pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-04
    • 文件大小:131072
    • 提供者:linvg
  1. SaTsp

    0下载:
  2. 利用模拟退火算法解决TSP问题.很经典的一个算法.使用中国144个城市测试,在很短的时间内找到的比较好的解.-The use of simulated annealing algorithm to solve TSP. It was a classic algorithm. 144 Chinese cities in the use of testing, in a very short period of time to find a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-04
    • 文件大小:2048
    • 提供者:alen
  1. SA_TSP_Rev1

    0下载:
  2. 用matlab实现的利用模拟退火算法(SA)解决旅行商问题(TSP).-Matlab achieved with the use of simulated annealing algorithm (SA) to solve traveling salesman problem (TSP).
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-04
    • 文件大小:477184
    • 提供者:黄卢荃
  1. sa-for-tsp

    0下载:
  2. 利用模拟退火算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of simulated annealing algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-04
    • 文件大小:3072
    • 提供者:dayong
  1. sa_tsp

    0下载:
  2. 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem,
  3. 所属分类:其他小程序

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:周薇
  1. tsp

    0下载:
  2. 利用模拟退火算法解决旅行商问题,共二十个城市,选择最优路径-The use of simulated annealing algorithm to solve traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-04
    • 文件大小:55296
    • 提供者:wujian
  1. TSP

    0下载:
  2. 利用模拟退火算法解决旅行商问题,算法较高效.-The use of simulated annealing algorithm to solve the traveling salesman problem, the algorithm more efficient.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-04
    • 文件大小:4096
    • 提供者:Tiny
  1. tsp

    0下载:
  2. 利用模拟退火算法解决TSP问题(C++实现)-TSP PROBLEM
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-04
    • 文件大小:4096
    • 提供者:duan
  1. SimulatedAnnealing123

    0下载:
  2. 程序是利用模拟退火算法解决TSP问题,很具有实用性-Program is the use of simulated annealing algorithm to solve the TSP problem
  3. 所属分类:Windows编程

    • 发布日期:2024-07-04
    • 文件大小:75776
    • 提供者:HEllO2010
  1. SA_TSP

    0下载:
  2. 利用模拟退火算法解决TSP问题,利用C++实现,注释较详细-Use SAP to solve TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-07-04
    • 文件大小:11264
    • 提供者:ns
  1. 模拟退火算法解决tsp问题

    0下载:
  2. 设计一个可以对TSP问题进行组合优化的连续型Hopfield神经网络模型,利用该魔心可以快速的找到最优的一条路线。(A continuous Hopfield neural network model for combinatorial optimization of TSP problems is designed, which can be used to find the optimal route quickly.)
  3. 所属分类:matlab例程

    • 发布日期:2024-07-04
    • 文件大小:507904
    • 提供者:echo750
  1. 模拟退火

    0下载:
  2. 使用模拟退火算法的特性解决TSP问题,另外可以利用此算法优化其他算法。(Use the simulated annealing algorithm to solve the TSP problem, and you can use this algorithm to optimize other algorithms.)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-04
    • 文件大小:5469184
    • 提供者:adolf123
  1. 模拟退火

    0下载:
  2. 利用模拟退火算法进行仿真实验,解决TSP问题(Using simulated annealing algorithm to solve TSP)
  3. 所属分类:仿真建模

    • 发布日期:2024-07-04
    • 文件大小:3072
    • 提供者:娇尚好
  1. SA_tsp

    0下载:
  2. 利用matlab软件,应用模拟退火算法解决31个城市的TSP问题(Using Matlab software to apply simulated annealing algorithm to solve TSP problems in 31 cities)
  3. 所属分类:matlab例程

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:csuyq
  1. 模拟退火算法

    0下载:
  2. 利用模拟退火算法来解决TSP问题,最终获得最优解。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2020-04-14
    • 文件大小:36352
    • 提供者:MYYUANDAIMA

源码中国 www.ymcn.org