多目标粒子群优化算法在MATLAB中的代码我要分享

Multi objective particle swarm optimization algorithm in matlab code

MOPS 多目标粒子群 优化算法 多目标粒子群优化算法 多目标优化

关注次数: 349

下载次数: 7

文件大小: 57KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 3积分

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

代码描述

中文说明:

多目标多目标最流行的算法。制备的代码,参考近年的论文。该代码是简单的,和描述。该代码是在MATLAB编程语言。还提供了意见。 关键技术  多目标粒子群拥挤距离(多目标优化)。 求解多目标优化问题(MOPS)已经被人类在许多不同领域的持续努力,包括计算机科学,工程,粒子群优化算法,算法简单,可用于多目标优化。


English Description:

Multi objective multi-objective is the most popular algorithm. Preparation of the code, refer to recent papers. The code is simple, and described. The code is written in MATLAB programming language. Comments were also provided. The key technology is multi-objective particle swarm optimization crowding distance (multi-objective optimization). Solving multi-objective optimization problems (MOPs) has been the continuous efforts of human beings in many different fields, including computer science, engineering, particle swarm optimization algorithm. The algorithm is simple and can be used for multi-objective optimization.


代码预览

多目标优化程序1\f1.m

多目标优化程序1\f2.m

多目标优化程序1\PSO1.asv

多目标优化程序1\PSO1.m

多目标优化程序2\DrawSwarm.m

多目标优化程序2\get_psoOptions.m

多目标优化程序2\installation-help.pdf

多目标优化程序2\pso.m

多目标优化程序2\RunExp.m

多目标优化程序2\show_psoOptions.m

多目标优化程序2\functions\DeJong.m

多目标优化程序2\functions\Griewank.m

多目标优化程序2\functions\Rastrigrin.m

多目标优化程序2\functions\Rosenbrock.m

多目标优化程序2\functions

多目标优化程序1

多目标优化程序2

粒子群算法在多目标优化问题中的应用