文件名称:chapter7
介绍说明--下载内容均来自于网络,请自行研究使用
模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e(-ΔE/(kT)),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解,这是基于蒙特卡罗迭代求解法的一种启发式随机搜索过程。退火过程由冷却进度表(Cooling Schedule)控制,包括控制参数的初值t及其衰减因子Δt、每个t值时的迭代次数L和停止条件S。(The simulated annealing algorithm is derived from the principle of solid annealing. The solid is heated to a sufficiently high temperature, and then cooled slowly. During heating, the particles in the solid become disordered with the temperature rise, and the internal energy increases.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
chapter7 | 0 | 2020-06-02 |
chapter7\eg72.m | 318 | 2017-08-17 |
chapter7\func1.m | 117 | 2017-08-21 |
chapter7\func2.m | 122 | 2017-08-21 |
chapter7\func3.m | 258 | 2017-08-21 |
chapter7\SA71.m | 2655 | 2019-10-22 |
chapter7\SA72.m | 2994 | 2016-03-24 |
chapter7\SA73.m | 2887 | 2016-03-16 |