登录
首页 » matlab » NSGA

NSGA

于 2020-02-13 发布
0 387
下载积分: 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 个回复

  • 1822
    ebook for learning c++
    2013-12-24 05:02:21下载
    积分:1
  • chap4
    雷达系统设计MATLAB仿真一书里的第四张所有的程序,对于学习非常有用。(Radar system design MATLAB simulation fourth book program, very useful for learning.)
    2012-09-11 01:04:43下载
    积分:1
  • MFO
    说明:  一种新颖的启发式优化算法:飞蛾扑火算法(MFO)(A novel heuristic optimization algorithm: moth flame-fighting algorithm (MFO))
    2019-05-29 11:40:33下载
    积分:1
  • autoregression
    Input-Output Time-Series Prediction, Forecasting, Dyanamic modelling Nonlinear autoregression, System identification and Filtering
    2013-12-13 05:43:03下载
    积分:1
  • crack_Hudson
    岩石物理模型建模的另一种方法,同样可以翻译弹性参数与物性参数间的关系。(Another method of rock physics modeling, the same can translation parameters and physical parameters of elastic)
    2020-10-26 16:29:59下载
    积分:1
  • solvingdifferentialequations
    有关求解微分方程的代码 常微分方程的matlab解法(using matlab to solve normal differential equations)
    2009-04-22 10:03:09下载
    积分:1
  • comm_crad_code
    Cognitive radio code - detection a hole in spectrum
    2010-02-24 18:44:09下载
    积分:1
  • shuige
    南宁地区用matlab计算标准有效温度(SET)的计算公式(Nanning area calculation standards using matlab effective temperature (SET) is calculated)
    2021-04-05 23:09:03下载
    积分:1
  • toolbox
    量子微粒群算法工具箱Quantum particle swarm optimization toolbox(Quantum particle swarm optimization toolbox)
    2013-08-18 09:11:27下载
    积分:1
  • AHP-matlab
    matlab 层次分析法源程序代码 (Analytic Hierarchy Process)
    2013-05-12 22:49:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载