登录
首页 » matlab » NSGA-II MATLAB

NSGA-II MATLAB

于 2018-10-29 发布 文件大小:11KB
0 233
下载积分: 1 下载次数: 9

代码说明:

  NSGA-II的代码复现,matlab平台(Code reappearance of NSGA-II)

文件列表:

nsga2 MATLAB\BinaryTournamentSelection.m, 1973 , 2017-11-28
nsga2 MATLAB\CalcCrowdingDistance.m, 1926 , 2017-11-30
nsga2 MATLAB\Cost.m, 1264 , 2017-11-22
nsga2 MATLAB\CreateEmptyIndividuals.m, 1588 , 2017-11-23
nsga2 MATLAB\Crossover.m, 1358 , 2017-11-24
nsga2 MATLAB\Dominates.m, 1298 , 2017-11-24
nsga2 MATLAB\GetCosts.m, 1277 , 2017-11-24
nsga2 MATLAB\Mutate.m, 1317 , 2013-06-26
nsga2 MATLAB\MyCost1.m, 141 , 2013-09-05
nsga2 MATLAB\MyCost2.m, 121 , 2013-09-29
nsga2 MATLAB\MyCost3.m, 168 , 2013-09-05
nsga2 MATLAB\MyCost4.m, 147 , 2013-09-27
nsga2 MATLAB\MyCost5.m, 165 , 2017-12-20
nsga2 MATLAB\MyCost6.m, 231 , 2013-09-05
nsga2 MATLAB\MyCost7.m, 271 , 2013-09-05
nsga2 MATLAB\New Folder\MyCost1.m, 1773 , 2013-06-26
nsga2 MATLAB\NonDominatedSorting.m, 3285 , 2017-11-26
nsga2 MATLAB\nsga2.m, 6328 , 2017-12-20
nsga2 MATLAB\PlotFronts.m, 1896 , 2013-10-01
nsga2 MATLAB\SortPopulation.m, 1513 , 2017-11-24
nsga2 MATLAB\www.kalami.ir.url, 110 , 2013-06-26
nsga2 MATLAB\New Folder, 0 , 2018-01-12
nsga2 MATLAB, 0 , 2018-01-12

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

发表评论

0 个回复

  • double_RAM
    在modolsim平台下仿真完成了一个双端口RAM的实现,希望有用。(Simulation platform in modolsim completed a dual-port RAM realize the hope that useful.)
    2007-09-30 12:58:49下载
    积分:1
  • Proficient-in-MATLAB-optimization
    精通MATLAB最优化计算一书源码。很多算法,值得拥有。(Proficient in MATLAB optimization )
    2013-04-08 22:59:34下载
    积分:1
  • PD_radar
    基于Matlab GUI的中重频PD雷达仿真系统,根据输入参数仿真,图形界面简单(MPRF PD radar simulation system based on Matlab GUI, according to the input parameters, simple graphical interface)
    2014-03-06 09:19:03下载
    积分:1
  • spline3
    三次样条插值函数边界条件由实际问题对三次样条插值在端点的状态要求给出。以第1边界条件为例,用节点处二阶导数表示三次样条插值函数,用追赶法求解相关方程组。(Cubic spline interpolation function from the real problems of boundary conditions cubic spline interpolation is required to give the state of the endpoint. In the first boundary condition, for example, with a node represents the second derivative of the cubic spline interpolation function, solving equations associated with the catch method.)
    2020-11-21 20:19:36下载
    积分:1
  • guiji
    用于识别目标轨迹的算法,没有解压密码,可以直接使用(trajectory for target identification algorithm, without extracting passwords can be used directly)
    2006-06-22 09:56:44下载
    积分:1
  • 分支定界法
    说明:  分支定界法(branch and bound)是一种求解整数规划问题的最常用算法。这种方法不但可以求解纯整数规划,还可以求解混合整数规划问题。分支定界法是一种搜索与迭代的方法,选择不同的分支变量和子问题进行分支。 对于两个变量的整数规划问题,使用网格的方法有时更为简单。 [1] 通常,把全部可行解空间反复地分割为越来越小的子集,称为分支;并且对每个子集内的解集计算一个目标下界(对于最小值问题),这称为定界。在每次分枝后,凡是界限超出已知可行解集目标值的那些子集不再进一步分枝,这样,许多子集可不予考虑,这称剪枝。这就是分枝定界法的主要思路。(Branch and bound method is one of the most commonly used algorithms to solve integer programming problems. This method can solve not only pure integer programming but also mixed integer programming. Branch and bound algorithm is a method of search and iteration, which selects branches with different branch variables and sub problems. For integer programming problems with two variables, the grid method is sometimes simpler[ 1] Generally, all feasible solution spaces are divided into smaller and smaller subsets repeatedly, which is called bifurcation; And a lower bound of the objective (for the minimum value problem) is calculated for the solution set in each subset, which is called the bound. After each branch, those subsets whose bounds exceed the objective value of the known feasible solution set will not be further branched, so many subsets can not be considered, which is called pruning. This is the main idea of branch and bound method.)
    2021-04-26 12:21:14下载
    积分:1
  • edgegrowing
    matlab区域增长法法进行图像边缘检测(region growing method matlab edge detection method)
    2010-10-26 20:13:23下载
    积分:1
  • Learning-the-Kalman-Filter
    里边有几个关于卡尔曼滤波的程序,非常易用简单,大家可以拿来学习学习,特别是要自适应滤波的(Inside there are several application of kalman filtering, is very simple and easy to use, people can learn to learn, especially to the adaptive filter )
    2015-01-28 09:39:25下载
    积分:1
  • polygon_cut
    自己编写的 matlab gui 可以实现任意多边形定点参数输入 然后使用Sutherland_Hodgeman等算法进行多边形被矩形截取的演示程序(I have written matlab gui can realize arbitrary polygon fixed parameters such as input and then use the algorithm Sutherland_Hodgeman rectangular polygon was the interception of the demo program)
    2008-02-25 19:27:03下载
    积分:1
  • Cellular-Topology
    用matlab设计的一个蜂窝拓扑的程序,开发环境matlab(Design with matlab topology of a cellular process, development environment matlab)
    2011-04-29 11:32:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载