搜索资源列表
stimulated_annealing_toolbox
- Matlab模拟退火算法工具箱,它由冷却进度表(Cooling Schedule)控制,包括控制参数的初值t及其衰减因子Δt、每个t值时的迭代次数L和停止条件S。-stimulated annealing toolbox
asamin_1[1].36.tar
- 模拟退火算法,模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。-Simulated annealing algorithm, simulated annealing algorithm derived from the principle of solid annealing, heating the solid to the full hig
simulated-annealing
- 模拟退火算法得益于材料的统计力学的研究成果。统计力学表明材料中粒子的不 同结构对应于粒子的不同能量水平。在高温条件下,粒子的能量较高,可以*和 重新排列。在低温条件下,粒子能量较低。如果从高温开始,非常缓慢地降温(这个过 程被称为退火),粒子就可以在每个温度下达到热平衡。当系统完全被冷却时,最终形 成处于低能状态的晶体。-simulated annealing
main0602
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。 -Simulated annealing algorithm derived from solid annealing principle, the solid is heated to a sufficiently high, let it cool slowly, when heate
qitashebei
- 这是中央冷却系统的其他设备模型,对初学者可以下载看看。-This is the central cooling system model of other equipment for beginners can download and see.
simulated-annealing
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却。 -Simulated annealing algorithm derived the principle of solid annealing, heating the solid to the full high, let it slowly cooling.
simulated-annealing-algorithm
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,-Annealing simulated annealing algorithm derived the solid principle, the solid heated to a sufficiently high, let it slowly cooled, while heating, with the temperature inside th
Untitled
- matlab编程的模拟退火算法,模拟退火算法来源于固体退火原理,是一种基于概率的算法,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。-The simulated annealing algorithm matlab programming, simulated annealing algorithm derived the principle of solid annea
chapter7
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e(-ΔE/(kT)),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始