登录
首页 » matlab » SSMOPSO code

SSMOPSO code

于 2020-09-11 发布
0 224
下载积分: 1 下载次数: 2

代码说明:

说明:  形成策略被用来形成稳定的生态位,小生境/子种群被优化以并行地搜索和维护帕累托最优解。此外,还提出了一种自组织机制,以提高物种制定的效率和算法的性能。为了在决策空间和目标空间保持解决方案的多样性,SS-MOPSO采用了非主导排序方案和特殊拥挤距离技术。(In the proposed method, the speciation strategy is used to form stable niches and these niches/subpopulations are optimized to search and maintain Pareto-optimal solutions in parallel. Moreover, a self-organized mechanism is proposed to improve the efficiency of the species formulation as well as the performance of the algorithm. To maintain the diversity of the solutions in both the decision and objective spaces, SS-MOPSO is incorporated with the non-dominated sorting scheme and special crowding distance techniques. The performance of SS-MOPSO is compared with a number of the state-of-the-art multi-objective optimization algorithms on fourteen test problems. Moreover, the proposed SS-MOSPO is also employed to solve a real-life problem.)

文件列表:

SSMOPSO CODE, 0 , 2020-04-20
SSMOPSO CODE\Indicator_calculation, 0 , 2020-04-03
SSMOPSO CODE\Indicator_calculation\CR_calculation.m, 1395 , 2017-10-08
SSMOPSO CODE\Indicator_calculation\Hypervolume_calculation.m, 918 , 2017-10-08
SSMOPSO CODE\Indicator_calculation\IGD_calculation.m, 1021 , 2017-10-08
SSMOPSO CODE\MM_testfunctions, 0 , 2020-04-03
SSMOPSO CODE\MM_testfunctions\TruePSPFdata, 0 , 2020-04-03
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\MMF1truePSPF.mat, 6191 , 2016-11-16
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\MMF2truePSPF.mat, 6470 , 2016-11-16
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\MMF3truePSPF.mat, 6285 , 2016-11-16
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\MMF4truePSPF.mat, 5468 , 2017-03-08
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\MMF5truePSPF.mat, 8304 , 2017-06-10
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\MMF6truePSPF.mat, 8313 , 2017-06-10
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\MMF7truePSPF.mat, 9392 , 2017-06-10
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\MMF8truePSPF.mat, 8230 , 2017-06-10
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\Omni_test4.mat, 6028 , 2018-09-12
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\Omni_test5truePSPF.mat, 7702 , 2018-09-08
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\Omni_testtruePSPF.mat, 5625 , 2017-05-06
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\Omni_testtruePSPF3.mat, 5394 , 2018-10-29
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\SYM_PART3.mat, 5648 , 2018-09-08
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\SYM_PART_rotatedtruePSPF.mat, 3516 , 2017-05-06
SSMOPSO CODE\MM_testfunctions\TruePSPFdata\SYM_PART_simple_turePSPF.mat, 1447 , 2017-05-06
SSMOPSO CODE\MM_testfunctions\functions, 0 , 2020-04-03
SSMOPSO CODE\MM_testfunctions\functions\MMF1.m, 201 , 2017-09-21
SSMOPSO CODE\MM_testfunctions\functions\MMF2.m, 239 , 2017-09-21
SSMOPSO CODE\MM_testfunctions\functions\MMF3.m, 1017 , 2017-10-08
SSMOPSO CODE\MM_testfunctions\functions\MMF4.m, 209 , 2017-10-08
SSMOPSO CODE\MM_testfunctions\functions\MMF5.m, 257 , 2017-09-21
SSMOPSO CODE\MM_testfunctions\functions\MMF6.m, 1318 , 2017-09-21
SSMOPSO CODE\MM_testfunctions\functions\MMF7.m, 272 , 2017-09-21
SSMOPSO CODE\MM_testfunctions\functions\MMF8.m, 278 , 2017-09-21
SSMOPSO CODE\MM_testfunctions\functions\Omni_test.m, 427 , 2017-10-08
SSMOPSO CODE\MM_testfunctions\functions\SYM_PART3.m, 1572 , 2018-09-08
SSMOPSO CODE\MM_testfunctions\functions\SYM_PART_rotated.m, 704 , 2017-10-08
SSMOPSO CODE\MM_testfunctions\functions\SYM_PART_simple.m, 620 , 2017-10-08
SSMOPSO CODE\SSMOPSO.m, 12351 , 2020-04-20
SSMOPSO CODE\main.m, 4488 , 2020-04-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • RBFPMSM
    说明:  RBF神经网络控制的永磁同步电机,FOC矢量控制双闭环,在速度环用神经网络控制(The permanent magnet synchronous motor (PMSM) controlled by RBF neural network, double closed-loop by FOC vector control and neural network control in speed loop)
    2020-12-21 10:29:08下载
    积分:1
  • 蚁群算法
    说明:  蚁群算法是一种用来寻找优化路径的概率型算法。这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。(Ant colony algorithm (ACO) is a probabilistic algorithm for finding optimal paths. This algorithm has the characteristics of distributed computing, positive information feedback and heuristic search. It is essentially a heuristic global optimization algorithm in evolutionary algorithm.)
    2020-10-04 15:18:52下载
    积分:1
  • HTML for the web代码for the
    Code for the html for the web
    2022-05-07 20:38:58下载
    积分:1
  • 5-
    说明:  基于51单片机使用P0口流水点亮8位LED的c语言程序(Light 8 LED c language program based on 51 MCU P0 port water )
    2012-07-12 22:20:07下载
    积分:1
  • snake
    很简单的贪吃蛇,用的都是WINDOWS的API,不过是早期写的,可能可读性上差点,新手可以看(Snake is very simple)
    2011-07-09 18:38:28下载
    积分:1
  • backoffice
    Sistema de red multinilvel
    2019-04-09 10:12:42下载
    积分:1
  • BETAMPPT
    说明:  在这个例子中,使用Beta算法跟踪PV系统的MPP(Tracks MPP of PV system using Beta Algorithm)
    2020-06-11 20:42:41下载
    积分:1
  • 用C++实现LR(0)语法分析 用C++实现LR(0)语法分析
    用C++实现LR(0)语法分析 用C++实现LR(0)语法分析-C achieve LR (0) C syntax analysis achieve LR (0) syntax analysis
    2022-02-11 17:36:54下载
    积分:1
  • Windows_iat1226_5cd7f6e5
    科大訊飞实现实时听写例子,完整的demo调用实例,可以参考(HUST Xunfei realizes real-time dictation examples, complete demo invocation examples, you can refer to)
    2020-06-23 19:00:02下载
    积分:1
  • ADAMS2013计算悬置解耦率及模态1
    ADAMS 悬置模态解耦示例 ,初步的设置及求解过程。(An example of ADAMS mount mode decoupling)
    2019-04-03 08:50:45下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载