登录
首页 » matlab » NSGA-III

NSGA-III

于 2021-01-26 发布 文件大小:14KB
0 263
下载积分: 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 个回复

  • kalman-Theory
    介绍卡尔曼kalman滤波器原理的书籍,可以由此衍生出后来的相关性质(Introduced the principle of Kalman filter kalman and books, which was derived from the related properties)
    2011-05-26 19:57:25下载
    积分:1
  • BP-Model-of-NIR
    近红外光谱分析中的BP模型建立过程,其中在原有BP神经网络模型的基础上自己编程加入了近红外模型验证系数的计算,如R-SquareC.R-SquareP,RMSEC,RMSEP,RSD等。并加入循环语句,设定区间程序可以自动运行并判断最佳隐含层结点数,最佳学习速率,动量因子,训练次数等,同时加入一个验证校正模型实例。(The process of BP model in near infrared spectrum analysis, including the original BP neural network model on the basis of their programming joined the nir model validation coefficient calculation, such as R- SquareC. R- SquareP, RMSEC, RMSEP, RSD, etc. And join the loop statement, set interval program can be run automatically and determine the best hidden layer nodes, the optimal learning rate, momentum factor, the number of training, etc. )
    2015-03-14 11:50:47下载
    积分:1
  • fuhuaqiuji
    MATLAB语言编写变步长复化梯形求积公式的算法程序(函数式M文件)(MATLAB language-based variable step-size re-trapezoidal quadrature formula of the algorithm program (functional M file))
    2009-12-16 16:15:41下载
    积分:1
  • segy
    地震勘探方法中的数据处理格式,包括各种转换方法。(Method of seismic exploration data processing formats, including various conversion methods.)
    2010-09-28 22:04:47下载
    积分:1
  • HarmonicSpring
    this is a mass-spring system that show the animation of mass on vertical spring by changing the initial values
    2010-12-26 06:15:13下载
    积分:1
  • Web
    It s a code for implemetation of total variation minimization algorithm
    2010-02-10 13:03:50下载
    积分:1
  • ICA(主分量分析)算法和
    ICA(主分量分析)算法和程序,分析了该信号的时域、频域、倒谱,循环谱等,使用高阶累积量对MPSK信号进行调制识别,给出接收信号眼图及系统仿真误码率,抑制载波型差分相位调制,信号维数的估计,包括随机梯度算法,相对梯度算法。( ICA (Principal Component Analysis) algorithm and procedures, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Using high-order cumulants of MPSK signal modulation recognition, The received signal is given eye and BER simulation systems, Suppressed carrier type differential phase modulation, Signal dimension estimates, Including stochastic gradient algorithm, the relative gradient algorithm.)
    2016-03-31 21:01:14下载
    积分:1
  • TwoAreaLFC
    Two Area power interconnected power system load frequency control using PID controllers
    2016-08-19 18:21:40下载
    积分:1
  • No6a
    Matlab教学课程实例资料,仅供教学参考。(Matlab tutorial instance data, teaching and reference purposes only.)
    2011-01-17 11:15:26下载
    积分:1
  • GP
    说明:  实现相空间重构时间延迟的确定,使用的是C-C方法。(Realization of phase space reconstruction time delay identification)
    2012-03-22 17:04:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载