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

搜索资源列表

  1. 一些解决TSP问题的算法及源代码模拟退火算法

    0下载:
  2. 一些模拟退火算法及元代码,可以用于解决TSP问题的等,我已经验证过了 可以的,速度比较快,大家可以下载试试! -some simulated annealing yuan and the code can be used to solve problems such as TSP, I can be tested, and faster speed, you can download a try!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:39886
    • 提供者:刘三
  1. tsp的模拟退火算法

    0下载:
  2. 神经网络中的tsp的模拟退火算法的matlab实现-neural network tsp of the simulated annealing algorithm to achieve the Matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3318
    • 提供者:梁白鸥
  1. tsp模拟退火算法实现

    1下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:2008-11-04
    • 文件大小:691146
    • 提供者:oyywuhan
  1. 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决

    13下载:
  2. 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
  3. 所属分类:matlab例程

    • 发布日期:2009-03-11
    • 文件大小:7942
    • 提供者:okduweijie
  1. 模拟退火解决TSP

    0下载:
  2. 这是模拟退火解决TSP的几个文件
  3. 所属分类:数值算法/人工智能

  1. 模拟退火算法和遗传算法TSP

    0下载:
  2. 模拟退火算法和遗传算法TSP模拟退火算法和遗传算法TSP
  3. 所属分类:源码下载

  1. 模拟退火的HOPFIELD神经网络TSP

    0下载:
  2. 模拟退火的HOPFIELD神经网络TSP模拟退火的HOPFIELD神经网络TSP
  3. 所属分类:Windows编程

  1. 模拟退火算法解决tsp问题

    1下载:
  2. 在visual c下开发的模拟退火算法解决tsp问题的代码。可以运行 且结果正确。
  3. 所属分类:C#编程

    • 发布日期:2011-02-18
    • 文件大小:28269
    • 提供者:wobuzhidaook
  1. tsp_SA.rar

    0下载:
  2. 在Visual C++ 编译环境下, 模拟退火算法算法的程序,并利用它们求解了48个城市的TSP问题。,In Visual C++ compiler environment, simulated annealing algorithm algorithm procedures and use them to solve the 48 cities TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:691379
    • 提供者:肖翔
  1. tsp

    0下载:
  2. 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4920
    • 提供者:长亭
  1. SA

    1下载:
  2. 模拟退火GUI演示,利用模拟退火算法求全局最大值最小值-Simulated annealing GUI demonstration, the use of simulated annealing algorithm seeking the global maximum value of the minimum
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:30978
    • 提供者:junlin
  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. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:477285
    • 提供者:黄卢荃
  1. monituihou

    0下载:
  2. 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ Compiler environment, the simulated annealing algorithm procedures and use them to solve a 48 cities TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:690730
    • 提供者:liuwei
  1. suanfa

    1下载:
  2. 模拟退火算法的另一种实现方法,解决TSP问题。代码写的很精炼。-Simulated Annealing Algorithm Another method to solve TSP problems. Code written in a very refined.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:118797
    • 提供者:DR
  1. sa_tsp

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

    • 发布日期:2016-03-14
    • 文件大小:1424
    • 提供者:周薇
  1. SimulatedAnnealingAlgorithm

    0下载:
  2. 本程序介绍了模拟退火算法的运用,特别是在TSP旅行商问题上的运用,是一个特别好的算法实例,功能齐全,算法优良。-It s about the Simulated Annealing Algorithm base on TSP.It s a useful Algorithm.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 人工智能中,用模拟退火方法解决旅行商问题,采用C++实现-Artificial intelligence, the use of simulated annealing to solve traveling salesman problem, using C++ implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:10521
    • 提供者:张宁
  1. SimulatedAnnealing

    0下载:
  2. 用模拟退火算法解决TSP问题,在C运行环境中-TSP with ant colony algorithm to solve the problem in the C runtime environment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:194980
    • 提供者:张晓瑜
  1. TSPSAwithmatlab

    0下载:
  2. TSP 问题模拟退火算法的matlab示例-TSP simulated annealing algorithm matlab example
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:478302
    • 提供者:filebox
  1. mm

    0下载:
  2. 旅行商问题( TSP) 的改进模拟退火算法-Traveling Salesman Problem (TSP) to improve the simulated annealing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:130460
    • 提供者:赵峻
« 1 2 34 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com