粒子群算法求两个函数的pareto前沿,对于ZDT函数有很好的优化效果,函数可以通过f1,f2修改,测试可行。
2019-12-21 20:26:29 11KB pso优化
1
MOPSO多目标粒子群优化算法c++实现(内附其对应论文),其代码写作规范具有参考价值,其对应论文供大家学习与交流。
2019-12-21 19:24:30 4.7MB MOPSO c++
1
Multi-Objective Particle Swarm Optimization (MOPSO) is proposed by Coello Coello et al., in 2004. It is a multi-objective version of PSO which incorporates the Pareto Envelope and grid making technique, similar to Pareto Envelope-based Selection Algorithm to handle the multi-objective optimization problems. Just like PSO, particle in MOPSO are sharing information and moving...
2019-12-21 18:49:31 10KB MOPSO PSO 粒子算法 多目标
1