登录
首页 » matlab » NSGA-III

NSGA-III

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

  • ACATSP
    利用MATLAB编写蚁群算法求解城市最佳路线的一个例子(Ant colony algorithm for an example of the city the best route)
    2012-05-04 21:43:42下载
    积分:1
  • square-grid
    说明:  一型模糊系统的方形无线传感网络生命周期的预测(The square of a fuzzy system life-cycle wireless sensor network prediction)
    2011-03-02 14:13:07下载
    积分:1
  • tp6-Transformada-Z
    In mathematics and signal processing, the Z-transform converts a discrete time-domain signal, which is a sequence of real or complex numbers, into a complex frequency-domain representation. It can be considered as a discrete-time equivalent of the Laplace transform. This similarity is explored in the theory of time scale calculus.
    2012-06-05 21:54:08下载
    积分:1
  • source
    输入信号为方波信号+高斯白噪声,方波信号基 频为1kHz,幅值为1,高斯白噪声方差为0.2, 均值为0,采样频率为20kHz。试用最大熵估计 法估计此信号的AR模型及其功率谱,并分析结 果(The input signal is a square wave signal+ Gaussian white noise, square wave signal fundamental frequency 1kHz, amplitude is a Gaussian white noise variance is 0.2, the mean is 0, the sampling frequency is 20kHz. Try maximum entropy estimation method to estimate the AR model of this signal and its power spectrum, and analyze the results)
    2013-10-29 17:50:45下载
    积分:1
  • MUSIC-DOA-estimation-algorithm
    MUSIC是基于天线阵列协方差矩阵的特征分解类DOA估计算法,这里是波束空间MUSIC算法源程序。(MUSIC DOA estimation algorithm is based on the decomposition class features antenna array covariance matrix, here is the beam space MUSIC algorithm source.)
    2014-01-06 15:26:16下载
    积分:1
  • Data_analysis
    说明:  用来提取特定的SSVEP脑电信号,用于分析各电极的分类准确率(Used to extract specific SSVEP EEG signals for analyzing the classification accuracy of each electrode)
    2020-06-27 02:40:01下载
    积分:1
  • GeneticAlgorithm
    Genetic Algorithm with matlab
    2010-07-09 13:21:27下载
    积分:1
  • Inverted_F_antenna_structure
    A Compact Single/Dual-Band Printed Inverted-F Type Antenna Structure
    2010-11-01 01:51:05下载
    积分:1
  • shuxuejianmo_2
    说明:  一楼房的后面是一个很大的花园. 在花园中紧靠着楼房有一个温室,温室伸入花园2m,高3m,温室正上方是楼房的窗台. 清洁工打扫窗台周围,他得用梯子越过温室,一头放在花园中,一头靠在楼房的墙上. 因为温室是不能承受梯子压力的,所以梯子太短是不行的. 现清洁工只有一架7m长的梯子, 你认为它能达到要求吗? 能满足要求的梯子的最小长度为多少?(The back of a building is a big garden. In the garden close to a building in a greenhouse, greenhouse into the garden 2m, high-3m, the greenhouse is the top of the building' s bay windows. Cleaners cleaning around the windowsill, he crossed to use a ladder greenhouse, on a garden, against a building wall. because of the greenhouse can not bear the pressure of a ladder, so the ladder is not too short. cleaners are only a 7m long ladder, do you think it can meet the requirement it? ladder to meet the requirements of the minimum length of the number?)
    2009-07-24 22:58:17下载
    积分:1
  • InsProDisk.Partial.Src
    InsProDisk.Partial.Src.rar 一个虚拟硬盘的源代码,用户级别的(InsProDisk.Partial.Src.rar a virtual hard disk source code user level)
    2006-11-04 00:23:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载