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

搜索资源列表

  1. tulun2

    0下载:
  2. 数学建模中的常用算法 - 算法分析 - 道客巴巴 数学建模中的常用算法 成都信息工程...最优化理论的三大非经典算法: 模拟退火法SA、神经网络NN、遗传算法GA 近几年的... -Commonly used mathematical modeling algorithm- Algorithm Analysis- Road passenger Baba mathematical modeling algorithms used in the Chengdu Univers
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:5600
    • 提供者:chen
  1. yichuansuanfa

    0下载:
  2. 研究了两种全局优化算法:遗传算法( Genetic Algorithm , GA) 和模拟退火(Simulated Annealing ,SA) ,并且比较了它们在神经网络优化中的性能。-Study of two global optimization algorithms: genetic algorithm (Genetic Algorithm, GA) and simulated annealing (Simulated Annealing, SA), and compared them
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:23124
    • 提供者:fy
  1. SA-impedance

    2下载:
  2. 基于模拟退火算法的单道反演程序,主要用于地震资料解释-Based on simulated annealing of single-channel inversion program, mainly for the interpretation of seismic data
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-04-17
    • 文件大小:1024
    • 提供者:曹盛
  1. SA-updata-monituihuo-MATLAB

    0下载:
  2. 这是SA改进的模拟退火算法,并用matlab编码实现-This is the improved simulated annealing algorithm SA, and coded using matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2450
    • 提供者:王静
  1. sa

    0下载:
  2. 模拟退火法作为一种全局优化算法,应用广泛。-Simulated annealing is a global optimization method, which is widely used。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1464
    • 提供者:刘鹏
  1. SA

    0下载:
  2. 用简单的模拟退火算法解决TSP问题的示例代码-Solving TSP problem with Simulated Annealing Algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9933
    • 提供者:Liyiwei
  1. SA

    0下载:
  2. 本文是复杂网络社团划分算法中比较经典的SA算法的原码实现-This is a complex network of associations into more classic algorithm SA algorithm to achieve the original code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:174508
    • 提供者:李小帅
  1. SA

    0下载:
  2. 模拟退火算法   模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5050
    • 提供者:and
  1. SA

    0下载:
  2. 实现一个MAX 3-SAT 问题的解决。采用模拟退火算法。-to implement a max 3-SAT problem optimization algorithm using simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:20017
    • 提供者:林曦
  1. Simulated-annealing-algorithm

    0下载:
  2. 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。-Simulated Annealing algorithm (Simulated Annealing algorithm, hereinafter referred to as SA) is simulation heating the molten metal the Annealing process, to search for the optimal so
  3. 所属分类:matlab

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

    0下载:
  2. 用蚁群算法解决TSP问题(matlab代码)-Ant colony algorithm to solve TSP problems (Matlab code)
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3075
    • 提供者:xionglu
  1. sa

    0下载:
  2. 用改进的模拟退火算法解决tsp问题,应用matlab环境进行编译。-SA
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1844
    • 提供者:赵小于
  1. SA

    0下载:
  2. 压缩包中的工程包含了三种风格。adtstyle文件夹对应的是抽象数据风格,invretstyle文件夹对应的是调用返回风格,pipestyle文件夹对应的是管道过滤器风格。源代码是用MyEclipse 6.5写的。可直接将工程导入MyEclipse中即可运行,也可以运行SA文件夹里面的start.bat选择某个风格运行。 抽象数据风格的按字母排序算法用的是快速排序算法,代码位于SA\src\adtstyle\impl.AlphabetizerImpl.java,调用返回风格用的是插入排
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:39147
    • 提供者:杨诗听
  1. SA-examples

    0下载:
  2. 基于matlab的模拟退火算法(SA)实例,已调试通过-Based on simulated annealing algorithm (SA) for the matlab instance, debugging through
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4363
    • 提供者:苗劲松
  1. TS-SA

    0下载:
  2. 禁忌搜索和模拟退火相结合的算法,解决TSP问题。注:31城市。-Tabu search and simulated annealing to a combination of algorithms to solve TSP. Note: The 31 cities.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1456
    • 提供者:张闯
  1. SA

    0下载:
  2. 基于模拟退火算法的测试函数,用来检验模拟退火算法的效果。-Using SA algorithm to test a function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1232
    • 提供者:lvna
  1. SA

    0下载:
  2. 模拟退火算法实现货郎问题,实例验证了模拟退火算法在解决货郎问题中的应用-The simulated annealing algorithm Shining problem, the examples demonstrate the application of simulated annealing algorithm in solving the Shining problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:67039
    • 提供者:MrChen
  1. SA

    0下载:
  2. 模拟退火算法的应用举例,很容易让人理解模拟退火的精髓-Examples of application of simulated annealing algorithm, it is easy to understand the essence of the simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1625
    • 提供者:李航
  1. SA-

    0下载:
  2. 模拟退火算法的matlab程序。程序绝对正确,有需要的可以下载-Simulated annealing algorithm matlab program. The program absolutely right, there is a need can be downloaded
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1687
    • 提供者:程序菜鸟
  1. SA

    0下载:
  2. 模拟退火算法ppt资料,详尽的模拟退火算法的讲解-Ppt information on simulated annealing algorithm, detailed explanations of the simulated annealing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:52705
    • 提供者:何新
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com