改进的粒子群算法我要分享

Improved particle swarm optimization algorithm

粒子群算法有与传感器的优化布置 改进粒子群算法 线性递减惯性权重 MAC矩阵 算法改进

关注次数: 411

下载次数: 2

文件大小: 2KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

用改进的粒子群算法对基于非对角MAC矩阵元素均值最小目标函数为目标函数,以简支梁前三阶模态振型为原始数据对简支梁进行传感器优化布置。


English Description:

Based on the improved particle swarm optimization algorithm, the minimum objective function of the mean value of the off diagonal MAC matrix elements is taken as the objective function, and the first three modal shapes of the simply supported beam are taken as the original data to optimize the sensor placement of the simply supported beam


代码预览

粒子群算法\fitness.m

粒子群算法\judge.m

粒子群算法\main.m

粒子群算法\test1JZ.txt

粒子群算法