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

搜索资源列表

  1. 模拟退火源码

    1下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:53.91kb
    • 提供者:qianyg
  1. SA

    0下载:
  2. 模拟退火实现的连续函数优化问题。仿真效果良好-Simulated annealing to achieve the continuous function optimization problems. Simulation results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:913byte
    • 提供者:limeicui
  1. sa-tap

    0下载:
  2. 模拟退火算法在处理全局优化、离散变量优化等困难问题中,具有传统优化算法无可比拟的优势。描 述了模拟退火算法的原理及其基本框架结构,给出了用模拟退火算法求解TSP问题的具体实现方法 -Simulated annealing algorithm in dealing with global optimization, discrete variable optimization of difficult problems, traditional optimization algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2.06kb
    • 提供者:曹艳丽
  1. sa-ppt-sample

    1下载:
  2. 模拟退火算法最早的思想由Metropolis等(1953)提出,1983年Kirkpatrick等将其应用于组合优化。-Simulated annealing algorithm was first thought by Metropolis et al (1953) suggested that, in 1983, Kirkpatrick and so on will be applied to combinatorial optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:539.59kb
    • 提供者:Kevin
  1. SA_GA_PSO

    0下载:
  2. 模拟退火(SA)、遗传算法(GA)、粒子群优化(PSO)解决旅行商问题(TSP)实验 本文件包括源码,实验说明文档,实验总结PPT Have a happy experiment!-Simulated annealing (SA), genetic algorithms (GA), particle swarm optimization (PSO) to solve the traveling salesman problem (TSP) experiment of this docum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:340.31kb
    • 提供者:pu
  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
    • 文件大小:5.47kb
    • 提供者:chen
  1. tulun3

    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-04-02
    • 文件大小:10.52kb
    • 提供者:chen
  1. tulun4

    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-04-13
    • 文件大小:1.72kb
    • 提供者: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
    • 文件大小:22.58kb
    • 提供者:fy
  1. sa

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

    • 发布日期:2017-04-08
    • 文件大小:1.43kb
    • 提供者:刘鹏
  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
    • 文件大小:19.55kb
    • 提供者:林曦
  1. functions

    0下载:
  2. This paper provides the review of literature benchmarks (test functions) commonly used in order to test optimization procedures dedicated for mul- tidimensional, continuous optimization task. Special attention has been paid to multiple-extreme
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.13mb
    • 提供者:payal
  1. SA

    0下载:
  2. 模拟退火算法的讲义,对于初学智能优化算法的人会有很大帮助!-Simulated annealing handouts, intelligent optimization algorithm for the beginner who will be a great help!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:60.79kb
    • 提供者:xuhaitao
  1. SA

    0下载:
  2. 使用模拟退火算法优化函数极值,代码自编,取得了较好的结果-Using simulated annealing optimization function extremum, the code self, and achieved good results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:8.62kb
    • 提供者:史峰
  1. sa

    0下载:
  2. 这是本人在做项目时编写的一个模拟退火算法。利用该算法可以求解无约束优化问题。对于约束优化问题,可做相应的修改,即可使用。-The Simulated Annealing program is coded in Matlab. You can use the program to solve the unconstrained optimization program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1.14kb
    • 提供者:jessily
  1. COR(v1.1)

    0下载:
  2. 资源竞争算法,此算法经过测算由于PSO、GA、SA等等,可以快速有效的优化。- Competition Over Resource Optimization Algorithm,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.38kb
    • 提供者:孙少龙
搜珍网 www.dssz.com