登录
首页 » matlab » NSGA2算法

NSGA2算法

于 2021-03-02 发布
0 252
下载积分: 1 下载次数: 3

代码说明:

说明:  NSGA2多目标优化算法,配上说明文档 NSGA-Ⅱ算法是 Srinivas 和 Deb 于 2000 年在 NSGA 的基础上提出的,它比 NSGA算法更加优越:它采用了快速非支配排序算法,计算复杂度比 NSGA 大大的降低;采用了拥挤度和拥挤度比较算子,代替了需要指定的共享半径 shareQ,并在快速排序后的同级比较中作为胜出标准,使准 Pareto 域中的个体能扩展到整个 Pareto 域,并均匀分布,保持了种群的多样性;引入了精英策略,扩大了采样空间,防止最佳个体的丢失,提高了算法的运算速度和鲁棒性。(NSGA2 multi-objective optimization algorithm, with instructions)

文件列表:

1, 0 , 2020-04-26
1\NSGA II.pdf, 134157 , 2006-03-20
1\evaluate_objective.m, 2216 , 2006-03-17
1\genetic_operator.m, 7094 , 2009-07-16
1\html, 0 , 2020-04-26
1\html\evaluate_objective.html, 7254 , 2006-03-17
1\html\genetic_operator.html, 15130 , 2006-03-17
1\html\initialize_variables.html, 6575 , 2006-03-17
1\html\non_domination_sort_mod.html, 19336 , 2006-03-17
1\html\nsga_2.html, 21283 , 2006-03-17
1\html\objective_description_function.html, 6402 , 2006-03-17
1\html\replace_chromosome.html, 8174 , 2006-03-17
1\html\tournament_selection.html, 10253 , 2006-03-17
1\initialize_variables.m, 3424 , 2009-07-16
1\main.m, 5077 , 2020-04-26
1\non_domination_sort_mod.m, 8503 , 2009-07-16
1\nsga_2.m, 9527 , 2009-07-16
1\objective_description_function.m, 3601 , 2009-07-16
1\replace_chromosome.m, 4120 , 2009-07-16
1\solution.txt, 3420 , 2020-04-26
1\tournament_selection.m, 5028 , 2009-07-16

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

发表评论

0 个回复

  • varycolor
    generate colors in matlab,
    2011-08-03 23:44:37下载
    积分:1
  • zuiyouhuasheji
    一本关于讲解MATLAB最优化设计的书籍 对于学习最优化理论的同学 很有帮助(A book about the interpretation of the MATLAB optimization design Classmate is very helpful for learning optimization theory)
    2015-10-07 00:13:35下载
    积分:1
  • polar-matlab
    自己编写的polar码 编译码算法程序 matlab 可用(polarcode matlab)
    2021-03-05 10:49:31下载
    积分:1
  • fuzzytemp
    利用模糊原理及中央值滤波器去除图像椒盐噪声.(image restoration by using fuzzy rule)
    2010-07-06 20:47:58下载
    积分:1
  • BSDS300-images
    BSDS300-images for image processing
    2010-07-13 10:13:21下载
    积分:1
  • shiyan2
    本文主要阐述了DTMF的原理及如何在MATLAB上产生DTMF信号,主要涉及到电话拨号音合成的基本原理及识别的主要方法,利用 MATLAB 软件以及 FFT 算法实现对电话通信系统中拨号音的合成与识别。并进一步利用 MATLAB 中的图形用户界面 GUI 制作简单直观的模拟界面。 能够利用矩阵不同的基频合成 0 - 9 不同按键的拨号音,并能够对不同的拨号音加以正确的识别,实现由拨号音解析出电话号码的过程,完成对电话拨号音系统的简单的实验仿真。-This paper described the principle and how DTMF in MATLAB to generate DTMF(This paper describes the principle of DTMF and how MATLAB to generate DTMF signals, mainly related to the telephone dial tone and identification of the basic principles of synthesis of the main method, using MATLAB software, and the FFT algorithm to the telephone communication system, the synthesis and identification of dial tone . And further the use of MATLAB' s graphical user interface simple and intuitive GUI make the analog interface. Able to use a different fundamental frequency matrix synthesis of 0- 9 different button dial tone and can be different correct identification of dial tone to achieve by the dial tone of the process of parsing a telephone number to complete the telephone dial tone system, a simple experiment simulation.-This paper described the principle and how DTMF in MATLAB to generate DTMF)
    2010-01-05 00:57:59下载
    积分:1
  • DPsearch
    Fast search for Dirichlet process mixture models (This code implements the search algorithms (modulo a few minor changes) described in the Fast search for DPMMs paper at AI-Stats 2007. It should work out of the box with a reasonably recent version of matlab. Currently the code only contains the Dirichlet/Multinomial case, but the Gaussian case can be hacked in in about 5 minutes.)
    2014-01-18 22:11:58下载
    积分:1
  • fh_out
    调频系统仿真实例-调频系统仿真信号输出源代码(FM system simulation- Simulation FM signal output source code)
    2011-05-10 15:55:53下载
    积分:1
  • cvx
    好用的matlab实现凸优化工具包,适用于压缩感知重构过程(Easy to use matlab to achieve a convex optimization tool kit for compressed sensing reconstruction process)
    2013-07-11 17:31:28下载
    积分:1
  • EL-
    程序采用的是两层循环上实现位移谱的求取。内循环实现在地震波下由上一步所得到的位移、速度和加速度得到下一时间间隔后的位移速度和加速度;外循环实现在不同结构自振周期(频率)下遭遇地震波的响应。(Program uses a two-layer loop on calculate displacement spectra. Cycle based on seismic waves obtained the previous step under the displacement, velocity and acceleration are next after the interval velocity and Acceleration outer loop implementation in different natural period of structure (frequency) the response under earthquake wave.)
    2015-03-23 15:45:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载