登录
首页 » matlab » NSGA-III

NSGA-III

于 2021-01-26 发布 文件大小:14KB
0 237
下载积分: 1 下载次数: 22

代码说明:

  测试可以跑,根据自己情况修改下函数即可. NSGA-III 首先定义一组参考点。然后随机生成含有 N 个(原文献说最好与参考点个数相同)个体的初始种群,其中 N 是种群大小。接下来,算法进行迭代直至终止条件满足。在第 t 代,算法在当前种群 Pt的基础上,通过随机选择,模拟两点交叉(Simulated Binary Crossover,SBX)和多项式变异 产生子代种群 Qt。Pt和 Qt的大小均为 N。因此,两个种群 Pt和 Qt合并会形成种群大小为 2N 的新的种群 Rt=Pt∪Qt。 为了从种群 Rt中选择最好的 N 个解进入下一代,首先利用基于Pareto支配的非支配排序将 Rt分为若干不同的非支配层(F1,F2等等)。然后,算法构建一个新的种群St,构建方法是从 F1开始,逐次将各非支配层的解加入到 St,直至 St的大小等于 N,或首次大于 N。假设最后可以接受的非支配层是 L层,那么在 L+ 1 层以及之后的那些解就被丢弃掉了,且 St FL中的解已经确定被选择作为 Pt+1中的解。Pt+1中余下的个体需要从 FL中选取,选择的依据是要使种群在目标空间中具有理想的多样性。(The test can run and modify the function according to its own situation. NSGA-III first defines a set of reference points. Then the initial population containing N individuals (preferably the same number of reference points as the original literature) was randomly generated, where N was the size of the population. Next, the algorithm is iterated until the termination condition is satisfied. On the basis of current population Pt, the algorithm simulates two-point crossover (SBX) and polynomial mutation to produce offspring population Qt by random selection.)

文件列表:

YPEA126 NSGA-III\license.txt, 1350 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\AssociateToReferencePoint.m, 1363 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\Crossover.m, 937 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\Dominates.m, 956 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\GenerateReferencePoints.m, 1321 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\license.txt, 1350 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\main.m, 800 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\MOP2.m, 2613 , 2018-06-29
YPEA126 NSGA-III\NSGA-III\Mutate.m, 970 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\NonDominatedSorting.m, 2251 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\NormalizePopulation.m, 1291 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\nsga3.m, 3873 , 2018-06-29
YPEA126 NSGA-III\NSGA-III\PerformScalarizing.m, 1628 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\PlotCosts.m, 1023 , 2018-06-30
YPEA126 NSGA-III\NSGA-III\SortAndSelectPopulation.m, 2347 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\UpdateIdealPoint.m, 1068 , 2016-12-12
YPEA126 NSGA-III\NSGA-III\wifi_through.m, 735 , 2018-06-29
YPEA126 NSGA-III\NSGA-III\www.yarpiz.com.url, 121 , 2015-08-23
YPEA126 NSGA-III\www.yarpiz.com.url, 121 , 2015-08-23
YPEA126 NSGA-III\NSGA-III, 0 , 2018-07-01
YPEA126 NSGA-III, 0 , 2017-09-12

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

发表评论

0 个回复

  • 支持向量机用于对样本数据或函数的回归预测 svm
    支持向量机用于对样本数据或函数的回归预测,此文件源码是用C#编写的 可以在Matlab环境下实现(Support vector machine is used to sample data or the regression function, the file C# source code is written in the Matlab environment to achieve)
    2010-11-07 09:05:38下载
    积分:1
  • SeIn
    This is for demo. Please have a look on to it.
    2013-12-09 18:34:29下载
    积分:1
  • newharris
    对harrris算法进行改进,使得伪特征点减少,以及时间效率更佳(Improve harrris algorithm, making false feature points reduce, and better time efficiency)
    2012-12-03 23:26:38下载
    积分:1
  • GA
    说明:  经典的遗传算法在matlab环境中的实现(Classical genetic algorithm implementation in matlab environment)
    2010-04-22 15:54:06下载
    积分:1
  • PQ_Control
    基于LCL的三相逆变器并网恒功率PQ控制模型,输出稳定,谐波滤除效果非常好(LCL-based three-phase inverter and constant power PQ network control model, output stability, harmonic filter effect is very good)
    2020-12-29 16:29:01下载
    积分:1
  • menggai
    包括面积、周长、矩形度、伸长度,基于小波变换的数字水印算法matlab代码,小波包分析提取振动信号中的特征频率。( Including the area, perimeter, rectangular, elongation, Based on wavelet transform digital watermarking algorithm matlab code, Wavelet packet analysis to extract vibration signal characteristic frequency.)
    2017-01-20 19:18:07下载
    积分:1
  • HW1aErgodicCapacity
    MIMO ergodic capacity
    2010-06-07 18:27:29下载
    积分:1
  • PDCW
    双声道语音的抗噪算法。开发者为Chanwoo Kim (chanwook@cs.cmu.edu)。(Noise reduction algorithm for dual channel speech. Developed by Chanwoo Kim (chanwook@cs.cmu.edu).)
    2010-06-24 00:49:44下载
    积分:1
  • stestandst
    S变换的matlab源码,并应用几个信号作为例子来说明怎么使用s变换以及s变换可以用来做些什么事情。s变换是时频分析领域中一个较新的内容,现在在信号处理,地震勘探,语音识别等领域都开始了对它的应用研究,是目前的一个热点。(S transform matlab source, and apply some signal as an example to illustrate how to use s and s transform transform can be used to do things. s transform time-frequency analysis are a relatively new area of content, now in the signal processing, seismic exploration, speech recognition and other areas of the beginning of its applied research, is a hotspot.)
    2009-04-04 01:38:11下载
    积分:1
  • inc_pid
    基于FPGA的增量式PID设计方法,Matlab、Simulink, Xilinx Block set(Incremental PID FPGA-based design methodology)
    2014-11-03 04:16:19下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载