登录
首页 » matlab » ypea122-spea2

ypea122-spea2

于 2021-03-01 发布
0 302
下载积分: 1 下载次数: 1

代码说明:

说明:  遗传算法 多目标优化算法,SPEA2 主要流程:1:首先初始化一个archive的集合P1,以及一个常用的population的集合P。设置P1的大小是N1,P的大小是N。初始的时候P1是空的,而P是已经初始化好的种群个体。 2:对P1进行评价,选出来里面的pareto front为1(下面用PF1来代替了)的个体,copy到P1中,如果PF1的数量大于N1的话,这个接下来再说,目前假定PF1的数量小于N1。(Genetic algorithm, multi-objective optimization algorithm, SPEA2 Main process: 1: first, initialize a set P1 of archive and a set P of popular. Set P1 to N1 and P to n. At the beginning, P1 is empty, and P is the initialized population. 2: Evaluate P1, select the individual whose Pareto front is 1 (Pf1 is used to replace it below), copy to P1, if the number of Pf1 is greater than N1, then let's talk about it. At present, it is assumed that the number of Pf1 is less than N1.)

文件列表:

YPEA122 SPEA2, 0 , 2015-08-28
YPEA122 SPEA2\license.txt, 1350 , 2015-08-23
YPEA122 SPEA2\SPEA2, 0 , 2015-08-28
YPEA122 SPEA2\SPEA2\BinaryTournamentSelection.m, 606 , 2015-08-28
YPEA122 SPEA2\SPEA2\Crossover.m, 716 , 2015-08-28
YPEA122 SPEA2\SPEA2\Dominates.m, 596 , 2015-08-28
YPEA122 SPEA2\SPEA2\license.txt, 1350 , 2015-08-23
YPEA122 SPEA2\SPEA2\main.m, 394 , 2015-08-28
YPEA122 SPEA2\SPEA2\MOP2.m, 518 , 2015-08-28
YPEA122 SPEA2\SPEA2\Mutate.m, 648 , 2015-08-28
YPEA122 SPEA2\SPEA2\PlotCosts.m, 555 , 2015-08-28
YPEA122 SPEA2\SPEA2\spea2.m, 4661 , 2015-08-28
YPEA122 SPEA2\SPEA2\www.yarpiz.com.url, 121 , 2015-08-23
YPEA122 SPEA2\SPEA2\ZDT.m, 559 , 2015-08-28
YPEA122 SPEA2\www.yarpiz.com.url, 121 , 2015-08-23

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

发表评论

0 个回复

  • code2
    MLP network with fig
    2012-09-06 23:16:45下载
    积分:1
  • zongshuchu
    倒立摆的模糊控制实现的是其位移速度角度角速度的控制(Inverted pendulum fuzzy control is the control of the speed of the displacement angle angular velocity)
    2013-04-18 20:52:00下载
    积分:1
  • GA---Genetic-Algorithm--Matlab
    遗传算法的matlab源代码。。可以应用于图像灰色处理及图形退化模型等诸多模型(Genetic algorithm matlab source code. . Grey can be applied to image processing and graphics degradation model and many other models)
    2013-07-22 12:33:22下载
    积分:1
  • EKF
    基于系统目标轨迹的EKF仿真,其中包含数据分析函数、EFK函数、距离判断功能块函数、状态仿真功能块函数、以及基于EKF的系统目标轨迹仿真的simulink。(Including data analysis function, EKF function,distance judgement function, state simulation function , and system based on EKF target trajectory simulation of the simulink)
    2015-11-20 10:23:03下载
    积分:1
  • Pumping-unit-diagnosis
    抽油机诊断技术,等步长有限差分解的程序和结果,傅里叶级数变换求解结果和程序,示功图绘制。(Pumping unit diagnostic techniques, such as step finite difference program and results of decomposition, the Fourier series transformation results and procedures, indicator diagram drawing.)
    2016-09-08 12:09:42下载
    积分:1
  • MATLAB概率与数理统计分析序源码大全
    MATLAB概率与数理统计分析(第2版)》以概率与数理统计的基本原理为线索,以matlab为辅助条件,分别介绍了概率与数理统计概述、统计估计、假设检验、方差分析、回归分析、正交试验分析、聚类分析、判别分析和多元数据相关分析等内容,理论与实践相结合,向读者演示了matlab在数理统计中的应用。   ("MATLAB Probability and Mathematical Statistics Analysis (2nd edition)" is based on the MATLAB r2011 a, on the basis of the 1st edition, further introduced the MATLAB probability and mathematical statistics analysis. "MATLAB Probability and Mathematical Statistics Analysis (2nd Edition)" takes the basic principles of probability and mathematical statistics as the clue, and takes MATLAB as the auxiliary condition. It respectively introduces the outline of probability and mathematical statistics, statistical estimation, hypothesis test, variance analysis, regression analysis, orthogonal test analysis, cluster analysis, discriminant analysis and multivariate data. The application of MATLAB in mathematical statistics is demonstrated to the readers by combining theory with practice.)
    2018-09-25 23:18:42下载
    积分:1
  • pso_train_NN
    PSO算法具有快速收敛而且有很强的跳出局部最优从而找到全局最优点的能力,故可以用它来训练优化神经网络,此程序主要研究这个方面。(PSO algorithm is fast and has a strong convergence of jumping out of the local optimal thus find the most advantages of the overall capacity, it can be used to train the neural network optimization, this procedure major study this aspect.)
    2007-05-23 15:14:38下载
    积分:1
  • newton-raphson
    newton-raphson search method optimization methodsd and algorithms
    2014-11-27 22:04:07下载
    积分:1
  • polar
    本程序是Matlab GUI的一个程序,在GUI界面下运行显示在极坐标下的图形,可以作为了解GUI环境的一个很好的例子。希望对大家有用。(This program is based on Matlab GUI. It reprents the polar figure under GUI.It s a good example for beginners. I hope it can help you.)
    2013-04-09 08:59:23下载
    积分:1
  • b
    说明:  :DBSCAN是一个基于密度的聚类算法。该算法将具有足够高密度的区域划分为簇,并可以在带有“噪声”的空间数 据库中发现任意形状的聚类。但DtLqCAN算法没有考虑非空间属性,且DBSCAN算法需扫描空间数据库中每个点的e一 邻域来寻找聚类,这使得DBSCAN算法的应用受到了一定的局限。文中提出了一种基于DBSCAN的算法,可以处理非空 间属性,同时又可以加快聚类的速度。(: DBSCAN is a density-based clustering algorithm. The algorithm has a sufficiently high density area is divided into clusters, and to be with the &quot noise&quot found in the spatial database clusters of arbitrary shape. But DtLqCAN algorithm did not consider non-spatial attributes, and spatial database DBSCAN algorithm to be scanned for each point e in the neighborhood to find a cluster, DBSCAN algorithm which makes the application subject to certain limitations. In this paper, an algorithm based on DBSCAN can handle the non-spatial attributes, can also speed up the clustering speed.)
    2010-12-06 16:38:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载