CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 模拟退火算法

搜索资源列表

  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. 遗传算法和模拟退火算法相结合的并行实现

    2下载:
  2. 遗传算法和模拟退火算法相结合的并行实现-genetic algorithms and simulated annealing algorithm combining the parallel implementation
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

    • 发布日期:2008-10-13
    • 文件大小:3318
    • 提供者:梁白鸥
  1. 模拟退火算法解中国邮递员问题

    0下载:
  2. 用模拟退火算法有效的解决中国邮递员问题
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 模拟退火法解决TSP问题

    1下载:
  2. 使用模拟退火算法计算旅行商问题,内含10城市和20城市的样例代码。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 模拟退火算法程序

    1下载:
  2. 模拟退火算法程序
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-02-15
    • 文件大小:179383
    • 提供者:beautywife
  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
    • 文件大小:656
    • 提供者:yourchen
  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.rar

    0下载:
  2. 模拟退火算法解决旅行商问题,从文件读入城市信息,Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:7254
    • 提供者:肖佩瑶
  1. simulannealbnd.rar

    1下载:
  2. 描述基于matlab环境的模拟退火算法的原理、应用和实例的好书,Descr iption based on matlab, the principle of the simulated annealing algorithm is applied and examples of good books
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-04
    • 文件大小:2593022
    • 提供者:董阳
  1. SA_TSP

    0下载:
  2. 模拟退火算法的源代码 可以执行 其中提供了指导说明-Simulated annealing algorithm can be implemented in the source code which provides guidance notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:447982
    • 提供者:iris
  1. QoSRoute-GA

    0下载:
  2. 带有QoS约束的组播路由问题是一个NP完全问题,遗传模拟退火算法是遗传算法和模拟退火算法的一种融合,可以为这类问题提供一个解决方案-With QoS constraint multicast routing problem is an NP-complete problem, genetic simulated annealing algorithm is a genetic algorithm and simulated annealing algorithm as a fusion, you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1966
    • 提供者:zhao xian sheng
  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. 模拟退火算法

    0下载:
  2. 模拟退火算法是一种演化算法,在很多地方都有应用,这是一个C语言实现的模拟退火程序。(A simulated annealing program wiitten by C.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:晨晨宝宝
  1. 模拟退火算法tsp

    0下载:
  2. 用matlab实现模拟退火实现tsp问题。(Using MATLAB to achieve simulated annealing to achieve TSP problem.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:14336
    • 提供者:世攀
  1. 基于模拟退火算法的聚类算法

    3下载:
  2. 这是基于模拟退火算法的聚类算法,是一个很好的聚类问题。(This is a clustering algorithm based on simulated annealing algorithm and is a good clustering problem.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:18432
    • 提供者:tzyyzt
  1. 模拟退火算法

    1下载:
  2. 此问题为传统的TSP问题,从一个城市出发,到达目的地,所用算法为模拟退火算法,算法可以完美运行。(This problem is a traditional TSP problem, starting from a city, reaching the destination, the algorithm is simulated annealing algorithm, the algorithm can run perfectly.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:smoonlighter
  1. 模拟退火算法

    3下载:
  2. 模拟退火算法来源于固体退火原理,是一种基于概率的算法,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。(The simulated annealing algorithm derived from the principle of solid annealing, is a kind of algorithm based on probability, the solid h
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:586752
    • 提供者:ZJN27
  1. 6.模拟退火算法

    0下载:
  2. 模拟退火算法,利用MATLAB生成的,适用于数学建模(Simulated annealing algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:主角儿
  1. 模拟退火算法

    6下载:
  2. 使用模拟退火算法对Bp神经网络进行改进,效果比较明显(Using simulated annealing algorithm to improve the Bp neural network, the effect is obvious.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-03-27
    • 文件大小:4096
    • 提供者:yglai0012
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com