​模拟退火我要分享

Simulated annealing

基于-SA-的-PSO-算法 金属退火 高斯过程 高斯变异

关注次数: 249

下载次数: 0

文件大小: 2KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

模拟退火是 80 年代初发展起来的一种随机性组合优化方法。它模拟高温金属降温的热力学过程,并广泛应用于组合优化问题。基于模拟退火的粒子群优化算法是把模拟退火机制引入基本粒子群优化算法中,采用杂交粒子群优化算法中的杂交运算和带高斯变异的粒子群优化算法中的变异运算,以便进一步调整优化群体。


English Description:

Simulated annealing is a stochastic combinatorial optimization method developed in the early 1980s. It simulates the thermodynamic process of high temperature metal cooling and is widely used in combinatorial optimization problems. The particle swarm optimization algorithm based on simulated annealing introduces the simulated annealing mechanism into the basic particle swarm optimization algorithm, and adopts the hybrid operation of hybrid particle swarm optimization algorithm and the mutation operation of particle swarm optimization algorithm with Gaussian mutation, so as to further adjust the optimization population.


代码预览

y20_1

y20_1\fitness.m

y20_1\SimuAPSO.m

y20_2

y20_2\fitness.m

y20_2\LnCPSO.m