登录
首页 » matlab » NSGA

NSGA

于 2020-02-13 发布
0 400
下载积分: 1 下载次数: 24

代码说明:

说明:  多目标遗传算法是NSGA-II[1](改进的非支配排序算法),该遗传算法相比于其它的多目标遗传算法有如下优点:传统的非支配排序算法的复杂度为 ,而NSGA-II的复杂度为 ,其中M为目标函数的个数,N为种群中的个体数。引进精英策略,保证某些优良的种群个体在进化过程中不会被丢弃,从而提高了优化结果的精度。采用拥挤度和拥挤度比较算子,不但克服了NSGA中需要人为指定共享参数的缺陷,而且将其作为种群中个体间的比较标准,使得准Pareto域中的个体能均匀地扩展到整个Pareto域,保证了种群的多样性。(消除了共享参数)。(Multi-objective genetic algorithm is nsga-ii [1] (improved non-dominant sorting algorithm), which has the following advantages compared with other multi-objective genetic algorithms: the complexity of the traditional non-dominant sorting algorithm is, while the complexity of nsga-ii is, where M is the number of objective functions and N is the number of individuals in the population.The introduction of elite strategy to ensure that some good individuals in the evolutionary process will not be discarded, thus improving the accuracy of the optimization results.The comparison operator of crowding degree and crowding degree not only overcomes the defect that NSGA needs to specify the Shared parameter artificially, but also takes it as the comparison standard between individuals in the population, so that individuals in the quasi-pareto domain can uniformly expand to the whole Pareto domain, ensuring the diversity of the population.(eliminating Shared parameters).)

文件列表:

NSGA-III多目标优化程序,用于数学建模中的多元函数优化, 0 , 2020-02-09
NSGA-III多目标优化程序,用于数学建模中的多元函数优化\NSGA-III多目标优化, 0 , 2018-09-14
NSGA-III多目标优化程序,用于数学建模中的多元函数优化\NSGA-III多目标优化\AssociateToReferencePoint.m, 1363 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\Crossover.m, 937 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\Dominates.m, 956 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\GenerateReferencePoints.m, 1321 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\license.txt, 1350 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\main.m, 800 , 2018-08-28
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\MOP2.m, 949 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\Mutate.m, 970 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\NonDominatedSorting.m, 2251 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\NormalizePopulation.m, 1291 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\nsga3.m, 3828 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\PerformScalarizing.m, 1628 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\PlotCosts.m, 981 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\SortAndSelectPopulation.m, 2347 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\NSGA-III多目标优化\UpdateIdealPoint.m, 1068 , 2016-12-12
NSGA-III多目标优化程序
,用于数学建模中的多元函数优化\【必过源码 Biguo100.com】点击查看更多相关源码资料!百万工程师的选择!.url, 113 , 2019-08-10

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

发表评论

0 个回复

  • visual_callkmeans
    it is about kmeans clustering
    2011-08-08 04:17:05下载
    积分:1
  • Desktop
    débruitage de signal de parole par transformation de cosinus discret
    2012-11-26 23:20:02下载
    积分:1
  • dataAnalysisInMatlab
    matlab 数据分析资料 含有多种数据处理算法 主要为数据分析和统计(matlab data analysis, data processing algorithms with a variety of data mainly for data analysis and statistics)
    2010-11-24 18:26:00下载
    积分:1
  • gesd_test
    The Generalized ESD procedure ( gesd ) tests for up to a prespecified number r of outliers and it is specially recommended when testing for outliers among data coming from a normal distribution.
    2012-07-22 18:06:21下载
    积分:1
  • SAW_correlator_no_temp_diff
    surface acoustic wave (correlator no temp diff)
    2014-01-17 22:49:57下载
    积分:1
  • MIMO_OFDM_Wireless_Communications_with_MATLAB
    this book includes basic of ofdm and MIMO ofdm including thier matlab code...thnx
    2012-04-02 23:05:30下载
    积分:1
  • ELD
    和声搜索算法求解电力系统经济调度优化问题(Harmony search algorithm solve power system ecolomic dispatch optimization problem)
    2020-12-21 09:09:08下载
    积分:1
  • computing
    一个关于matlab的GUI界面的计算器软件(A GUI interface for matlab calculator software)
    2011-11-24 16:20:07下载
    积分:1
  • ASKOOKFSKBPSKQPSK8PSKofdm
    ASK, OOK, FSK, BPSK, QPSK, 8PSK(ofdm)de的调制方式(ASK, OOK, FSK, BPSK, QPSK, 8PSK (ofdm) de the modulation)
    2009-04-20 12:44:10下载
    积分:1
  • 3_version_emd
    本人收集的几个版本emd程序,包括emd2002,emd2005,emd2007三个版本,希望对研究emd的有些帮助(I collected several versions EMD procedures, including emd2002, emd2005, emd2007 three versions, and they hope to study some of EMD help)
    2008-08-03 13:15:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载