登录
首页 » matlab » NSGA

NSGA

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

  • BraggWilliams
    these are codes for thermodynamics.
    2010-12-09 16:07:40下载
    积分:1
  • Draw_Fractal_Matlab_Code
    几个重要的分形图形的Matlab描述,其中有von_koch曲线。(Several important Fractal Matlab graphic description, which von_koch curve.)
    2009-12-31 09:55:55下载
    积分:1
  • i_t_2int
    current in buck cover.
    2013-11-05 05:34:23下载
    积分:1
  • mppt-and-inverter
    Matlab file for MPPT and Inverter
    2015-03-02 15:40:53下载
    积分:1
  • S-Trans
    说明:  本文是关于在声波信号处理领域极为流行的S变换数学理论,英文版,仅供参考(This article is about the most popular acoustic signal processing, mathematical theory of S-transform, in English, for reference only)
    2011-03-07 11:06:45下载
    积分:1
  • RANSAC
    ransic用于减少错配点,方便可行,经本人验证,程序可行,欢迎下载(ransic used to reduce the mismatch points, convenient and practical, as I verified, the program feasible, welcome to download)
    2013-05-26 17:50:22下载
    积分:1
  • GA
    说明:  遗传算法具有强大的全局优化能力,并行计算的快速收敛性(Genetic algorithm has strong global optimization ability and fast convergence of parallel computing)
    2020-06-23 00:20:02下载
    积分:1
  • 11686764
    格式:PDF 书名:通信原理基于Matlab的计算机仿真 超星SS号:11686764(Format: PDF Title: Communication Theory of the computer simulation based on Matlab Chaoxing SS Number: 11686764)
    2009-05-24 19:38:20下载
    积分:1
  • lorem_ipsum.php
    Simple lorem ipsum generator
    2015-03-19 20:50:26下载
    积分:1
  • comunication_system
    comunication system between two pc
    2012-11-19 05:24:02下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载