登录
首页 » AI-NN-PR » 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...

模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...

于 2022-08-26 发布 文件大小:53.92 kB
0 229
下载积分: 2 下载次数: 1

代码说明:

模拟退火算法 模拟退火算法(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(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S "S" = S+ sign (). delta where given for the step, [-1,1] Random Number

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • an ant colony algorithm, we want to fine Eastern, we had to share.
    一个蚁群算法,大家很想要得东东,共享给大家了。-an ant colony algorithm, we want to fine Eastern, we had to share.
    2022-02-27 06:24:46下载
    积分:1
  • Adaptive Resonance Theory Brain Modeling 人工智能人工神经网络源码
    Adaptive Resonance Theory Brain Modeling 人工智能人工神经网络源码-Adaptive Resonance Theory Brain Modeling artificial neural network artificial intelligence source
    2022-06-29 22:17:14下载
    积分:1
  • 一个使用Java实现的人工智能的图搜索策略程序――酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一...
    一个使用Java实现的人工智能的图搜索策略程序――酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Search Strategy-- Liquor JiuGongTu problems of artificial intelligence-map search strategy- Demonstration Program-use guide in the field of artificial intelligence, the implicit search of the plan to solve the problem is one of the basic methods, the procedures through the use of multiple map search strategy, the rearrangement JiuGongTu problem solving, presentation of the "breadth- first search," "depth-first search", "bounded depth-first search", "best-first search" and "partial selection of the best search" five basic map search strategy. The whole process of using animation, interface design aesthetic friendly, easy to use.
    2022-01-25 17:15:20下载
    积分:1
  • 这是用matlab编写人脸检测软件,是用的adaboost算法,参考价值还是很高的...
    这是用matlab编写人脸检测软件,是用的adaboost算法,参考价值还是很高的-using Matlab is prepared Face detection software is used adaboost algorithm, reference value or high
    2022-07-14 19:14:37下载
    积分:1
  • 有关支持向量机的一些用于测试和分类的MATLAB程序 希望对大家有用
    有关支持向量机的一些用于测试和分类的MATLAB程序 希望对大家有用-Related to support vector machines for testing and classification of some of the MATLAB program useful for all of us hope
    2023-09-09 21:20:03下载
    积分:1
  • 神 经 网 络 的 资 料
    神 经 网 络 的 资 料-neural network data
    2022-11-09 04:35:03下载
    积分:1
  • 用三层BP网来进行函数逼进,语言是VB6.0编写
    用三层BP网来进行函数逼进,语言是VB6.0编写-BP network with the three-tier to function pressing language is prepared VB6.0
    2023-07-16 19:50:04下载
    积分:1
  • the cell simulation of self
    本程序模拟细胞的自我繁殖,你会看到一个柔软的细胞诞生在电脑屏幕上,然后随着各个分子的撞击,细胞开始分裂,经过一段时间的演化,这个细胞会在溶液中把自己复制,然后这个过程会继续进行……。这种自我复制是在人工化学的基础上进行,比起原来的基于细胞自动机的自我复制更加形象逼真-the cell simulation of self-reproduction, you will see a soft cell birth on the computer screen, and then with all the percussive elements, cell division, after a period of evolution, the cells in the solution themselves copied, and then the process will continue ... . This self-reproduction of the artificial chemical basis, compared to the original cell-based automatic machine self-replication more vivid
    2022-03-10 04:40:19下载
    积分:1
  • 人工智能中的深度搜索的九宫问题 用VC实现
    人工智能中的深度搜索的九宫问题 用VC实现-artificial intelligence, in-depth search of JiuGongTu issue with VC
    2022-03-18 03:11:35下载
    积分:1
  • Voltage regulation simulation software may biggest transmission power
    电压稳定的仿真软件 可以的出最大传输功率 - Voltage regulation simulation software may biggest transmission power
    2022-06-26 11:23:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载