登录
首页 » matlab » NSGA

NSGA

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

  • steepdescent
    优化计算,最小值分析,解决实际问题,学习,研究、不断提高。(Optimization calculation, the minimum value analysis, problem solving, learning, research, and continuously improved.)
    2010-05-13 23:32:53下载
    积分:1
  • Stand-Alone-Intelligent-Digital-Distance-Relay
    Remote end infeed causes problems in distance relay measurement, especially under high resistance earth fault conditions. Although a distance relay set to an ideal operating region can cover the fault resistance at one particular load Condition, the operating region is affected by changes in load condition. Hence a distance relay may overreach or underreach when load changes. From the main factors which affect the ideal digital distance relay operating region, a stand alone intelligent digital distance relay which can adapt to these changes is presented. This approach does not need communication links from the remote end of the line or the system control center. Numerous computer simulations have been carried out on realistic system configurations and the result9 show that them is a high potential for developing an intelligent digital distance relay.
    2011-07-11 22:59:56下载
    积分:1
  • 16qam_ofdm_source_code
    16QAM编译码程序,在信号调制过程中是不可缺少的成分(16QAM encoding and decoding process, in the course of signal modulation is an indispensable ingredient)
    2013-11-27 09:37:27下载
    积分:1
  • fft-psd
    说明:  用于matlab频域分析、功率谱密度分析(fft and psd by matlab)
    2019-11-24 11:23:18下载
    积分:1
  • IEEE30
    IEEE30节点配电网标准系统图,可运行,用于配电网建模,电能质量分析(IEEE30 node distribution network standard system diagram, you can run.)
    2021-03-29 16:39:10下载
    积分:1
  • matlabchengxu
    说明:  多用户检测 好多好多程序 MMSE 等等(Multi-user MMSE detection of all sorts of procedures)
    2010-04-26 09:32:38下载
    积分:1
  • cyclic2
    基于matlab实现的循环谱估计算法,可以对具有循环平稳特点的信号进行参数估计,如直扩信号和周期调制信号 (Matlab-based spectral estimation algorithm to achieve the cycle, can be characterized with cyclostationary signal parameter estimation, such as the DS signal and cycle modulation)
    2010-05-06 16:05:27下载
    积分:1
  • Encoder
    多种条形码的编码程序,以matlab为基础(A variety of bar code encoding process)
    2011-09-12 12:32:31下载
    积分:1
  • fis
    这是关于单纯行算法的例程,时间也比较短 (This is a simple line on the algorithm routines, and time is relatively short)
    2007-12-08 10:09:20下载
    积分:1
  • MPC-tracking
    this program is a model-based predictive control to track a sinusoidal target.
    2009-04-27 15:07:05下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载