多目标粒子群优化算法(MOPSO)在matlab中的代码我要分享

The code of multi-objective particle swarm optimization(MOPSO) algorithm in Matlab software

多目标 粒子群算法 多目标粒子群算法

关注次数: 617

下载次数: 24

文件大小: 4KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

本算法为多目标粒子群算法,在matlab2016a调试通过,并有代码具体描述,使用时只需加入目标函数和约束即可运行。


English Description:

This algorithm is a multi-objective particle swarm optimization algorithm, which has been debugged in MATLAB 2016a, and has a specific description of the code. When it is used, it only needs to add the objective function and constraints to run.


代码预览

croded_distance.m

DeleteRep.m

Domination.m

JudgePopDomination.m

main.m

make_Pg.m

make_Pi.m

Plotfitness.m

uniqueRep.m