滚动时域估计算法(MHE算法)我要分享

Moving horizon estimation algorithm (MHE algorithm)

带约束优化 带约束粒子群 粒子群-约束 滚动粒子群 滚动时域法

关注次数: 846

下载次数: 17

文件大小: 5KB

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

基于matlab,实现滚动时域估计算法(MHE算法),将估计问题转化为优化问题,基于粒子群算法求解最优解,结合惩罚函数法来处理带约束的优化问题


English Description:

Based on MATLAB, the moving horizon estimation algorithm (MHE algorithm) is realized, which transforms the estimation problem into an optimization problem. The particle swarm optimization algorithm is used to solve the optimal solution, and the penalty function method is used to deal with the constrained optimization problem


代码预览

fitness.m

Lfitness.m

matrix.m

MHE.m

MHEdrawing.m

PSO.m

QIUY.m